@charset "UTF-8";
/* דקה 99 - page 16490. Lifted out of the Elementor custom-HTML
   widget, where it was inline on every request. Brand primaries now
   resolve to tokens.css; neutrals were left as authored.
   Loaded only on this page. */

        /* ============================================
           FLIGHT COMPENSATION LANDING PAGE
           Professional High-Converting Design
           RTL Hebrew | Elementor Compatible
           ============================================ */
        
        :root {
            --primary: var(--dk-trust);
            --primary-dark: #0f172a;
            --primary-light: #3b82f6;
            --accent: #fbbf24;
            --accent-hover: #f59e0b;
            --success: #10b981;
            --danger: var(--dk-brand);
            --white: #ffffff;
            --gray-50: #f8fafc;
            --gray-100: #f1f5f9;
            --gray-200: #e2e8f0;
            --gray-300: #cbd5e1;
            --gray-400: #94a3b8;
            --gray-500: #64748b;
            --gray-600: #475569;
            --gray-700: #334155;
            --gray-800: #1e293b;
            --gray-900: #0f172a;
            --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            --shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            --shadow-accent: 0 10px 40px -10px rgba(251, 191, 36, 0.5);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            /* Rubik is not one of the site's self-hosted faces, so this
               page rendered in the browser default while the rest of
               the site rendered in Heebo. */
            font-family: var(--dk-font);
            background-color: var(--gray-50);
            color: var(--gray-800);
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* ============================================
           ANIMATIONS
           ============================================ */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        @keyframes shimmer {
            0% { background-position: -200% 0; }
            100% { background-position: 200% 0; }
        }

        .animate-fadeInUp {
            animation: fadeInUp 0.8s ease-out forwards;
        }

        .animate-fadeIn {
            animation: fadeIn 0.6s ease-out forwards;
        }

        .animate-slideInRight {
            animation: slideInRight 0.8s ease-out forwards;
        }

        /* ============================================
           STICKY HEADER
           ============================================ */
        .sticky-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(20px);
            box-shadow: var(--shadow-md);
צריך עזרה

            z-index: 1000;
            padding: 12px 0;
            transition: all 0.3s ease;
        }

        .header-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.3rem;
            font-weight: 800;
            color: var(--primary);
        }

        .logo i {
            font-size: 1.5rem;
            color: var(--accent);
        }

        .header-phone {
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--gray-600);
            font-weight: 600;
            font-size: 0.95rem;
        }

        .header-phone i {
            color: var(--success);
        }

        .header-btn {
            background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
            color: var(--white);
            padding: 12px 28px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            box-shadow: var(--shadow-md);
        }

        .header-btn:hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg);
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
        }

        /* ============================================
           HERO SECTION
           ============================================ */
        .hero-section {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 50%, #0a0f1c 100%);
            color: var(--white);
            padding: 140px 0 100px;
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 0.5;
        }

        .hero-section::after {
            content: '';
            position: absolute;
            bottom: -100px;
            right: -100px;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(251, 191, 36, 0.1) 0%, transparent 70%);
            border-radius: 50%;
        }

        .hero-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(251, 191, 36, 0.15);
            border: 1px solid rgba(251, 191, 36, 0.3);
            color: var(--accent);
            padding: 8px 16px;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 24px;
            animation: fadeInUp 0.6s ease-out;
        }

        .hero-badge i {
            animation: pulse 2s infinite;
        }

        .hero-text h1 {
            font-size: clamp(2rem, 4vw, 3.5rem);
            font-weight: 900;
            line-height: 1.15;
            margin-bottom: 24px;
            color: var(--white);
        }

        .hero-text h1 .highlight {
            color: var(--accent);
            position: relative;
            display: inline-block;
        }

        .hero-text h1 .highlight::after {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 0;
            right: 0;
            height: 8px;
            background: rgba(251, 191, 36, 0.3);
            z-index: -1;
            border-radius: 4px;
        }

        .hero-subtitle {
            font-size: 1.25rem;
            opacity: 0.9;
            margin-bottom: 32px;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.9);
        }

        .hero-features {
            list-style: none;
            padding: 0;
            margin-bottom: 32px;
        }

        .hero-features li {
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 1.1rem;
            font-weight: 500;
            animation: slideInRight 0.6s ease-out forwards;
            opacity: 0;
        }

        .hero-features li:nth-child(1) { animation-delay: 0.1s; }
        .hero-features li:nth-child(2) { animation-delay: 0.2s; }
        .hero-features li:nth-child(3) { animation-delay: 0.3s; }
        .hero-features li:nth-child(4) { animation-delay: 0.4s; }

        .hero-features i {
            color: var(--accent);
            background: rgba(251, 191, 36, 0.15);
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 0.9rem;
            flex-shrink: 0;
        }

        .trust-badges {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
            margin-top: 32px;
        }

        .trust-badge {
            display: flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.08);
            padding: 10px 16px;
            border-radius: 8px;
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.8);
        }

        .trust-badge i {
            color: var(--success);
        }

        /* ============================================
           FORM CARD
           ============================================ */
        .form-card {
            background: var(--white);
            padding: 40px;
            border-radius: 24px;
            box-shadow: var(--shadow-xl);
            position: relative;
            border-top: 6px solid var(--accent);
            animation: fadeInUp 0.8s ease-out 0.3s forwards;
            opacity: 0;
        }

        .form-card::before {
            content: '';
            position: absolute;
            top: -6px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 6px;
            background: var(--accent);
            border-radius: 3px 3px 0 0;
        }

        .form-header {
            text-align: center;
            margin-bottom: 28px;
        }

        .form-title {
            color: var(--primary);
            font-size: 1.6rem;
            font-weight: 800;
            margin-bottom: 8px;
        }

        .form-subtitle {
            color: var(--gray-500);
            font-size: 1rem;
        }

        .form-urgency {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
            color: var(--gray-800);
            padding: 12px 16px;
            border-radius: 12px;
            margin-bottom: 24px;
            font-weight: 600;
            font-size: 0.95rem;
        }

        .form-urgency i {
            color: var(--accent-hover);
            animation: pulse 2s infinite;
        }

        /* ============================================
           FLUENT FORM STYLING
           ============================================ */
        .fluentform-wrapper {
            position: relative;
        }

        .fluentform .ff-el-input--label {
            color: var(--gray-800) !important;
            font-size: 1rem !important;
            font-weight: 700 !important;
            margin-bottom: 8px !important;
            display: block;
        }

        .fluentform .ff-el-is-required .ff-el-input--label::after {
            content: ' *';
            color: var(--danger);
        }

        .fluentform .ff-el-form-control {
            background: var(--gray-50) !important;
            border: 2px solid var(--gray-200) !important;
            padding: 14px 16px !important;
            border-radius: 12px !important;
            font-size: 1rem !important;
            font-family: var(--dk-font) !important;
            transition: all 0.3s ease !important;
            width: 100% !important;
        }

        .fluentform .ff-el-form-control:focus {
            border-color: var(--primary-light) !important;
            background: var(--white) !important;
            box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
            outline: none !important;
        }

        .fluentform .ff-el-form-check {
            margin-bottom: 12px !important;
        }

        .fluentform .ff-el-form-check label {
            display: flex !important;
            align-items: center;
            background: var(--gray-50);
            border: 2px solid var(--gray-200);
            padding: 14px 16px !important;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600 !important;
            color: var(--gray-700);
        }

        .fluentform .ff-el-form-check label:hover {
            background: var(--white);
            border-color: var(--primary-light);
            box-shadow: var(--shadow);
        }

        .fluentform input[type="radio"] {
            margin-left: 12px !important;
            width: 20px;
            height: 20px;
            accent-color: var(--primary);
        }

        .fluentform .ff-btn-submit {
            background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%) !important;
            color: var(--gray-900) !important;
            width: 100% !important;
            padding: 18px 24px !important;
            font-size: 1.2rem !important;
            font-weight: 800 !important;
            border-radius: 14px !important;
            border: none !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;
            box-shadow: var(--shadow-accent);
            text-transform: none !important;
            margin-top: 16px !important;
        }

        .fluentform .ff-btn-submit:hover {
            transform: translateY(-3px) !important;
            box-shadow: 0 15px 35px -10px rgba(251, 191, 36, 0.6) !important;
        }

        .fluentform .ff-btn-submit:active {
            transform: translateY(-1px) !important;
        }

        .form-security {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-top: 20px;
            font-size: 0.85rem;
            color: var(--gray-400);
        }

        .form-security i {
            color: var(--success);
        }

        /* ============================================
           STATS BAR
           ============================================ */
        .stats-bar {
            background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
            padding: 40px 0;
            position: relative;
            overflow: hidden;
        }

        .stats-bar::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
        }

        .stats-grid {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            position: relative;
            z-index: 1;
        }

        .stat-item {
            text-align: center;
            color: var(--white);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 900;
            margin-bottom: 8px;
            color: var(--accent);
        }

        .stat-label {
            font-size: 0.95rem;
            opacity: 0.9;
        }

        /* ============================================
           SECTIONS
           ============================================ */
        .section {
            padding: 100px 0;
        }

        .section-alt {
            background: var(--white);
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(59, 130, 246, 0.1);
            color: var(--primary);
            padding: 8px 16px;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 16px;
        }

        .section-title {
            font-size: clamp(1.8rem, 3vw, 2.5rem);
            font-weight: 800;
            color: var(--primary);
            margin-bottom: 16px;
        }

        .section-subtitle {
            font-size: 1.15rem;
            color: var(--gray-500);
            max-width: 600px;
            margin: 0 auto;
        }

        /* ============================================
           FEATURE CARDS
           ============================================ */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .feature-card {
            background: var(--white);
            padding: 40px 30px;
            border-radius: 20px;
            text-align: center;
            box-shadow: var(--shadow-md);
            transition: all 0.4s ease;
            border: 1px solid var(--gray-100);
            position: relative;
            overflow: hidden;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-light), var(--accent));
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-xl);
        }

        .feature-card:hover::before {
            transform: scaleX(1);
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(251, 191, 36, 0.1) 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            font-size: 2rem;
            color: var(--primary);
            transition: all 0.4s ease;
        }

        .feature-card:hover .feature-icon {
            background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
            color: var(--white);
            transform: rotateY(360deg);
        }

        .feature-card h3 {
            color: var(--primary);
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .feature-card p {
            color: var(--gray-500);
            line-height: 1.7;
        }

        /* ============================================
           COMPENSATION INFO
           ============================================ */
        .compensation-box {
            background: var(--white);
            border-radius: 24px;
            padding: 60px;
            box-shadow: var(--shadow-lg);
        }

        .compensation-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .compensation-content h2 {
            font-size: 2rem;
            color: var(--primary);
            margin-bottom: 20px;
            font-weight: 800;
        }

        .compensation-content > p {
            color: var(--gray-600);
            font-size: 1.1rem;
            margin-bottom: 30px;
        }

        .compensation-item {
            display: flex;
            gap: 16px;
            margin-bottom: 20px;
            padding: 20px;
            background: var(--gray-50);
            border-radius: 16px;
            border-right: 4px solid var(--primary-light);
            transition: all 0.3s ease;
        }

        .compensation-item:hover {
            background: var(--white);
            box-shadow: var(--shadow-md);
            transform: translateX(-5px);
        }

        .compensation-item i {
            width: 48px;
            height: 48px;
            background: var(--primary);
            color: var(--white);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            flex-shrink: 0;
        }

        .compensation-item h4 {
            color: var(--primary);
            font-weight: 700;
            margin-bottom: 4px;
        }

        .compensation-item p {
            color: var(--gray-500);
            font-size: 0.95rem;
        }

        .compensation-amounts {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            border-radius: 20px;
            padding: 40px;
            color: var(--white);
        }

        .compensation-amounts h3 {
            font-size: 1.4rem;
            margin-bottom: 24px;
            text-align: center;
        }

        .amount-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .amount-item:last-child {
            border-bottom: none;
        }

        .amount-item span:first-child {
            opacity: 0.9;
        }

        .amount-item .amount {
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--accent);
        }

        .amount-note {
            background: rgba(251, 191, 36, 0.15);
            padding: 16px;
            border-radius: 12px;
            margin-top: 24px;
            font-size: 0.9rem;
            text-align: center;
        }

        /* ============================================
           PROCESS STEPS
           ============================================ */
        .process-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            position: relative;
        }

        .process-grid::before {
            content: '';
            position: absolute;
            top: 40px;
            left: 12.5%;
            right: 12.5%;
            height: 3px;
            background: linear-gradient(90deg, var(--primary-light), var(--accent));
            z-index: 0;
        }

        .process-step {
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .step-number {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
            color: var(--white);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            font-weight: 800;
            margin: 0 auto 20px;
            box-shadow: var(--shadow-lg);
            border: 4px solid var(--white);
        }

        .process-step h4 {
            color: var(--primary);
            font-weight: 700;
            margin-bottom: 8px;
            font-size: 1.1rem;
        }

        .process-step p {
            color: var(--gray-500);
            font-size: 0.95rem;
        }

        /* ============================================
           TESTIMONIALS
           ============================================ */
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .testimonial-card {
            background: var(--white);
            padding: 35px;
            border-radius: 20px;
            box-shadow: var(--shadow-md);
            position: relative;
        }

        .testimonial-card::before {
            content: '"';
            position: absolute;
            top: 20px;
            right: 25px;
            font-size: 4rem;
            color: var(--accent);
            opacity: 0.3;
            font-family: Georgia, serif;
            line-height: 1;
        }

        .testimonial-stars {
            color: var(--accent);
            margin-bottom: 16px;
            font-size: 0.9rem;
        }

        .testimonial-text {
            color: var(--gray-600);
            line-height: 1.8;
            margin-bottom: 20px;
            font-style: italic;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .author-avatar {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, var(--primary-light), var(--primary));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-weight: 700;
            font-size: 1.2rem;
        }

        .author-info h5 {
            color: var(--primary);
            font-weight: 700;
            margin-bottom: 2px;
        }

        .author-info span {
            color: var(--gray-400);
            font-size: 0.85rem;
        }

        /* ============================================
           FAQ
           ============================================ */
        .faq-list {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            background: var(--white);
            margin-bottom: 16px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--gray-100);
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            box-shadow: var(--shadow-md);
        }

        .faq-question {
            padding: 24px 28px;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: var(--primary);
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: var(--gray-50);
        }

        .faq-question i {
            transition: transform 0.3s ease;
            color: var(--primary-light);
        }

        .faq-item.active .faq-question i {
            transform: rotate(180deg);
        }

        .faq-answer {
            padding: 0 28px;
            color: var(--gray-600);
            line-height: 1.8;
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s ease;
        }

        .faq-item.active .faq-answer {
            padding: 0 28px 24px;
            max-height: 300px;
        }

        /* ============================================
           CTA SECTION
           ============================================ */
        .cta-section {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            padding: 80px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }

        .cta-content {
            position: relative;
            z-index: 1;
        }

        .cta-section h2 {
            color: var(--white);
            font-size: clamp(1.8rem, 3vw, 2.5rem);
            margin-bottom: 16px;
            font-weight: 800;
        }

        .cta-section p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.2rem;
            margin-bottom: 32px;
        }

        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);
            color: var(--gray-900);
            padding: 20px 48px;
            font-size: 1.3rem;
            font-weight: 800;
            border-radius: 50px;
            text-decoration: none;
            box-shadow: var(--shadow-accent);
            transition: all 0.3s ease;
        }

        .cta-btn:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 20px 40px -10px rgba(251, 191, 36, 0.6);
        }

        .cta-btn i {
            animation: float 2s ease-in-out infinite;
        }

        /* ============================================
           FOOTER
           ============================================ */
        .footer {
            background: var(--gray-900);
            color: var(--gray-400);
            padding: 60px 0 30px;
            border-top: 5px solid var(--accent);
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            text-align: center;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-size: 1.4rem;
            font-weight: 800;
            color: var(--white);
            margin-bottom: 20px;
        }

        .footer-logo i {
            color: var(--accent);
        }

        .footer-links {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }

        .footer-links a {
            color: var(--gray-400);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: var(--accent);
        }

        .footer-disclaimer {
            font-size: 0.85rem;
            max-width: 700px;
            margin: 0 auto 20px;
            line-height: 1.7;
        }

        .footer-copy {
            font-size: 0.9rem;
            padding-top: 20px;
            border-top: 1px solid var(--gray-800);
        }

        /* ============================================
           RESPONSIVE DESIGN
           ============================================ */
        @media (max-width: 1024px) {
            .hero-content {
                grid-template-columns: 1fr;
                gap: 50px;
            }

            .hero-text {
                text-align: center;
            }

            .hero-features {
                display: inline-block;
                text-align: right;
            }

            .trust-badges {
                justify-content: center;
            }

            .features-grid,
            .testimonials-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .process-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .process-grid::before {
                display: none;
            }

            .compensation-grid {
                grid-template-columns: 1fr;
            }

            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .header-phone {
                display: none;
            }

            .header-btn {
                padding: 10px 20px;
                font-size: 0.85rem;
            }

            .hero-section {
                padding: 120px 0 60px;
            }

            .hero-text h1 {
                font-size: 1.9rem;
            }

            .hero-subtitle {
                font-size: 1.05rem;
            }

            .form-card {
                padding: 28px 20px;
            }

            .form-title {
                font-size: 1.3rem;
            }

            .features-grid,
            .testimonials-grid,
            .stats-grid {
                grid-template-columns: 1fr;
            }

            .process-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .process-step {
                display: flex;
                align-items: center;
                text-align: right;
                gap: 20px;
            }

            .step-number {
                width: 60px;
                height: 60px;
                font-size: 1.4rem;
                margin: 0;
                flex-shrink: 0;
            }

            .compensation-box {
                padding: 30px 20px;
            }

            .compensation-amounts {
                padding: 28px 20px;
            }

            .section {
                padding: 60px 0;
            }

            .section-title {
                font-size: 1.6rem;
            }

            .cta-btn {
                padding: 16px 32px;
                font-size: 1.1rem;
            }

            .faq-question {
                padding: 18px 20px;
                font-size: 1rem;
            }

            .faq-item.active .faq-answer {
                padding: 0 20px 18px;
            }
        }

        @media (max-width: 480px) {
            .hero-text h1 {
                font-size: 1.7rem;
            }

            .hero-features li {
                font-size: 1rem;
            }

            .form-urgency {
                font-size: 0.85rem;
                padding: 10px 12px;
            }

            .stat-number {
                font-size: 2rem;
            }

            .feature-card {
                padding: 28px 20px;
            }

            .testimonial-card {
                padding: 25px 20px;
            }
        }

        /* ============================================
           SCROLL ANIMATIONS
           ============================================ */
        .scroll-reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }

        .scroll-reveal.revealed {
            opacity: 1;
            transform: translateY(0);
        }
    


    /* Modal Styles */
    .modal {
        display: none; 
        position: fixed; 
        z-index: 9999; 
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%; 
        overflow: auto; 
        background-color: rgba(15, 23, 42, 0.9); 
        backdrop-filter: blur(5px);
        animation: fadeIn 0.3s;
    }

    .modal-content {
        background-color: #fff;
        margin: 5% auto; 
        padding: 40px;
        border: 1px solid #888;
        width: 90%; 
        max-width: 800px;
        border-radius: 20px;
        position: relative;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    }

    .close-modal {
        color: #aaa;
        position: absolute;
        top: 20px;
        left: 25px; /* RTL fix */
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
        transition: color 0.2s;
    }

    .close-modal:hover,
    .close-modal:focus {
        color: var(--primary);
        text-decoration: none;
        cursor: pointer;
    }

    .modal-header {
        border-bottom: 2px solid var(--gray-100);
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .modal-header h2 {
        margin: 0;
        color: var(--primary);
    }

    .modal-body {
        font-size: 0.95rem;
        color: var(--gray-600);
        line-height: 1.8;
        max-height: 60vh;
        overflow-y: auto;
    }

    .modal-body h3 {
        color: var(--gray-800);
        margin-top: 20px;
        margin-bottom: 10px;
    }
