.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-9078 .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-94c9aef *//* === כללי === */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    /* פלטת צבעים */
    --primary-dark: #004D40;
    --primary: #00A99D;
    --accent: #F7A072;
    --accent-dark: #e56642;
    --white: #FFFFFF;
    --light-bg: #F5F6FA;
    --light-border: #E0E0E0;
    --text-secondary: #666666;
    --text-primary: #333333;
    --error: #F44336;
    --success: #4CAF50;
    
    /* גרדיאנטים */
    --primary-gradient: linear-gradient(135deg, #004D40, #00A99D);
    --accent-gradient: linear-gradient(90deg, #F7A072, #e56642);
    --light-gradient: linear-gradient(135deg, #E0F2F1, #F5FFFD);
    
    /* צללים */
    --shadow-small: 0 2px 5px rgba(0, 0, 0, 0.05);
    --shadow-medium: 0 5px 15px rgba(0, 0, 0, 0.08);
    --shadow-large: 0 10px 30px rgba(0, 0, 0, 0.12);
    --shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    
    /* עיגולי פינות */
    --radius-large: 15px;
    --radius-medium: 10px;
    --radius-small: 5px;
}

html {
    font-size: 16px;
    direction: rtl;
}

body {
    font-family: 'Heebo', 'Assistant', sans-serif;
    background-color: var(--light-bg);
    color: var(--text-primary);
    line-height: 1.5;
}

/* === מיכל כללי === */
.mortgage-calculator {
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header {
    width: 100%;
    padding: 15px 30px;
    background-color: var(--white);
    box-shadow: var(--shadow-small);
    display: flex;
    justify-content: flex-start;
}

.logo {
    height: 40px;
}

.main-container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px 0;
}

/* === סרגל התקדמות === */
.progress-bar-container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 0;
    padding: 0 30px;
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

.progress-bar::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: var(--light-border);
    z-index: 0;
}

.progress {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    background: var(--primary-gradient);
    width: 0%;
    transition: width 0.3s ease;
    z-index: 1;
}

.step {
    width: 30px;
    height: 30px;
    background-color: var(--white);
    border: 2px solid var(--light-border);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: var(--text-secondary);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.step.active {
    border-color: var(--primary);
    color: var(--primary);
    font-weight: 700;
}

.step.completed {
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--white);
}

/* === מיכל שלב === */
.step-container {
    display: none;
    background-color: var(--white);
    border-radius: var(--radius-large);
    box-shadow: var(--shadow-medium);
    padding: 30px;
    margin-bottom: 20px;
}

.step-container.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
    text-align: center;
}

.sub-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: 30px;
    text-align: center;
}

/* === טפסים וקלט === */
.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.required {
    color: var(--error);
    margin-right: 4px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"] {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-family: 'Heebo', 'Assistant', sans-serif;
    font-size: 16px;
    border: 1px solid var(--light-border);
    border-radius: var(--radius-small);
    transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
    border: 2px solid var(--accent);
    outline: none;
    box-shadow: var(--shadow-small);
}

.error-message {
    display: none;
    color: var(--error);
    font-size: 14px;
    margin-top: 5px;
}

.checkbox-group {
    display: flex;
    align-items: center;
}

.checkbox-group input[type="checkbox"] {
    margin-left: 10px;
}

.checkbox-group label {
    margin-bottom: 0;
    font-weight: 400;
}

/* === כפתורים === */
.buttons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

.primary-button {
    background: var(--accent-gradient);
    color: var(--white);
    border: none;
    border-radius: 30px;
    padding: 12px 25px;
    font-family: 'Heebo', 'Assistant', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(247, 160, 114, 0.3);
    transition: all 0.3s ease;
}

.primary-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(247, 160, 114, 0.4);
}

.primary-button:disabled {
    background: linear-gradient(90deg, #ccc, #999);
    cursor: not-allowed;
    box-shadow: none;
}

.secondary-button {
    background-color: var(--white);
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 30px;
    padding: 12px 25px;
    font-family: 'Heebo', 'Assistant', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.secondary-button:hover {
    background-color: rgba(0, 169, 157, 0.1);
}

.skip-button {
    background-color: transparent;
    color: var(--text-secondary);
    border: 1px solid var(--light-border);
    border-radius: 20px;
    padding: 8px 15px;
    font-family: 'Heebo', 'Assistant', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.skip-button:hover {
    background-color: var(--light-bg);
}

/* === שלב 2: בחירת מטרה === */
.goals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.goal-card {
    background-color: var(--white);
    border: 1px solid var(--light-border);
    border-radius: var(--radius-medium);
    padding: 20px;
    text-align: center;
    box-shadow: var(--shadow-small);
    transition: all 0.3s ease;
    cursor: pointer;
}

.goal-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.goal-card.selected {
    border: 2px solid var(--primary);
    background-color: rgba(0, 169, 157, 0.05);
    box-shadow: var(--shadow-medium);
}

.goal-card.selected::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(--primary);
    font-size: 18px;
}

.goal-icon {
    font-size: 28px;
    color: var(--primary);
    margin-bottom: 15px;
}

.goal-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--primary-dark);
}

.goal-card p {
    font-size: 14px;
    color: var(--text-secondary);
}

/* === שלב 3: נתוני משכנתא === */
.selected-goal-container {
    margin-bottom: 20px;
}

.selected-goal {
    background: linear-gradient(120deg, rgba(247, 160, 114, 0.15), rgba(0, 169, 157, 0.1));
    border: 2px solid var(--accent);
    border-radius: var(--radius-medium);
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.change-button {
    background-color: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.change-button:hover {
    background-color: var(--accent);
}

.mini-progress {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--text-secondary);
    font-weight: 500;
}

.question-container {
    background-color: var(--white);
    border-radius: var(--radius-large);
    padding: 35px;
    box-shadow: var(--shadow-large);
    border-right: 4px solid var(--primary);
    max-width: 700px;
    margin: 0 auto 20px;
    transition: all 0.4s ease-in-out;
}

.question-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 20px;
}

.question-tip {
    background-color: #FFF8E1;
    border-right: 3px solid var(--accent);
    border-radius: var(--radius-small);
    padding: 15px;
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.tip-icon {
    color: var(--accent);
    font-size: 18px;
    margin-left: 10px;
    margin-top: 2px;
}

.quick-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.quick-option {
    background-color: var(--light-bg);
    border: 1px solid var(--light-border);
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.quick-option:hover {
    background-color: rgba(0, 169, 157, 0.1);
    border-color: var(--primary);
}

.quick-option.selected {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.input-group {
    position: relative;
    margin-bottom: 20px;
}

.input-group input {
    padding-left: 40px; /* מקום לסימון יחידה */
    text-align: left;
    direction: ltr;
}

.input-unit {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-secondary);
    font-weight: 500;
}

.radio-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.radio-option {
    background-color: var(--white);
    border: 1px solid var(--light-border);
    border-radius: var(--radius-small);
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.radio-option:hover {
    background-color: rgba(0, 169, 157, 0.05);
}

.radio-option.selected {
    background-color: #E0F2F1;
    border: 2px solid var(--primary);
}

.radio-option.selected::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(--primary);
    font-size: 16px;
}

.auto-save-indicator {
    display: none;
    background-color: rgba(76, 175, 80, 0.1);
    color: var(--success);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    margin: 10px auto;
    width: fit-content;
    animation: fadeInOut 2s ease;
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    25% { opacity: 1; }
    75% { opacity: 1; }
    100% { opacity: 0; }
}

.history-icon {
    background-color: rgba(0, 169, 157, 0.05);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    font-size: 20px;
    cursor: pointer;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.history-icon:hover {
    background-color: rgba(0, 169, 157, 0.15);
    transform: scale(1.05);
}

.history-panel {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    background-color: var(--white);
    box-shadow: var(--shadow-large);
    z-index: 1000;
    padding: 20px;
    overflow-y: auto;
    animation: slideInRight 0.3s ease;
}

@keyframes slideInRight {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

.history-panel h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-dark);
    border-bottom: 2px solid var(--primary);
    padding-bottom: 10px;
}

.history-items {
    margin-bottom: 20px;
}

.history-item {
    border-bottom: 1px solid var(--light-border);
    padding: 10px 0;
}

.history-question {
    font-weight: 500;
    margin-bottom: 5px;
}

.history-answer {
    color: var(--primary);
    font-weight: 700;
}

.history-edit {
    color: var(--accent);
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
}

.close-history {
    background-color: var(--light-bg);
    border: 1px solid var(--light-border);
    border-radius: var(--radius-small);
    padding: 8px 15px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}

/* === שלב 4: העדפות === */
.preferences-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.preference-question {
    background-color: var(--white);
    border-radius: var(--radius-large);
    padding: 35px;
    box-shadow: var(--shadow-medium);
    margin-bottom: 30px;
    max-width: 700px;
    margin: 0 auto;
}

.question-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 20px;
}

.preference-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}

.preference-options.two-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
}

.preference-option {
    background-color: #f5f5f5;
    border: 1px solid var(--light-border);
    border-radius: var(--radius-small);
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 150px;
}

.preference-option.large {
    flex-basis: 48%;
}

.preference-option:hover {
    background-color: rgba(0, 169, 157, 0.05);
}

.preference-option.selected {
    background-color: #E0F2F1;
    border: 2px solid var(--primary);
    color: var(--primary-dark);
    font-weight: 700;
}

.preference-option.selected::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(--primary);
    font-size: 16px;
}

/* === שלב 5: תוצאות === */
.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.loading-spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text {
    font-size: 18px;
    color: var(--text-secondary);
}

.sticky-bar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(90deg, var(--primary-dark), #00806F);
    color: var(--white);
    padding: 15px 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    border-radius: var(--radius-small);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: slideIn 0.5s ease;
}

@keyframes slideIn {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.savings-per-day {
    text-align: center;
    font-size: 16px;
}

.savings-per-day strong {
    font-size: 24px;
    color: var(--accent);
    margin: 0 5px;
}

.offer-validity {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    opacity: 0.9;
}

.good-news {
    background: var(--light-gradient);
    border: 2px solid var(--primary);
    border-radius: var(--radius-large);
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.good-news-text {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-dark);
}

.good-news-text strong {
    color: var(--accent-dark);
}

.comparison-table-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.comparison-table {
    flex: 1;
    min-width: 300px;
    border-collapse: collapse;
    border: 1px solid var(--light-border);
    border-radius: var(--radius-small);
    overflow: hidden;
    box-shadow: var(--shadow-small);
}

.comparison-table th {
    background-color: var(--light-bg);
    padding: 12px;
    font-weight: 700;
    text-align: right;
}

.comparison-table td {
    padding: 12px;
    border-top: 1px solid var(--light-border);
}

.comparison-table tr:nth-child(even) {
    background-color: var(--light-bg);
}

.comparison-table tr:hover {
    background-color: rgba(0, 169, 157, 0.05);
}

.summary-table-container {
    background-color: #E0F2F1;
    border: 2px solid var(--primary);
    border-radius: var(--radius-medium);
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-medium);
}

.summary-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
    text-align: center;
}

.summary-table {
    width: 100%;
    border-collapse: collapse;
}

.summary-table td {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 169, 157, 0.2);
}

.summary-table tr:last-child td {
    border-bottom: none;
}

.savings-box {
    background: var(--accent-gradient);
    color: var(--white);
    border-radius: var(--radius-large);
    padding: 25px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 10px 25px rgba(247, 160, 114, 0.2);
    text-align: center;
}

.savings-category h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.savings-value {
    font-size: 28px;
    font-weight: 700;
}

.charts-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.chart-box {
    background-color: var(--white);
    border-radius: var(--radius-medium);
    padding: 20px;
    box-shadow: var(--shadow-medium);
}

.chart-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: var(--primary-dark);
}

.chart {
    height: 300px;
}

.options-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.option-box {
    background-color: var(--white);
    border-radius: var(--radius-large);
    padding: 25px;
    box-shadow: var(--shadow-medium);
    transition: all 0.3s ease;
    position: relative;
    border-right: 4px solid;
}

.option-box:nth-child(1) {
    border-right-color: var(--primary);
}

.option-box:nth-child(2) {
    border-right-color: var(--accent);
}

.option-box:nth-child(3) {
    border-right-color: var(--primary-dark);
}

.option-box:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-large);
}

.option-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-dark);
    padding-right: 10px;
}

.option-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.savings-highlight {
    background-color: rgba(0, 169, 157, 0.1);
    border-radius: var(--radius-small);
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 15px;
}

.option-emphasis {
    font-weight: 700;
    color: var(--accent-dark);
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.option-box.special {
    border-right-color: var(--accent-dark);
}

.consolidation-details {
    background-color: var(--light-bg);
    border-radius: var(--radius-small);
    padding: 15px;
    margin-bottom: 20px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid var(--light-border);
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-row.total {
    font-weight: 700;
    font-size: 18px;
    color: var(--primary-dark);
    padding: 15px 0 8px;
    margin-top: 10px;
    border-top: 2px solid var(--primary);
}

.detail-row.savings {
    font-weight: 500;
    color: var(--accent-dark);
    margin-top: 10px;
}

.recommended-mix {
    margin-bottom: 40px;
}

.mix-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 20px;
    text-align: center;
}

.mix-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.mix-track {
    background-color: var(--light-bg);
    border-radius: var(--radius-medium);
    padding: 15px;
    flex: 1;
    border-left: 4px solid;
}

.mix-track:nth-child(1) {
    border-left-color: var(--primary);
}

.mix-track:nth-child(2) {
    border-left-color: var(--accent);
}

.mix-track:nth-child(3) {
    border-left-color: var(--primary-dark);
}

.track-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-dark);
    padding-right: 10px;
    text-align: center;
}

.track-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.track-detail-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 5px 0;
}

.detail-label {
    color: var(--text-secondary);
}

.detail-value {
    font-weight: 500;
    color: var(--text-primary);
}

.sensitivity-simulator {
    background-color: var(--light-bg);
    border: 1px solid var(--light-border);
    border-radius: var(--radius-large);
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-medium);
}

.simulator-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 20px;
    text-align: center;
}

.simulator-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-dark);
    margin-bottom: 15px;
    text-align: center;
}

.slider-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.slider {
    flex: 1;
    height: 10px;
    -webkit-appearance: none;
    background-color: var(--light-border);
    border-radius: 5px;
    outline: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--primary);
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.slider::-webkit-slider-thumb:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}

.slider-min, .slider-max {
    font-size: 14px;
    color: var(--text-secondary);
    font-weight: 500;
}

.simulator-results {
    background-color: var(--white);
    border: 1px solid var(--light-border);
    border-radius: var(--radius-medium);
    padding: 15px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.result-category {
    text-align: center;
}

.result-category h4 {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 5px;
}

.result-value {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary);
}

.money-usage {
    background: var(--light-gradient);
    border: 1px solid rgba(0, 169, 157, 0.2);
    border-radius: var(--radius-large);
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.usage-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 20px;
    text-align: center;
}

.usage-items {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.usage-item {
    background-color: var(--white);
    border: 1px solid rgba(0, 169, 157, 0.2);
    border-radius: var(--radius-medium);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.usage-icon {
    background-color: rgba(0, 169, 157, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 30px;
    color: var(--primary);
}

.usage-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 8px;
    text-align: center;
}

.usage-description {
    font-size: 14px;
    color: var(--text-secondary);
    text-align: center;
    line-height: 1.4;
}

.offer-contact {
    background: var(--accent-gradient);
    color: var(--white);
    border-radius: var(--radius-large);
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(247, 160, 114, 0.2);
    text-align: center;
}

.offer-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.offer-description {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.countdown-container {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-medium);
    padding: 10px;
    margin-bottom: 25px;
    text-align: center;
}

.countdown {
    font-size: 28px;
    font-weight: 700;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.contact-button {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.phone-button {
    background-color: var(--primary);
    color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 169, 157, 0.3);
}

.whatsapp-button {
    background-color: #25D366;
    color: var(--white);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.auto-message-note {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
}

.bottom-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.disclaimer {
    background-color: var(--light-bg);
    border: 1px solid var(--light-border);
    border-radius: var(--radius-medium);
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.5;
}

.copyright {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* === רספונסיביות === */
@media (max-width: 1199px) {
    .main-container {
        max-width: 760px;
    }
    
    .progress-bar-container {
        max-width: 760px;
    }
    
    .charts-container {
        grid-template-columns: 1fr;
    }
    
    .mix-container {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .main-container {
        max-width: 100%;
        padding: 20px 15px;
    }
    
    .progress-bar-container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .main-title {
        font-size: 22px;
    }
    
    .sub-title {
        font-size: 18px;
    }
    
    .step-container {
        padding: 20px;
    }
    
    .goals-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 15px;
    }
    
    .goal-card {
        padding: 15px 10px;
    }
    
    .goal-card h3 {
        font-size: 16px;
    }
    
    .goal-card p {
        font-size: 12px;
    }
    
    .question-container {
        padding: 20px;
    }
    
    .preference-options {
        flex-direction: column;
    }
    
    .preference-options.two-row {
        grid-template-columns: 1fr;
    }
    
    .comparison-table-container {
        flex-direction: column;
    }
    
    .savings-box {
        flex-direction: column;
        gap: 20px;
    }
    
    .usage-items {
        flex-direction: column;
    }
    
    .contact-buttons {
        flex-direction: column;
    }
    
    .bottom-navigation {
        flex-direction: column;
    }
    
    .history-panel {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .main-title {
        font-size: 20px;
    }
    
    .sub-title {
        font-size: 16px;
    }
    
    .step-container {
        padding: 15px;
    }
    
    .buttons {
        flex-direction: column;
    }
    
    .button {
        width: 100%;
    }
    
    .question-container {
        padding: 15px;
    }
    
    .selected-goal {
        flex-direction: column;
        gap: 10px;
        font-size: 16px;
    }
}/* End custom CSS */