.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-8899 .elementor-element.elementor-element-4e46c35{--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-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 );}@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-38b5734 *//* הוספת גופן Heebo */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800&display=swap');
/* הוספת Font Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* סגנונות כלליים */
.mortgage-calculator-container {
    font-family: 'Heebo', sans-serif;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    direction: rtl;
    color: #333333;
}

/* הדר (Header) מעוצב */
.header-section {
    position: relative;
    padding: 60px 20px 80px;
    text-align: center;
    border-radius: 0 0 50% 50% / 20px;
    margin-bottom: 60px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 77, 64, 0.2);
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #004D40, #00A99D);
    z-index: -1;
}

.header-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="10" height="10" fill="white" fill-opacity="0.05"/><rect x="10" y="10" width="10" height="10" fill="white" fill-opacity="0.05"/></svg>');
    opacity: 0.1;
    z-index: -1;
}

.header-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.logo-container {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.logo-container::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 5px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    bottom: -10px;
    left: -10%;
}

.main-logo {
    max-width: 220px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    transition: all 0.5s ease;
    animation: floating 3s ease-in-out infinite;
}

.main-title {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
}

.subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
}

.header-icon-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.header-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-icon {
    font-size: 28px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.15);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.header-icon i {
    font-size: 36px;
    color: white;
}

.header-icon-item:hover .header-icon {
    transform: translateY(-5px);
}

.header-icon-text {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

/* סרגל התקדמות משופר */
.progress-bar-container {
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    margin-top: -50px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.progress-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #F7A072, #00A99D);
    border-radius: 0 0 50% 50% / 10px;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 40px;
}

.step-item {
    position: relative;
    z-index: 2;
    text-align: center;
    transition: all 0.3s ease;
}

.step-connector {
    flex-grow: 1;
    height: 3px;
    background: #E0E0E0;
    position: relative;
    z-index: 1;
}

.step-item.current ~ .step-connector {
    background: #E0E0E0;
}

.step-item.completed ~ .step-connector {
    background: #00A99D;
}

.step-circle {
    width: 50px;
    height: 50px;
    background-color: white;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #666666;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.step-item.completed .step-circle {
    background-color: #00A99D;
    border-color: #00A99D;
    color: white;
}

.step-item.current .step-circle {
    background-color: white;
    border-color: #F7A072;
    color: #F7A072;
    box-shadow: 0 0 0 5px rgba(247, 160, 114, 0.2);
    transform: scale(1.1);
    animation: pulse 2s infinite;
}

.step-label {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    white-space: nowrap;
}

.step-item.current .step-label {
    color: #F7A072;
    font-weight: 600;
}

/* טיזר ערך משופר */
.value-teaser {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.value-teaser:hover {
    transform: translateY(-5px);
}

.value-teaser-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(0, 169, 157, 0.12), rgba(0, 169, 157, 0.03));
    border-radius: 0 12px 0 100%;
    z-index: 0;
}

.teaser-content {
    display: flex;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.teaser-icon-wrapper {
    position: relative;
    margin-left: 25px;
}

.teaser-icon {
    font-size: 40px;
    position: relative;
    z-index: 2;
    width: 80px;
    height: 80px;
    background-color: rgba(247, 160, 114, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teaser-icon i {
    font-size: 40px;
    color: #F7A072;
}

.teaser-icon::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(circle, rgba(247, 160, 114, 0.3) 0%, rgba(247, 160, 114, 0) 70%);
    border-radius: 50%;
    z-index: -1;
    animation: glow 3s infinite;
}

.teaser-text-wrapper {
    flex: 1;
}

.teaser-text {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.bold-text {
    font-weight: 700;
}

.highlight-orange {
    color: #F7A072;
    font-weight: 700;
}

.highlight-teal {
    color: #00A99D;
    font-weight: 700;
}

.teaser-question {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    font-size: 22px;
    color: #004D40;
}

/* חיסכון אפשרי משופר */
.potential-savings {
    margin-bottom: 60px;
    text-align: center;
}

.section-header {
    margin-bottom: 30px;
    position: relative;
}

.section-header::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #F7A072, #00A99D);
    margin: 15px auto 0;
    border-radius: 3px;
}

.section-title {
    color: #004D40;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #666666;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}

.savings-boxes {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
}

.savings-box {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    width: 30%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.savings-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.savings-box-content {
    position: relative;
    z-index: 2;
}

.savings-box-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 0 12px 0 100%;
    background: linear-gradient(135deg, rgba(0, 169, 157, 0.08), rgba(0, 169, 157, 0.01));
    z-index: 1;
    transition: all 0.3s ease;
}

.savings-box:hover .savings-box-bg {
    width: 140px;
    height: 140px;
}

.box-icon {
    font-size: 36px;
    display: inline-block;
    margin-bottom: 15px;
    background-color: rgba(0, 169, 157, 0.1);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-icon i {
    font-size: 30px;
    color: #00A99D;
}

.box-title {
    color: #004D40;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}

.box-value {
    color: #00A99D;
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(90deg, #004D40, #00A99D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.disclaimer {
    font-size: 13px;
    color: #888888;
    margin-top: 10px;
}

/* יתרונות המחשבון משופרים */
.calculator-benefits {
    margin-bottom: 70px;
    padding: 50px 0;
    background: linear-gradient(180deg, rgba(245, 246, 250, 0), rgba(245, 246, 250, 1), rgba(245, 246, 250, 0));
}

.benefits-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.benefit-item {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 30px 20px;
    flex: 1;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.benefit-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #F7A072, #00A99D);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
    z-index: -1;
}

.benefit-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
}

.benefit-item:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.benefit-icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.benefit-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(247, 160, 114, 0.1);
    border-radius: 50%;
    font-size: 36px;
    z-index: 2;
}

.benefit-icon i {
    font-size: 36px;
    color: #F7A072;
}

.benefit-title {
    color: #004D40;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}

.benefit-description {
    color: #666666;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

/* מונה זמן ואינדיקטור משתמשים */
.real-time-counters {
    background-color: #F9F9F9;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.counter-item {
    display: flex;
    align-items: center;
}

.counter-icon {
    font-size: 24px;
    margin-left: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-icon i {
    font-size: 28px;
}

.timer .counter-icon {
    background-color: rgba(247, 160, 114, 0.1);
}

.timer .counter-icon i {
    color: #F7A072;
}

.users .counter-icon {
    background-color: rgba(0, 169, 157, 0.1);
}

.users .counter-icon i {
    color: #00A99D;
}

.counter-text {
    margin: 0;
    font-size: 18px;
}

.timer .counter-text {
    color: #F7A072;
    font-weight: 700;
}

.users .counter-text {
    color: #00A99D;
    font-weight: 500;
}

/* ויזואליזציה */
.visualization-section {
    display: flex;
    margin-bottom: 60px;
    gap: 30px;
}

.visualization-container, .graph-container {
    flex: 1;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.visualization-container:hover, .graph-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.viz-title, .graph-title {
    color: #004D40;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viz-title i, .graph-title i {
    margin-left: 10px;
    color: #00A99D;
}

.before-after-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
}

.before-column, .after-column {
    text-align: center;
    width: 40%;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.before-column {
    background: linear-gradient(45deg, #FFE0C4, #FFF5EC);
    border: 1px solid rgba(247, 160, 114, 0.2);
}

.after-column {
    background: linear-gradient(45deg, #E0F2F1, #F5FFFD);
    border: 1px solid rgba(0, 169, 157, 0.2);
}

.column-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.before-column .column-title {
    color: #F7A072;
}

.after-column .column-title {
    color: #00A99D;
}

.column-value {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.column-icon {
    font-size: 30px;
}

.before-column .column-icon i {
    color: #F7A072;
}

.after-column .column-icon i {
    color: #00A99D;
}

.arrow-icon {
    font-size: 30px;
    animation: moveLeftRight 2s infinite;
}

.arrow-icon i {
    color: #004D40;
}

.savings-result {
    text-align: center;
    background-color: #F9F9F9;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.savings-result p {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #004D40;
}

.savings-value {
    color: #00A99D;
}

/* גרף */
.chart {
    height: 250px;
    position: relative;
    margin-top: 20px;
}

.chart-placeholder {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 30px;
    border-bottom: 2px solid #E0E0E0;
    position: relative;
}

.chart-placeholder::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 2px;
    background-color: #E0E0E0;
}

.chart-point {
    text-align: center;
    position: relative;
    width: 20%;
}

.chart-point::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    background-color: #00A99D;
    animation: growUp 2s ease-out;
}

.chart-point:nth-child(1)::before {
    height: 25%;
}

.chart-point:nth-child(2)::before {
    height: 50%;
}

.chart-point:nth-child(3)::before {
    height: 75%;
}

.chart-point:nth-child(4)::before {
    height: 100%;
}

.point-value {
    color: #00A99D;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom: calc(100% + 10px);
    left: 0;
}

.point-label {
    color: #666666;
    font-size: 14px;
    position: absolute;
    width: 100%;
    top: calc(100% + 10px);
    left: 0;
}

/* טופס משופר */
.form-section {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 0;
    margin-bottom: 60px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.form-section-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, #004D40, #00A99D);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    z-index: 1;
}

.form-section-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="10" height="10" fill="white" fill-opacity="0.05"/><rect x="10" y="10" width="10" height="10" fill="white" fill-opacity="0.05"/></svg>');
    opacity: 0.1;
}

.form-container {
    position: relative;
    z-index: 2;
    padding: 50px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    border-radius: 20px;
}

.form-title {
    color: #004D40;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.contact-form {
    width: 100%;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
    flex: 1;
}

.form-group label {
    display: block;
    color: #004D40;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.input-container {
    position: relative;
}

.input-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #00A99D;
    font-size: 18px;
}

.input-focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #F7A072, #00A99D);
    transition: width 0.3s ease;
}

.form-group input:focus ~ .input-focus-border {
    width: 100%;
}

.form-group input {
    width: 100%;
    height: 50px;
    padding: 0 15px 0 45px; /* ריפוד גדול בצד שמאל עבור האייקון */
    font-size: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form-group input:focus {
    border-color: #F7A072;
    outline: none;
    box-shadow: 0 4px 10px rgba(247, 160, 114, 0.1);
}

.validation-mark {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form-group.valid .validation-mark::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #00A99D;
    opacity: 1;
}

.form-checkbox {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.form-checkbox input {
    margin-left: 10px;
    margin-top: 4px;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    transition: all 0.2s ease;
    position: relative;
    cursor: pointer;
}

.form-checkbox input:checked {
    background-color: #00A99D;
    border-color: #00A99D;
}

.form-checkbox input:checked::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-checkbox label {
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    flex: 1;
}

.submit-button {
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, #F7A072, #00A99D);
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 15px rgba(247, 160, 114, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.submit-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00A99D, #F7A072);
    z-index: -1;
    transition: opacity 0.5s ease;
    opacity: 0;
}

.submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(247, 160, 114, 0.4);
}

.submit-button:hover::before {
    opacity: 1;
}

.submit-button:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(247, 160, 114, 0.3);
}

.submit-button i {
    margin-left: 10px;
}

/* אפשרויות נוספות */
.additional-options {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    justify-content: left;
}

.option-button {
    background: none;
    border: 1px solid #00A99D;
    color: #00A99D;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.option-button i {
    margin-left: 8px;
    font-size: 18px;
}

.option-button:hover {
    background-color: #00A99D;
    color: white;
}

/* אזור אמינות */
.trust-section {
    background-color: #F5F6FA;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.user-count, .security-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.trust-icon {
    margin-left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 169, 157, 0.1);
}

.trust-icon i {
    font-size: 20px;
    color: #00A99D;
}

.trust-text {
    margin: 0;
    font-size: 15px;
    color: #666666;
}

.security-tags {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    justify-content: center;
}

.tag {
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 14px;
    color: #00A99D;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.tag i {
    margin-left: 5px;
}

/* מודל מעוצב */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 77, 64, 0.7);
    backdrop-filter: blur(3px);
    z-index: 1000;
    overflow-y: auto;
}

.modal-content {
    background-color: #FFFFFF;
    margin: 50px auto;
    padding: 40px;
    border-radius: 20px;
    width: 80%;
    max-width: 800px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    animation: modalFadeIn 0.4s;
}

.close-modal {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    color: #666666;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.close-modal:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #F7A072;
}

.modal-title {
    color: #004D40;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.modal-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #F7A072, #00A99D);
    margin: 15px auto 0;
    border-radius: 3px;
}

/* שאלות נפוצות */
.faq-item {
    margin-bottom: 15px;
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateX(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, rgba(247, 160, 114, 0.03), rgba(0, 169, 157, 0.03));
}

.faq-question h3 {
    margin: 0;
    font-size: 18px;
    color: #004D40;
    font-weight: 700;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.faq-question h3 i {
    margin-right: 10px;
    color: #00A99D;
}

.faq-item.open .faq-question h3 {
    color: #00A99D;
}

.toggle-icon {
    font-size: 24px;
    color: #00A99D;
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 169, 157, 0.1);
}

.faq-item.open .toggle-icon {
    transform: rotate(45deg);
    background: #00A99D;
    color: white;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    padding: 0 20px;
}

.faq-item.open .faq-answer {
    max-height: 500px;
    padding: 0 20px 20px;
}

.faq-answer p {
    margin: 0;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

/* מילון מונחים */
.glossary-search {
    position: relative;
    margin-bottom: 30px;
}

.glossary-search input {
    width: 100%;
    padding: 15px 45px 15px 15px;
    font-size: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    background-color: #F5F6FA;
    transition: all 0.3s ease;
}

.glossary-search input:focus {
    outline: none;
    border-color: #00A99D;
    box-shadow: 0 0 0 3px rgba(0, 169, 157, 0.1);
    background-color: white;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #00A99D;
}

.glossary-item {
    margin-bottom: 15px;
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.glossary-item:hover {
    transform: translateX(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.glossary-term {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, rgba(247, 160, 114, 0.03), rgba(0, 169, 157, 0.03));
}

.glossary-term h3 {
    margin: 0;
    font-size: 18px;
    color: #004D40;
    font-weight: 700;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.glossary-term h3 i {
    margin-right: 10px;
    color: #00A99D;
}

.glossary-item.open .glossary-term h3 {
    color: #00A99D;
}

.glossary-definition {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    padding: 0 20px;
}

.glossary-item.open .glossary-definition {
    max-height: 300px;
    padding: 0 20px 20px;
}

.glossary-definition p {
    margin: 0;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

/* אנימציות מתקדמות */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(247, 160, 114, 0.4);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(247, 160, 114, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(247, 160, 114, 0);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(2deg);
    }
    50% {
        transform: translateY(0px) rotate(0deg);
    }
    75% {
        transform: translateY(5px) rotate(-2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.3;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95);
    }
}

@keyframes moveLeftRight {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(8px);
    }
}

@keyframes growUp {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        height: 100%;
        opacity: 1;
    }
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* רספונסיביות מתקדמת */
@media screen and (max-width: 992px) {
    .benefits-container {
        flex-wrap: wrap;
    }
    
    .benefit-item {
        width: calc(50% - 15px);
        flex: none;
    }
    
    .form-section-bg {
        clip-path: polygon(0 0, 100% 0, 100% 25%, 0% 45%);
        height: 200px;
    }
    
    .form-row {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .main-title {
        font-size: 32px;
    }
    
    .subtitle {
        font-size: 18px;
    }
    
    .header-icon-grid {
        gap: 20px;
    }
    
    .header-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .header-icon i {
        font-size: 30px;
    }
    
    .step-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .step-label {
        font-size: 12px;
    }
    
    .teaser-content {
        flex-direction: column;
        text-align: center;
    }
    
    .teaser-icon-wrapper {
        margin: 0 auto 20px;
    }
    
    .teaser-text {
        font-size: 16px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .savings-boxes {
        flex-direction: column;
        gap: 20px;
    }
    
    .savings-box {
        width: 100%;
    }
    
    .benefit-item {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .visualization-section {
        flex-direction: column;
        gap: 30px;
    }
    
    .form-section {
        padding: 0;
    }
    
    .form-container {
        padding: 30px 20px;
    }
    
    .submit-button {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .header-section {
        padding: 40px 15px 60px;
    }
    
    .main-title {
        font-size: 24px;
    }
    
    .header-icon-grid {
        flex-direction: column;
        gap: 15px;
    }
    
    .progress-steps {
        padding: 20px 10px;
    }
    
    .step-connector {
        max-width: 20px;
    }
    
    .modal-content {
        width: 95%;
        padding: 20px 15px;
    }
    
    .form-title {
        font-size: 22px;
    }
}

/* שיפור הגלילה במודלים */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 77, 64, 0.7);
    backdrop-filter: blur(3px);
    z-index: 1000;
    overflow-y: auto; /* מאפשר גלילה אנכית */
    padding: 20px 0; /* מרווח מלמעלה ומלמטה */
}

.modal-content {
    background-color: #FFFFFF;
    margin: 30px auto;
    padding: 40px;
    border-radius: 20px;
    width: 80%;
    max-width: 800px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    animation: modalFadeIn 0.4s;
    max-height: 80vh; /* גובה מקסימלי ביחס לגובה המסך */
    overflow-y: auto; /* מאפשר גלילה בתוך התוכן */
}

/* שיפור בתצוגת המודל בגלילה */
.faq-items, .glossary-items {
    max-height: 60vh; /* גובה מקסימלי לרשימת הפריטים */
    overflow-y: auto; /* גלילה עבור הפריטים */
    padding-right: 10px; /* מרווח לסרגל הגלילה */
}

/* עיצוב סרגל גלילה */
.faq-items::-webkit-scrollbar,
.glossary-items::-webkit-scrollbar,
.modal-content::-webkit-scrollbar {
    width: 8px;
}

.faq-items::-webkit-scrollbar-track,
.glossary-items::-webkit-scrollbar-track,
.modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.faq-items::-webkit-scrollbar-thumb,
.glossary-items::-webkit-scrollbar-thumb,
.modal-content::-webkit-scrollbar-thumb {
    background: #00A99D;
    border-radius: 10px;
}

.faq-items::-webkit-scrollbar-thumb:hover,
.glossary-items::-webkit-scrollbar-thumb:hover,
.modal-content::-webkit-scrollbar-thumb:hover {
    background: #008C7E;
}

/* שיפור תצוגת פריטים פתוחים */
.faq-item.open .faq-answer,
.glossary-item.open .glossary-definition {
    max-height: none; /* הסרת הגבלת גובה לפריטים פתוחים */
    padding: 0 20px 20px;
}

/* שמירת שדה חיפוש נצמד לראש בזמן גלילה */
.glossary-search {
    position: sticky;
    top: 0;
    background: white;
    padding: 15px 0;
    z-index: 10;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

/* התאמות נוספות למובייל */
@media screen and (max-width: 768px) {
    .modal-content {
        width: 90%;
        padding: 25px 15px;
        margin: 20px auto;
        max-height: 85vh;
    }
    
    .faq-items, .glossary-items {
        max-height: 65vh;
    }
}

/* עדכון גודל נוסף - הקטנה משמעותית */
.mortgage-calculator-container {
    max-width: 800px;  /* צמצום רוחב כללי עוד יותר */
    padding: 0 10px;    
}

.header-section {
    padding: 20px 10px 30px;  /* פדינג קטן עוד יותר */
    margin-bottom: 20px;      
    max-width: 700px;        /* הגבלת רוחב נוספת */
    margin-left: auto;
    margin-right: auto;
}

/* הקטנת גופנים */
.main-title {
    font-size: 26px;          /* גופן קטן יותר */
    margin-bottom: 5px;
}

.subtitle {
    font-size: 14px;          /* גופן קטן יותר */
    margin-bottom: 10px;
}

/* הקטנת האייקונים */
.header-icon {
    width: 50px;
    height: 50px;
}

.header-icon i, 
.header-icon {
    font-size: 22px;
}

/* צמצום רווחים נוספים */
.section-header {
    margin-bottom: 15px;  
}

.section-title {
    font-size: 24px;  /* כותרת קטנה יותר */
}

.section-subtitle {
    font-size: 14px;  /* טקסט משני קטן יותר */
}

/* הקטנת קופסאות */
.savings-box, 
.benefit-item {
    padding: 15px;   /* פחות פדינג בקופסאות */
}

.box-icon, 
.benefit-icon-wrapper {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.box-icon i, 
.benefit-icon i {
    font-size: 24px;
}

/* הקטנת כל האלמנטים */
.form-section {
    padding: 0;
}

.form-container {
    padding: 30px 20px;
}

.form-title {
    font-size: 22px;
    margin-bottom: 20px;
}

/* הקטנת שדות הטופס */
.form-group input {
    height: 40px;  /* שדות קלט נמוכים יותר */
    font-size: 14px;
}

.submit-button {
    height: 50px;  /* כפתור נמוך יותר */
    font-size: 16px;
}

/* צמצום גרף וויזואליזציה */
.visualization-container, 
.graph-container {
    padding: 15px;
}

.chart {
    height: 180px;  /* גרף נמוך יותר */
}

/* צמצום דרסטי של כל הרווחים והמרווחים בעמוד */

/* התאמת מכל העמוד */
body, html {
    margin: 0;
    padding: 0;
}

.mortgage-calculator-container {
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
}

/* סגירת רווחים בין אלמנטים */
.mortgage-calculator-container > * {
    margin-bottom: 10px !important; /* מרווח מינימלי בין אלמנטים ראשיים */
}

/* הקטנת כל המרווחים בעמוד */
.header-section,
.progress-bar-container,
.value-teaser,
.potential-savings,
.calculator-benefits,
.real-time-counters,
.visualization-section,
.form-section,
.additional-options,
.trust-section {
    margin-bottom: 15px !important;
    padding: 10px !important;
}

/* הקטנת הרווח הגדול שסימנת בצהוב */
.calculator-benefits {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    background: none !important; /* הסרת רקע שיוצר מראה של רווח */
}

/* הסרת רווחים מיותרים מהתיבות */
.benefits-container {
    margin-top: 10px !important;
    gap: 10px !important;
}

.benefit-item {
    padding: 10px !important;
    margin: 0 !important;
}

/* הקטנת רווחים בין הכפתורים */
.real-time-counters {
    gap: 10px !important;
    padding: 10px !important;
    margin-top: 0 !important;
}

/* צמצום הרווח הגדול לפני המונה */
.visualization-section {
    margin-bottom: 0 !important;
}

/* הורדת רווחים בתחתית העמוד */
.additional-options, .trust-section {
    margin-top: 0 !important;
}

/* הסרת רווחים פנימיים בתיבות */
.savings-box,
.benefit-item,
.counter-item {
    padding: 10px !important;
}

/* הסרת רקע או אפקטים שיוצרים מראה של רווח */
.potential-savings,
.calculator-benefits,
.form-section {
    background: none !important;
}

/* הגבלת גובה כותרות ורווחים בין כותרות לתוכן */
.section-header {
    margin-bottom: 5px !important;
}

.section-title {
    margin-bottom: 5px !important;
}

.section-subtitle {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

/* הקטנת הרווח הגדול בחלק התחתון */
.form-section {
    margin-top: 0 !important;
}

/* צמצום הרווח התחתון לפני הפוטר */
.trust-section {
    margin-bottom: 0 !important;
}

/* הסרת גל תחתון וקו הפרדה צהוב */
.mortgage-calculator-container::after,
.calculator-benefits::after {
    display: none !important;
}

/* הסרת עיצובי גלים שיוצרים מראה של רווח גדול */
[class*="wave-"],
.wave-bottom,
svg.wave {
    display: none !important;
    height: 0 !important;
}

/* הקטנת החלק הירוק בכותרת */
.header-section {
    padding: 15px !important; /* הקטנת פדינג מאוד */
    max-height: 1800px !important; /* הגבלת גובה מקסימלי */
    overflow: hidden;
    min-height: auto !important;
}

.header-content {
    padding: 1 !important;
}

/* הקטנת הלוגו */
.logo-container {
    margin-bottom: 30px !important;
}

.main-logo {
    max-width: 190px !important; /* לוגו קטן יותר */
}

/* הקטנת הטקסטים בכותרת */
.main-title {
    font-size: 50px !important;
    margin-bottom: 10px !important;
}

.subtitle {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    line-height: 1.1 !important;
}

/* הקטנת האייקונים */
.header-icon-grid,
.features-outside {
    margin-top: 10px !important;
    gap: 20px !important;
}

.header-icon,
.feature-icon {
    width: 40px !important;
    height: 40px !important;
}

.header-icon-text,
.feature-text {
    font-size: 15px !important;
}

/* העברת האייקונים לצד ימין של תיבות הקלט */
.input-icon {
    right: 15px !important;  /* מיקום בצד ימין */
    left: auto !important;   /* ביטול מיקום בצד שמאל */
}

.form-group input {
    padding: 0 45px 0 15px !important;  /* פדינג - יותר מימין בשביל האייקון */
}

/* אם יש מבנה אחר לתיבות, הנה קוד חלופי */
.input-container i,
.input-container .fa,
.input-container [class^="fa-"] {
    position: absolute;
    right: 15px !important;
    left: auto !important;
    top: 50%;
    transform: translateY(-50%);
}

/* אם יש מחלקה ספציפית לתיבות הקלט */
.form-control-icon,
.has-icon input {
    padding-right: 40px !important;
    padding-left: 15px !important;
}

/* אם האייקונים הם תמונות או אלמנטים אחרים */
.input-wrapper img,
.input-wrapper svg,
.input-wrapper .icon {
    position: absolute;
    right: 15px !important;
    left: auto !important;
    top: 50%;
    transform: translateY(-50%);
}

/* הגדלת המסגרת של אייקוני התכונות */
.feature-item, .header-icon-item {
    padding: 10px 15px !important;  /* הגדלת הפדינג */
    width: auto !important;         /* רוחב גמיש */
    min-width: 120px !important;    /* רוחב מינימלי */
}

/* עיצוב מיוחד לכותרת "מה מקבלים במחשבון" */
.calculator-benefits .section-title {
    color: #F7A072; /* צבע כתום */
    font-size: 36px; /* גודל גדול יותר */
    text-align: center;
    font-weight: 800;
    margin-bottom: 30px;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    animation: titlePulse 2s infinite alternate;
}

/* אנימציה לכותרת */
@keyframes titlePulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.03);
        opacity: 1;
    }
}

/* הוספת קו דקורטיבי מתחת לכותרת */
.calculator-benefits .section-title::after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, #F7A072, #00A99D);
    margin: 15px auto;
    border-radius: 2px;
    animation: lineGrow 1.5s ease-in-out infinite alternate;
}

@keyframes lineGrow {
    0% {
        width: 50px;
        opacity: 0.7;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}

/* הוספת אפקט זוהר סביב הכותרת */
.calculator-benefits .section-header {
    position: relative;
    overflow: hidden;
}

.calculator-benefits .section-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(247, 160, 114, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: -1;
    animation: glowEffect 3s infinite;
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

/* התאמות למובייל */
@media screen and (max-width: 768px) {
    /* הקטנת הכותרת בנייד */
    .header-section {
        padding: 10px 10px !important;
        max-height: 350px !important;
    }
    
    .main-title {
        font-size: 20px !important;
        margin-bottom: 5px !important;
    }
    
    .subtitle {
        font-size: 12px !important;
        margin-bottom: 5px !important;
    }
    
    /* הסתרת אייקונים וטקסט "חיסכון משמעותי תוצאות מיידיות מהימן ומקצועי" */
    .feature-item, 
    .header-icon-item,
    .features-outside,
    .header-icon-grid {
        display: none !important;
    }
    
    /* תיקון תיבת ההסכמה - שינוי ה-wrapping של הטקסט */
    .form-checkbox label {
        font-size: 12px !important;
        line-height: 1.3 !important;
        white-space: normal !important;
        display: block !important;
        width: calc(100% - 30px) !important; /* משאיר מקום לצ'קבוקס */
    }
    
    .form-checkbox input {
        margin-top: 2px !important;
        vertical-align: top !important;
    }
    
    /* הגדלת הכפתור או הקטנת הגופן */
    .submit-button {
        width: 100% !important; /* הגדלת רוחב הכפתור */
        font-size: 16px !important; /* הקטנת גופן הכפתור */
        padding: 0 10px !important; /* הקטנת הפדינג */
        white-space: normal !important; /* מאפשר שבירת שורות אם צריך */
        height: auto !important; /* גובה גמיש */
        min-height: 50px !important; /* גובה מינימלי */
    }
    
    /* הגדלת הגופן בתיבות פי 2 */
    .box-value,
    .column-value,
    .savings-value,
    .point-value {
        font-size: 24px !important; /* גופן גדול יותר בתיבות */
    }
    
    .teaser-text,
    .benefit-description,
    .box-title,
    .column-title {
        font-size: 18px !important; /* הגדלת גופן המלל בתיבות */
    }
    
    /* התאמות נוספות לתצוגת מובייל */
    .visualization-section {
        flex-direction: column !important;
    }
    
    .visualization-container, 
    .graph-container {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    /* התאמת שדות הטופס */
    .form-row {
        flex-direction: column !important;
    }
    
    .form-group {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
}

/* התאמות ספציפיות למסכים קטנים מאוד */
@media screen and (max-width: 480px) {
    .main-title {
        font-size: 18px !important;
    }
    
    .submit-button {
        font-size: 14px !important;
    }
    
    .savings-box {
        padding: 10px !important;
    }
}

/* הגדלת גופן בטופס בנייד */
@media screen and (max-width: 768px) {
    .form-group input {
        font-size: 16px !important; /* גודל גופן גדול יותר */
        height: 50px !important; /* גובה שדה הזנה גדול יותר */
        padding: 0 45px 0 15px !important; /* ריווח מוגדל */
    }
    
    .form-group label {
        font-size: 18px !important; /* הגדלת תוויות השדות */
        margin-bottom: 20px !important;
    }
    
    .submit-button {
        font-size: 18px !important; /* הגדלת גופן בכפתור */
        height: 60px !important; /* הגדלת גובה הכפתור */
    }
}

/* תיקון גרף החיסכון - מבנה חדש */
.chart {
    height: 300px !important; /* הגדלת גובה הגרף */
    position: relative;
    margin-top: 20px;
    padding-bottom: 40px; /* מרווח לתוויות */
}

.chart-placeholder {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    border-bottom: 2px solid #E0E0E0;
    border-left: 2px solid #E0E0E0;
    position: relative;
    padding-left: 10px;
}

.chart-point {
    position: relative;
    width: 20%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

/* עמודות הגרף - תיקון גבהים */
.chart-bar {
    width: 60%;
    background-color: #00A99D;
    border-radius: 6px 6px 0 0;
    margin: 0 auto;
    transition: height 1.5s ease-out;
}

.chart-point:nth-child(1) .chart-bar {
    height: 25%;
}

.chart-point:nth-child(2) .chart-bar {
    height: 50%;
}

.chart-point:nth-child(3) .chart-bar {
    height: 75%;
}

.chart-point:nth-child(4) .chart-bar {
    height: 100%;
}

/* ערכים ותוויות */
.point-value {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -30px; /* מעל העמודה */
    font-weight: 700;
    color: #00A99D;
}

.point-label {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -35px; /* מתחת לגרף */
    color: #666666;
}

/* התאמות לנייד */
@media screen and (max-width: 768px) {
    .chart {
        height: 250px !important;
    }
    
    .point-value {
        font-size: 14px !important; /* גופן קטן יותר בנייד */
        top: -25px;
    }
    
    .point-label {
        font-size: 13px !important;
        bottom: -30px;
    }
}

/* הגדלת גופן בטופס בנייד */
@media screen and (max-width: 768px) {
    .form-group input {
        font-size: 16px !important; /* גודל גופן גדול יותר */
        height: 50px !important; /* גובה שדה הזנה גדול יותר */
        padding: 0 45px 0 15px !important; /* ריווח מוגדל */
    }
    
    .form-group label {
        font-size: 18px !important; /* הגדלת תוויות השדות */
        margin-bottom: 10px !important;
    }
    
    .submit-button {
        font-size: 18px !important; /* הגדלת גופן בכפתור */
        height: 60px !important; /* הגדלת גובה הכפתור */
    }
}

/* תיקון גרף החיסכון - מבנה חדש */
.chart {
    height: 300px !important; /* הגדלת גובה הגרף */
    position: relative;
    margin-top: 20px;
    padding-bottom: 40px; /* מרווח לתוויות */
}

.chart-placeholder {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    border-bottom: 2px solid #E0E0E0;
    border-left: 2px solid #E0E0E0;
    position: relative;
    padding-left: 10px;
}

.chart-point {
    position: relative;
    width: 20%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

/* עמודות הגרף - תיקון גבהים */
.chart-bar {
    width: 60%;
    background-color: #00A99D;
    border-radius: 6px 6px 0 0;
    margin: 0 auto;
    transition: height 1.5s ease-out;
}

.chart-point:nth-child(1) .chart-bar {
    height: 25%;
}

.chart-point:nth-child(2) .chart-bar {
    height: 50%;
}

.chart-point:nth-child(3) .chart-bar {
    height: 75%;
}

.chart-point:nth-child(4) .chart-bar {
    height: 100%;
}

/* ערכים ותוויות */
.point-value {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -30px; /* מעל העמודה */
    font-weight: 700;
    color: #00A99D;
}

.point-label {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -35px; /* מתחת לגרף */
    color: #666666;
}

/* התאמות לנייד */
@media screen and (max-width: 768px) {
    .chart {
        height: 250px !important;
    }
    
    .point-value {
        font-size: 14px !important; /* גופן קטן יותר בנייד */
        top: -25px;
    }
    
    .point-label {
        font-size: 13px !important;
        bottom: -30px;
    }
}

/* הגדלת כותרת החיסכון הפוטנציאלי בנייד */
@media screen and (max-width: 768px) {
    .potential-savings .section-title {
        font-size: 28px !important; /* גודל גופן גדול משמעותית */
        font-weight: 800 !important; /* הדגשה חזקה יותר */
        line-height: 1.3 !important; /* מרווח בין שורות משופר */
        margin-bottom: 15px !important; /* מרווח תחתון */
        color: #004D40 !important; /* צבע בולט יותר */
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) !important; /* צל קל לשיפור הקריאות */
    }
    
    /* הגדלת כותרת המשנה */
    .potential-savings .section-subtitle {
        font-size: 16px !important; 
        line-height: 1.4 !important;
    }
    
    /* גם מרווח כללי לסקציה */
    .potential-savings {
        padding: 15px 10px !important;
        margin-bottom: 25px !important;
    }
    
    /* הגדלת מרווחים לכותרת כדי שתבלוט */
    .potential-savings .section-header {
        margin-bottom: 20px !important;
    }
    
    /* חיזוק הקו שמתחת לכותרת */
    .potential-savings .section-header::after {
        height: 4px !important; 
        width: 100px !important;
    }
}

/* הגדלה נוספת למסכים קטנים מאוד */
@media screen and (max-width: 480px) {
    .potential-savings .section-title {
        font-size: 24px !important;
    }
}/* End custom CSS */