.elementor-widget-container [data-tippy-root] > .tippy-box{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), assistant;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-container [data-tippy-root] > .tippy-box .tippy-arrow{color:var( --e-global-color-primary );}.elementor-9138 .elementor-element.elementor-element-5963a83{--display:flex;}.elementor-9138 .elementor-element.elementor-element-5963a83.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-html [data-tippy-root] > .tippy-box{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), assistant;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-html [data-tippy-root] > .tippy-box .tippy-arrow{color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 input:not([type="submit"]){background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 select{background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 textarea{background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 label{font-family:var( --e-global-typography-primary-font-family ), assistant;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-widget-html ::placeholder{font-family:var( --e-global-typography-primary-font-family ), assistant;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7-submit{font-family:var( --e-global-typography-primary-font-family ), assistant;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 input[type="submit"]:hover{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-9138 .elementor-element.elementor-element-7cb13be{--display:flex;}@media(min-width:770px){.elementor-9138 .elementor-element.elementor-element-5963a83{--width:106.208%;}}@media(max-width:1025px){.elementor-widget-container [data-tippy-root] > .tippy-box{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-html [data-tippy-root] > .tippy-box{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-html .wpcf7 label{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-html ::placeholder{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-html .wpcf7-submit{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:769px){.elementor-widget-container [data-tippy-root] > .tippy-box{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-html [data-tippy-root] > .tippy-box{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-html .wpcf7 label{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-html ::placeholder{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-html .wpcf7-submit{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for html, class: .elementor-element-92df3d8 *//* משתני עיצוב מתקדמים */
:root {
    --primary-color: #1a73e8;
    --primary-gradient: linear-gradient(135deg, #1a73e8, #0d47a1);
    --secondary-color: #34a853;
    --secondary-gradient: linear-gradient(135deg, #34a853, #2e7d32);
    --accent-color: #00c2ff;
    --accent-gradient: linear-gradient(135deg, #00c2ff, #0091ea);
    --light-color: #f8f9fa;
    --dark-color: #333;
    --border-color: #e0e0e0;
    --success-color: #4CAF50;
    --highlight-color: #e8f5e9;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --card-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    --neu-shadow: 5px 5px 10px #d1d9e6, -5px -5px 10px #ffffff;
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    --whatsapp-color: #25D366;
}

/* CSS Reset & Global Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Heebo', 'Rubik', sans-serif;
    direction: rtl;
    background-color: #f5f9ff;
    color: var(--dark-color);
    line-height: 1.7;
    overflow-x: hidden;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: white;
    border-radius: 20px;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 1;
}

/* אנימציות גלים */
.wave-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 0;
}

.wave {
    position: absolute;
    top: 0;
    width: 200%;
    height: 120px;
    animation: wave 20s linear infinite;
    opacity: 0.3;
}

.wave1 {
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg"><path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" fill="%231a73e8"/></svg>');
    z-index: -2;
}

.wave2 {
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg"><path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" fill="%2334a853"/></svg>');
    top: 40px;
    animation-delay: -5s;
    animation-duration: 15s;
    z-index: -1;
}

@keyframes wave {
    0% { transform: translateX(0); }
    50% { transform: translateX(-25%); }
    100% { transform: translateX(-50%); }
}

/* כותרות משופרות */
h1, h2, h3, h4 {
    margin-bottom: 15px;
    color: var(--primary-color);
}

.main-title {
    font-size: 2.7rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-weight: 800;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInDown 1s;
}

.subtitle {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 35px;
    color: #444;
    font-weight: 400;
    animation: fadeInUp 1s 0.3s both;
}

@keyframes fadeInDown {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeInUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* אנימציות טקסט מתחלפות */
.animation-text {
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    overflow: hidden;
    animation: pulseLight 2s infinite;
}

.text-rotator {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--secondary-color);
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textSlide 15s linear infinite;
}

@keyframes textSlide {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-10%); }
}

@keyframes pulseLight {
    0%, 100% { box-shadow: 0 0 15px rgba(52, 168, 83, 0.2); }
    50% { box-shadow: 0 0 25px rgba(26, 115, 232, 0.3); }
}

/* לוגו משופר */
.logo-container {
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    padding: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 50% 50% / 20px;
    position: relative;
    overflow: hidden;
}

.logo-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: rotate(45deg);
    animation: shinyEffect 10s linear infinite;
}

@keyframes shinyEffect {
    0% { transform: translateX(-100%) rotate(45deg); }
    20%, 100% { transform: translateX(100%) rotate(45deg); }
}

.logo {
    max-width: 220px;
    height: auto;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.logo:hover {
    transform: scale(1.05);
}

/* סרגל התקדמות משופר */
.progress-container {
    margin: 40px 0;
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
}

.progress-bar::before {
    content: '';
    background: linear-gradient(90deg, #e0e0e0, #d0d0d0);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: 1;
    border-radius: 4px;
}

.progress {
    background: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: 2;
    transition: var(--transition);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(52, 168, 83, 0.5);
}

.progress-step {
    width: 40px;
    height: 40px;
    background-color: #e0e0e0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    font-weight: 600;
    color: #777;
    border: 3px solid white;
    box-shadow: 0 0 0 3px #e0e0e0;
    transition: var(--transition);
}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: 45px;
    font-size: 0.85rem;
    color: #777;
    font-weight: 500;
    white-space: nowrap;
    transition: var(--transition);
}

.progress-step.active {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.3);
    transform: scale(1.1);
}

.progress-step.active::after {
    color: var(--primary-color);
    font-weight: 600;
}

/* תיבות טיפ משופרות */
.tip-box {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.05), rgba(26, 115, 232, 0.05));
    border-right: 4px solid var(--secondary-color);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}

.tip-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.tip-box.premium {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1), rgba(255, 152, 0, 0.1));
    border-right: 4px solid #ff9800;
}

.tip-box.premium .tip-icon {
    background: linear-gradient(135deg, #ff9800, #f57c00);
}

.tip-icon {
    font-size: 1.5rem;
    margin-left: 15px;
    background: linear-gradient(135deg, var(--secondary-color), #2e7d32);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tip-box p {
    margin: 0;
    font-size: 1.05rem;
}

.tip-box strong {
    color: var(--primary-color);
    font-weight: 700;
}

.tip-box.premium strong {
    color: #f57c00;
}

.blink {
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* באנרים סטטיסטיים וערך */
.stat-banner, .trust-banner, .guarantee-banner {
    background: linear-gradient(135deg, #f5f9ff, #edf7ff);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 1s 0.6s both;
}

.stat-banner {
    border-right: 4px solid #ff5722;
}

.trust-banner {
    border-right: 4px solid #9c27b0;
}

.guarantee-banner {
    border-right: 4px solid #ffc107;
    animation: fadeInUp 1s 1.5s both;
}

.stat-icon, .trust-icon, .guarantee-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    flex-shrink: 0;
    font-size: 1.5rem;
    color: white;
}

.stat-icon {
    background: linear-gradient(135deg, #ff5722, #e64a19);
}

.trust-icon {
    background: linear-gradient(135deg, #9c27b0, #7b1fa2);
}

.guarantee-icon {
    background: linear-gradient(135deg, #ffc107, #ffa000);
}

.stat-banner p, .trust-banner p, .guarantee-banner p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
}

/* כרטיסיות משופרות */
.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 40px;
    animation: fadeInUp 1s 0.9s both;
}

.card {
    flex: 1 1 220px;
    background-color: white;
    border-radius: 16px;
    box-shadow: var(--card-shadow);
    padding: 30px 25px;
    text-align: center;
    position: relative;
    transition: var(--transition);
    border-top: 5px solid var(--accent-color);
    overflow: hidden;
    z-index: 1;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transition: height 0.3s ease;
    z-index: -1;
}

.card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card:hover::before {
    height: 8px;
}

.card-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    background: rgba(26, 115, 232, 0.1);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.card h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 1.4rem;
}

.card p {
    color: #666;
    font-size: 1.05rem;
}

.best-savings {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    color: white;
    font-size: 0.85rem;
    padding: 7px 15px;
    border-radius: 30px;
    position: absolute;
    top: -12px;
    right: 50%;
    transform: translateX(50%);
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border: 2px solid white;
}

/* טופס משודרג */
.contact-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    margin-bottom: 30px;
    position: relative;
    animation: fadeInUp 1s 1.2s both;
    border: 2px solid var(--border-color);
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 15px 15px 0 0;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1 1 calc(33.333% - 20px);
    margin-bottom: 15px;
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--primary-color);
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 15px 12px 40px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-group input:focus,
.form-group select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.25);
    outline: none;
}

.input-icon {
    position: absolute;
    left: 12px;
    bottom: 12px;
    color: var(--primary-color);
    font-size: 1.2rem;
}

.required {
    color: #ff5252;
    margin-right: 3px;
}

.checkbox {
    display: flex;
    align-items: center;
}

.checkbox input {
    width: auto;
    margin-left: 10px;
    transform: scale(1.3);
}

.checkbox label {
    margin-bottom: 0;
    cursor: pointer;
}

.submit-btn {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    padding: 14px 30px;
    font-size: 1.2rem;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    width: 100%;
    transition: var(--transition);
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(52, 168, 83, 0.3);
}

.submit-btn:hover {
    box-shadow: 0 8px 25px rgba(52, 168, 83, 0.4);
    transform: translateY(-3px);
}

/* כפתור וואטסאפ */
.whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background-color: var(--whatsapp-color);
    color: white;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    margin: 15px 0;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
    transition: var(--transition);
    font-size: 1.1rem;
}

.whatsapp-button:hover {
    background-color: #128C7E;
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
    transform: translateY(-3px);
}

/* סימני אמון מתקדמים */
.trust-indicators {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    margin: 30px 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 15px;
    box-shadow: var(--neu-shadow);
    animation: fadeInUp 1s 1.5s both;
}

.indicator {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    transition: var(--transition);
}

.indicator:hover {
    transform: translateY(-5px);
}

.indicator .number {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.indicator i {
    font-size: 1.8rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.indicator p {
    font-size: 1rem;
    color: #555;
    font-weight: 500;
}

/* שאלות ותצוגת שאלות */
.step {
    display: none;
}

.step.active {
    display: block;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.question {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    margin-bottom: 20px;
    display: none;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--border-color);
}

.question::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
}

.question.active {
    display: block;
    animation: fadeIn 0.5s;
}

.question h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 1.6rem;
    position: relative;
    padding-right: 15px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.option {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    transition: var(--transition);
}

.option:hover {
    background-color: #f5f9ff;
}

.option input[type="radio"],
.option input[type="checkbox"] {
    margin-left: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.option label {
    font-size: 1.1rem;
    cursor: pointer;
}

.input-group {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

.input-group input {
    flex: 1;
    padding: 15px;
    padding-left: 45px;
    border: 2px solid var(--border-color);
    border-radius: 8px 0 0 8px;
    font-size: 1.1rem;
    transition: var(--transition);
}

.input-group input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.25);
    outline: none;
}

.input-group .currency,
.input-group .unit {
    background-color: #f0f0f0;
    padding: 17px 15px;
    border: 2px solid var(--border-color);
    border-right: none;
    border-radius: 0 8px 8px 0;
    font-weight: 600;
}

.input-group .input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 1.2rem;
}

.multiselect-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.bank-select {
    position: relative;
}

.bank-select select {
    width: 100%;
    padding: 15px;
    padding-left: 45px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 1.1rem;
    appearance: none;
    background-color: white;
    cursor: pointer;
}

.bank-select .select-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 1.2rem;
    pointer-events: none;
}

.bank-select::after {
    content: '▼';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 1rem;
    pointer-events: none;
}

.tip {
    background: linear-gradient(135deg, rgba(26, 115, 232, 0.05), rgba(76, 175, 80, 0.05));
    border-right: 4px solid var(--primary-color);
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.tip-icon {
    font-size: 1.3rem;
    margin-left: 15px;
    color: var(--primary-color);
}

.navigation-buttons {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.back-btn,
.next-btn,
.back-btn-to-step2,
.next-btn-to-step3,
.back-btn-to-step3,
.next-btn-to-step4,
.next-btn-to-step5 {
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition);
    font-weight: 600;
    font-size: 1.1rem;
}

.back-btn, 
.back-btn-to-step2, 
.back-btn-to-step3 {
    background-color: #f0f0f0;
    border: 2px solid var(--border-color);
    color: var(--dark-color);
}

.next-btn, 
.next-btn-to-step3, 
.next-btn-to-step4, 
.next-btn-to-step5 {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border: none;
    color: white;
    box-shadow: 0 4px 10px rgba(26, 115, 232, 0.3);
}

.back-btn:hover,
.back-btn-to-step2:hover,
.back-btn-to-step3:hover {
    background-color: #e0e0e0;
}

.next-btn:hover,
.next-btn-to-step3:hover,
.next-btn-to-step4:hover,
.next-btn-to-step5:hover {
    box-shadow: 0 6px 15px rgba(26, 115, 232, 0.4);
    transform: translateY(-3px);
}

/* תוצאות משופרות */
.results-container {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    margin-bottom: 30px;
    display: none;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--border-color);
}

.results-container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 15px 15px 0 0;
}

.results-container.active {
    display: block;
    animation: fadeIn 0.5s;
}

.results-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding: 20px 0;
}

.confetti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.results-title {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: pulse 2s infinite;
}

.results-title span {
    font-size: 2.3rem;
    font-weight: 800;
    color: var(--secondary-color);
    background: var(--secondary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.results-section {
    margin-bottom: 35px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: var(--neu-shadow);
    transition: var(--transition);
}

.results-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.results-section h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.4rem;
    color: var(--primary-color);
    position: relative;
    padding-right: 15px;
}

.results-section h3::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 80%;
    background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
    border-radius: 5px;
}

.details-table, 
.comparison-table {
    width: 100%;
    margin-bottom: 15px;
}

.detail-row, 
.comparison-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    padding: 12px 0;
}

.detail-row:last-child,
.comparison-row:last-child {
    border-bottom: none;
}

.detail-label, 
.comparison-label {
    font-weight: 600;
    color: #555;
    flex: 1.5;
}

.detail-value, 
.comparison-value {
    font-weight: 700;
    text-align: left;
    color: var(--primary-color);
    flex: 1;
}

.comparison-row.highlight {
    background-color: rgba(52, 168, 83, 0.1);
    border-radius: 8px;
    padding: 12px 10px;
    margin: 5px 0;
}

.comparison-row.highlight .comparison-label {
    color: var(--dark-color);
}

.comparison-row.highlight .comparison-value {
    color: var(--secondary-color);
    font-size: 1.1rem;
}

.comparison-full-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.comparison-full-table th,
.comparison-full-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}

.comparison-full-table th {
    background: linear-gradient(90deg, var(--primary-color), #1565c0);
    color: white;
    font-weight: 600;
}

.comparison-full-table th:first-child {
    text-align: right;
}

.comparison-full-table td:first-child {
    text-align: right;
    font-weight: 600;
    color: #555;
}

.comparison-full-table .total-row {
    font-weight: 700;
    background-color: rgba(52, 168, 83, 0.1);
}

.comparison-full-table .total-row td {
    font-size: 1.1rem;
}

.benefits-list {
    list-style-type: none;
    padding: 0;
}

.benefits-list li {
    position: relative;
    padding: 10px 35px 10px 0;
    border-bottom: 1px dashed var(--border-color);
    font-size: 1.05rem;
}

.benefits-list li:last-child {
    border-bottom: none;
}

.benefits-list li::before {
    content: "✓";
    color: var(--success-color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    font-weight: 700;
    width: 25px;
    height: 25px;
    background-color: rgba(76, 175, 80, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommended-payment {
    font-size: 2.2rem;
    text-align: center;
    color: var(--success-color);
    font-weight: 700;
    padding: 15px;
    background-color: rgba(76, 175, 80, 0.1);
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.2);
}

.recommended-payments {
    width: 100%;
}

.recommended-payment-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
}

.recommended-payment-row:last-child {
    border-bottom: none;
}

.recommended-payment-label {
    font-weight: 600;
    color: #555;
}

.recommended-payment-value {
    font-weight: 700;
    color: var(--primary-color);
}

.recommended-payment-row.highlight {
    background-color: rgba(52, 168, 83, 0.1);
    border-radius: 8px;
    padding: 15px 10px;
    margin: 5px 0;
}

.recommended-payment-row.highlight .recommended-payment-label {
    color: var(--dark-color);
    font-weight: 700;
}

.recommended-payment-row.highlight .recommended-payment-value {
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.cta-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-top: 40px;
}

.cta-button {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    width: 100%;
    max-width: 400px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(52, 168, 83, 0.3);
    text-align: center;
}

.cta-button:hover {
    box-shadow: 0 8px 25px rgba(52, 168, 83, 0.4);
    transform: translateY(-3px);
}

.save-results-btn {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    font-weight: 600;
}

.save-results-btn:hover {
    background-color: rgba(0, 102, 204, 0.1);
    transform: translateY(-3px);
}

/* פוטר */
footer {
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    font-size: 0.9rem;
    color: #777;
    border-top: 1px solid var(--border-color);
}

/* רספונסיביות */
@media (max-width: 992px) {
    .main-title {
        font-size: 2.2rem;
    }
    
    .subtitle {
        font-size: 1.3rem;
    }
    
    .cards-container {
        gap: 15px;
    }
    
    .card {
        flex: 1 1 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 10px;
    }
    
    .form-group {
        flex: 1 1 100%;
    }
    
    .card {
        flex: 1 1 100%;
    }
    
    .trust-indicators {
        flex-direction: column;
        gap: 15px;
    }
    
    .progress-step::after {
        display: none;
    }
    
    .results-title {
        font-size: 1.6rem;
    }
    
    .results-title span {
        font-size: 1.8rem;
    }
    
    .detail-row, 
    .comparison-row,
    .recommended-payment-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .detail-value, 
    .comparison-value,
    .recommended-payment-value {
        text-align: right;
    }
    
    .comparison-full-table {
        font-size: 0.9rem;
    }
    
    .comparison-full-table th,
    .comparison-full-table td {
        padding: 10px 5px;
    }
    
    .recommended-payment {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 20px 15px;
    }
    
    .main-title {
        font-size: 1.8rem;
    }
    
    .subtitle {
        font-size: 1.1rem;
    }
    
    .question {
        padding: 20px 15px;
    }
    
    .question h3 {
        font-size: 1.3rem;
    }
    
    .navigation-buttons {
        flex-direction: column-reverse;
        gap: 10px;
    }
    
    .animation-text {
        padding: 10px;
    }
    
    .text-rotator {
        font-size: 1.1rem;
    }
    
    .tip-box, .tip {
        padding: 15px 10px;
    }
    
    .stat-banner, .trust-banner, .guarantee-banner {
        padding: 12px 10px;
    }
}

/* אנימציות קונפטי */
@keyframes confettiRain {
    0% { transform: translateY(-100px) rotate(0deg); opacity: 0; }
    25% { opacity: 1; }
    100% { transform: translateY(1000px) rotate(360deg); opacity: 0; }
}

.confetti-piece {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 2px;
    animation: confettiRain 4s linear infinite;
}

/* אנימציות נוספות ואפקטים */
.number-input {
    text-align: left;
    direction: ltr;
}

.input-group input:focus ~ .input-icon {
    color: var(--secondary-color);
    transform: translateY(-50%) scale(1.2);
}

.checkbox input:checked + label {
    color: var(--primary-color);
    font-weight: 500;
}

@keyframes highlight {
    0% { box-shadow: 0 0 0 0 rgba(52, 168, 83, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(52, 168, 83, 0); }
    100% { box-shadow: 0 0 0 0 rgba(52, 168, 83, 0); }
}

.highlight-animation {
    animation: highlight 2s infinite;
}

/* כפתורי שמירה ושיתוף משופרים */
.results-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.result-action-btn {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #f5f9ff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.result-action-btn i {
    margin-left: 10px;
    font-size: 1.2rem;
}

.result-action-btn:hover {
    background-color: var(--primary-color);
    color: white;
}

/* תיקוני פורמט למספרים */
.number-input::placeholder {
    color: #bbb;
}

/* משפרים הנגשה */
input:focus, select:focus, button:focus {
    outline: 3px solid rgba(26, 115, 232, 0.5);
    outline-offset: 3px;
}

/* טיפול במצבי שגיאה */
.input-error {
    border-color: #ff5252 !important;
}

.error-message {
    color: #ff5252;
    font-size: 0.85rem;
    margin-top: 5px;
    display: none;
}

.show-error .error-message {
    display: block;
}

/* אנימציית קלט */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.shake-animation {
    animation: shake 0.6s;
}/* End custom CSS */