.elementor-490 .elementor-element.elementor-element-61e30fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:0px 0px 20px 20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-490 .elementor-element.elementor-element-f4fef51{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-490 .elementor-element.elementor-element-03380e6 > .elementor-widget-container{padding:50px 0px 50px 0px;}.elementor-490 .elementor-element.elementor-element-6770f8a > .elementor-widget-container{padding:50px 0px 50px 0px;}.elementor-490 .elementor-element.elementor-element-f63df97 > .elementor-widget-container{padding:50px 0px 50px 0px;}.elementor-490 .elementor-element.elementor-element-e8cc1a0 > .elementor-widget-container{padding:50px 0px 50px 0px;}.elementor-490 .elementor-element.elementor-element-5367d75 > .elementor-widget-container{padding:50px 0px 50px 0px;}body.elementor-page-490{padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-490 .elementor-element.elementor-element-f4fef51{--content-width:1200px;}}@media(max-width:767px){.elementor-490 .elementor-element.elementor-element-61e30fe{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-490 .elementor-element.elementor-element-03380e6 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-7424774 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'IBM Plex Sans Hebrew', sans-serif;
            font-weight: 400;
            overflow-x: hidden;
        }

        .hero-section {
            background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 50%, #f0f4ff 100%);
            min-height: 90vh;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            border-radius: 0px 0px 30px 30px;
        }

        /* אלמנטים דקורטיביים ברקע */
        .hero-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(65, 0, 255, 0.08) 0%, transparent 70%);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .hero-section::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -15%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(65, 0, 255, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            animation: float 8s ease-in-out infinite reverse;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) scale(1); }
            50% { transform: translateY(-20px) scale(1.05); }
        }

        .hero-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 40px;
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .hero-content {
            animation: slideInRight 1s ease-out;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(65, 0, 255, 0.1);
            color: #4100FF;
            padding: 12px 20px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 0px;
            border: 1px solid rgba(65, 0, 255, 0.2);
        }

        .hero-badge::before {
            content: '🏆';
            font-size: 16px;
        }

        .hero-title {
            font-size: 56px;
            font-weight: 600;
            color: #1a1a1a;
            line-height: 1.2;
            margin-bottom: 24px;
            background: linear-gradient(135deg, #7343fc 0%, #4100FF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
                letter-spacing: -0.03em;
        }

        .hero-subtitle {
            font-size: 22px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 40px;
            max-width: 90%;
        }

        .hero-cta-section {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 50px;
        }

        .hero-cta-button {
            background: linear-gradient(135deg, #4100FF 0%, #5a1aff 100%);
            color: white;
            border: none;
            padding: 20px 40px;
            border-radius: 12px;
            font-size: 18px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            font-family: 'IBM Plex Sans Hebrew', sans-serif;
            box-shadow: 0 8px 32px rgba(65, 0, 255, 0.3);
            position: relative;
            overflow: hidden;
            max-width: 320px;
            animation: heroPulse 4s ease-in-out infinite;
        }

        .hero-cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.8s ease;
            z-index: 1;
        }

        .hero-cta-button:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 12px 40px rgba(65, 0, 255, 0.4);
            animation-play-state: paused;
        }

        .hero-cta-button:hover::before {
            left: 100%;
        }

        .hero-cta-text {
            font-size: 14px;
            color: #888;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .hero-cta-text::before {
            content: '✓';
            background: #e8f5e8;
            color: #2d5016;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: 500;
        }

        @keyframes heroPulse {
            0% {
                box-shadow: 0 8px 32px rgba(65, 0, 255, 0.3), 0 0 0 0 rgba(65, 0, 255, 0.2);
            }
            50% {
                box-shadow: 0 8px 32px rgba(65, 0, 255, 0.3), 0 0 0 15px rgba(65, 0, 255, 0.1);
            }
            100% {
                box-shadow: 0 8px 32px rgba(65, 0, 255, 0.3), 0 0 0 0 rgba(65, 0, 255, 0.2);
            }
        }

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

        .hero-stat {
            text-align: center;
            padding: 20px 15px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 12px;
            border: 1px solid rgba(65, 0, 255, 0.1);
            transition: all 0.3s ease;
        }

        .hero-stat:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(65, 0, 255, 0.15);
        }

        .hero-stat-icon {
            font-size: 24px;
            margin-bottom: 10px;
            display: none;
        }

        .hero-stat-number {
            font-size: 28px;
            font-weight: 500;
            color: #4100FF;
            margin-bottom: 0px;
            display: block;
        }

        .hero-stat-label {
            font-size: 14px;
            color: #666;
            line-height: 1.2;
            
        }

        /* רספונסיביות משופרת למובייל */
        @media (max-width: 768px) {
            .hero-container {
                padding: 40px 20px;
            }

            .hero-title {
                font-size: 36px;
            }

            .hero-subtitle {
                font-size: 18px;
            }
            
            .hero-illustration {
                transform: scale(1.15) !important;
    }

            /* פריסה מעניינת יותר למובייל - 2 למעלה, 1 למטה */
            .hero-stats {
                grid-template-columns: 1fr 1fr;
                gap: 15px;
                max-width: 300px;
                margin: 0 auto;
            }

            .hero-stat:last-child {
                grid-column: 1 / -1;
                max-width: 200px;
                margin: 0 auto;
            }

            .hero-stat {
                padding: 15px 10px;
            }

            .hero-stat-number {
                font-size: 24px;
            }

            .hero-stat-label {
                font-size: 12px;
            }

            .hero-cta-button {
                max-width: 100%;
                font-size: 16px;
                padding: 18px 32px;
            }

            .hero-illustration {
                width: 250px;
                height: 250px;
            }

            .main-visual {
                width: 150px;
                height: 150px;
            }

            .main-visual::before {
                font-size: 48px;
            }

            .floating-coin {
                width: 35px;
                height: 35px;
                font-size: 14px;
            }
        }

        /* אפשרות נוספת למובייל - גלילה אופקית */
        @media (max-width: 480px) {
            .hero-stats {
                grid-template-columns: repeat(3, 180px);
                gap: 15px;
                overflow-x: auto;
                padding: 10px 0;
                scroll-snap-type: x mandatory;
                max-width: none;
            }

            .hero-stat {
                scroll-snap-align: start;
                min-width: 160px;
            }

            .hero-stat:last-child {
                grid-column: auto;
                margin: 0;
                max-width: none;
            }

            /* סגנון לscrillbar */
            .hero-stats::-webkit-scrollbar {
                height: 4px;
            }

            .hero-stats::-webkit-scrollbar-track {
                background: rgba(65, 0, 255, 0.1);
                border-radius: 2px;
            }

            .hero-stats::-webkit-scrollbar-thumb {
                background: #4100FF;
                border-radius: 2px;
                
            
            }
        }

        .hero-visual {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            animation: slideInLeft 1s ease-out 0.2s both;
        }

        .hero-illustration {
            position: relative;
            z-index: 2;
            width: 350px;
            height: 350px;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: scale(1.5);
        }

        /* אלמנט מרכזי פשוט ואלגנטי */
        .main-visual {
            position: relative;
            width: 200px;
            height: 200px;
            background: linear-gradient(135deg, rgba(65, 0, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 20px 60px rgba(65, 0, 255, 0.15);
            animation: gentleFloat 4s ease-in-out infinite;
        }

        .main-visual::before {
            content: '₪';
            font-size: 72px;
            color: #4100FF;
            font-weight: 500;
            animation: coinSpin 8s linear infinite;
        }

        .main-visual::after {
            content: '';
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            border: 2px solid rgba(65, 0, 255, 0.2);
            border-radius: 50%;
            animation: ringPulse 3s ease-in-out infinite;
        }

        /* רק 3 מטבעות קטנות סביב */
        .floating-coin {
            position: absolute;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: 500;
            color: #4100FF;
            box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
            animation: orbitFloat 6s ease-in-out infinite;
        }

        .floating-coin:nth-child(2) {
            top: 30px;
            right: 60px;
            animation-delay: 0s;
        }

        .floating-coin:nth-child(3) {
            bottom: 50px;
            left: 40px;
            animation-delay: 2s;
        }

        .floating-coin:nth-child(4) {
            top: 100px;
            left: 20px;
            animation-delay: 4s;
        }

        @keyframes gentleFloat {
            0%, 100% { transform: translateY(0px) scale(1); }
            50% { transform: translateY(-8px) scale(1.02); }
        }

        @keyframes coinSpin {
            0% { transform: rotateY(0deg); }
            100% { transform: rotateY(360deg); }
        }

        @keyframes ringPulse {
            0% { 
                transform: scale(1); 
                opacity: 0.3; 
            }
            50% { 
                transform: scale(1.1); 
                opacity: 0.6; 
            }
            100% { 
                transform: scale(1); 
                opacity: 0.3; 
            }
        }

        @keyframes orbitFloat {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            33% { transform: translateY(-5px) rotate(120deg); }
            66% { transform: translateY(5px) rotate(240deg); }
        }

        @keyframes coinFloat {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-15px) rotate(5deg); }
        }

        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .floating-icon {
            position: absolute;
            font-size: 20px;
            animation: floatIcon 8s ease-in-out infinite;
            opacity: 0.4;
        }

        .floating-icon:nth-child(1) {
            top: 80%;
            left: 15%;
            animation-delay: 0s;
            display:
        }

        .floating-icon:nth-child(2) {
            top: 80%;
            left: 80%;
            animation-delay: 4s;
        }

        @keyframes floatIcon {
            0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.2; }
            50% { transform: translateY(-15px) rotate(5deg); opacity: 0.5; }
        }

        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* רספונסיביות */
        @media (max-width: 1024px) {
            .hero-container {
                grid-template-columns: 1fr;
                gap: 60px;
                text-align: center;
                padding: 60px 30px;
            }

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

            .hero-subtitle {
                font-size: 20px;
                max-width: 100%;
            }

            .hero-illustration {
                width: 300px;
                height: 300px;
            }

            .main-visual {
                width: 180px;
                height: 180px;
            }

            .main-visual::before {
                font-size: 60px;
            }

            .floating-coin {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
        }

        @media (max-width: 768px) {
            .hero-container {
                padding: 40px 20px;
            }

            .hero-title {
                font-size: 36px;
            }

            .hero-subtitle {
                font-size: 18px;
            }

            .hero-stats {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .hero-cta-button {
                max-width: 100%;
                font-size: 16px;
                padding: 18px 32px;
            }

            .coin-stack {
                width: 200px;
                height: 200px;
            }

            .hero-person {
                width: 80px;
                height: 100px;
            }
            
            .hero-cta-text{
                font-size: 12px;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b60f76f */.elementor-490 .elementor-element.elementor-element-b60f76f{
    max-height: 0;
}/* End custom CSS */