
        @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&display=swap');
        
        /* Force override all layout backgrounds */
        html, body, .wrapper, .content-wrapper, .main-sidebar, .main-header, 
        .content, .container, .container-fluid, .row, .col-md-12 {
            background: transparent !important;
            background-color: transparent !important;
        }
        
        /* Remove all borders from layout */
        .box, .box-primary, .card, .panel, .widget {
            border: none !important;
            box-shadow: none !important;
            background: transparent !important;
        }
        
        body {
            background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%) !important;
            font-family: 'Cairo', sans-serif !important;
            margin: 0;
            padding: 0;
        }
        
        /* Remove any content wrapper padding */
        .content-wrapper {
            padding: 0 !important;
            margin: 0 !important;
        }
        
        :root {
            --primary: #1e3c72;
            --primary-dark: #2a5298;
            --primary-light: #3b82f6;
            --secondary: #0ea5e9;
            --accent: #f59e0b;
            --dark: #0f172a;
            --gray: #64748b;
            --gray-light: #94a3b8;
            --white: #ffffff;
        }

        #welcome-landing {
            direction: rtl;
            width: 100%;
            min-height: 100vh;
            position: relative;
            z-index: 1;
        }

        .wl-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        /* Hero Section - Clean, no borders */
        .wl-hero {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            border-radius: 32px;
            padding: 60px 30px;
            margin: 0 0 60px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
        }

        @media (min-width: 992px) {
            .wl-hero {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 80px 60px;
                min-height: 500px;
            }
            .wl-hero-content { flex: 1; max-width: 600px; z-index: 2; }
            .wl-stats-grid { flex: 1; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; padding-right: 60px; z-index: 2; }
        }

        .wl-title {
            font-size: 48px;
            font-weight: 900;
            color: white;
            margin-bottom: 16px;
            line-height: 1.2;
        }
        
        @media (min-width: 768px) {
            .wl-title { font-size: 56px; }
        }

        .wl-sub {
            font-size: 20px;
            font-weight: 700;
            color: #bfdbfe;
            margin-bottom: 20px;
        }

        .wl-desc {
            font-size: 18px;
            line-height: 1.8;
            color: #e0e7ff;
            margin-bottom: 40px;
        }

        .wl-actions {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }

        .wl-btn {
            padding: 14px 32px;
            border-radius: 60px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 16px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: none;
            cursor: pointer;
        }

        .wl-btn--primary {
            background: var(--accent);
            color: #0f172a;
            box-shadow: 0 4px 15px rgba(245,158,11,0.3);
        }

        .wl-btn--primary:hover {
            background: #d97706;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(245,158,11,0.4);
        }

        .wl-btn--ghost {
            background: rgba(255,255,255,0.12);
            color: white;
            backdrop-filter: blur(10px);
        }

        .wl-btn--ghost:hover {
            background: rgba(255,255,255,0.2);
            transform: translateY(-2px);
        }

        /* Stats Cards - No borders, just glass effect */
        .wl-stat-card {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(12px);
            border-radius: 24px;
            padding: 24px;
            transition: all 0.3s ease;
        }

        .wl-stat-card:hover {
            transform: translateY(-5px);
            background: rgba(255,255,255,0.15);
        }

        .wl-stat-title {
            font-size: 13px;
            color: #bfdbfe;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }

        .wl-stat-value {
            font-size: 32px;
            font-weight: 800;
            color: white;
        }

        /* Sections */
        .wl-section {
            padding: 40px 0;
            margin-bottom: 40px;
        }

        .wl-section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .wl-section-title {
            font-size: 36px;
            font-weight: 800;
            color: var(--dark);
            margin-bottom: 16px;
            position: relative;
            display: inline-block;
        }
        
        .wl-section-title::after {
            content: '';
            display: block;
            width: 70px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--secondary));
            margin: 12px auto 0;
            border-radius: 4px;
        }

        /* Features - Clean cards without borders */
        .wl-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }

        .wl-feature {
            background: white;
            border-radius: 28px;
            padding: 40px 30px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px -10px rgba(0,0,0,0.08);
        }
        
        .wl-feature:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 40px -12px rgba(0,0,0,0.15);
        }

        .wl-feature-icon {
            font-size: 48px;
            width: 90px;
            height: 90px;
            background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
            color: var(--primary);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            transition: all 0.3s ease;
        }
        
        .wl-feature:hover .wl-feature-icon {
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            color: white;
            transform: scale(1.05);
        }

        .wl-feature h3 {
            font-size: 22px;
            font-weight: 800;
            margin-bottom: 16px;
            color: var(--dark);
        }

        .wl-feature p {
            color: var(--gray);
            line-height: 1.7;
        }

        /* Steps - Clean design */
        .wl-steps {
            background: white;
            border-radius: 32px;
            padding: 60px;
            box-shadow: 0 20px 40px -12px rgba(0,0,0,0.1);
        }

        .wl-steps ol {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
        }

        .wl-step {
            text-align: center;
        }

        .wl-step-num {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            color: white;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 800;
            margin: 0 auto 24px;
        }

        .wl-step h4 {
            font-size: 20px;
            font-weight: 800;
            margin-bottom: 12px;
            color: var(--dark);
        }

        .wl-step p {
            color: var(--gray);
            line-height: 1.6;
        }

        /* Info Cards - Clean, no borders */
        .wl-info-cards {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 24px;
        }

        .wl-info-card {
            background: white;
            border-radius: 24px;
            padding: 32px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
        }

        .wl-info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 30px -12px rgba(0,0,0,0.12);
        }

        .wl-info-card-icon {
            font-size: 32px;
            background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
            padding: 14px;
            border-radius: 18px;
            display: inline-block;
            margin-bottom: 20px;
            color: var(--primary);
        }
        
        .wl-info-card:hover .wl-info-card-icon {
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            color: white;
        }

        .wl-info-card h4 {
            font-size: 18px;
            font-weight: 800;
            margin-bottom: 12px;
            color: var(--dark);
        }

        .wl-info-card p {
            font-size: 14px;
            color: var(--gray);
            line-height: 1.6;
        }

        /* Form - Clean */
        .wl-form-container {
            background: white;
            border-radius: 32px;
            padding: 50px;
            max-width: 700px;
            margin: 0 auto;
            box-shadow: 0 20px 40px -12px rgba(0,0,0,0.1);
        }

        .wl-field {
            width: 100%;
            padding: 14px 20px;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            font-size: 15px;
            margin-bottom: 20px;
            transition: all 0.3s;
            font-family: inherit;
        }

        .wl-field:focus {
            border-color: var(--primary);
            outline: none;
            box-shadow: 0 0 0 3px rgba(30,60,114,0.1);
        }

        .wl-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 700;
            color: var(--dark);
            font-size: 14px;
        }

        .wl-btn--full {
            width: 100%;
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            color: white;
            border: none;
            padding: 14px 24px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s;
        }

        .wl-btn--full:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(30,60,114,0.4);
        }

        .wl-result {
            margin-top: 24px;
        }

        /* Footer */
        .wl-footer {
            text-align: center;
            padding: 60px 0 40px;
            color: var(--gray);
            font-size: 13px;
            margin-top: 60px;
        }

        /* Animations */
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .wl-animate-fade-up {
            animation: fadeInUp 0.6s ease forwards;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        .wl-loading {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 2px solid rgba(30,60,114,0.2);
            border-top-color: var(--primary);
            border-radius: 50%;
            animation: spin 0.6s linear infinite;
        }

        @media (max-width: 768px) {
            .wl-container { padding: 20px; }
            .wl-hero { padding: 40px 24px; text-align: center; }
            .wl-stats-grid { display: none; }
            .wl-actions { justify-content: center; }
            .wl-title { font-size: 32px; }
            .wl-steps { padding: 30px 20px; }
            .wl-form-container { padding: 30px 20px; }
        }
  