.elementor-517 .elementor-element.elementor-element-83f90e9{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-517 .elementor-element.elementor-element-457ceae{font-family:"Noto Sans Hebrew", Sans-serif;font-weight:400;}/* Start custom CSS *//* zix-article.css - עיצוב מאמרים ל-Zix.co.il */
/* =========================================== */

/* איפוס ואתחול */
.zix-article {
    all: initial;
    font-family: 'Arial Hebrew', 'David', 'Calibri', sans-serif;
    line-height: 1.85;
    color: #2d3748;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 30px;
    box-sizing: border-box;
    display: block;
    background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
    min-height: 100vh;
}

/* טיפוגרפיה */
.zix-article h1 {
    color: #1a365d;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 8px solid #2d74da;
    background: white;
    padding: 40px 50px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    font-weight: 900;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
}

.zix-article h1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, rgba(45, 116, 218, 0.1), transparent);
    border-radius: 0 0 0 100%;
}

.zix-article h2 {
    color: #2c5282;
    font-size: 2.4rem;
    margin-top: 80px;
    margin-bottom: 40px;
    padding-right: 30px;
    border-right: 10px solid #4a5568;
    background: linear-gradient(90deg, #e6f7ff, rgba(230, 247, 255, 0.1));
    padding: 25px 35px 25px 25px;
    border-radius: 0 20px 20px 0;
    font-weight: 800;
    position: relative;
    overflow: hidden;
}

.zix-article h2::before {
    content: "▶";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #2d74da;
    opacity: 0.5;
}

.zix-article h3 {
    color: #2d3748;
    font-size: 2rem;
    margin-top: 65px;
    margin-bottom: 35px;
    padding-right: 25px;
    border-right: 6px solid #718096;
    padding-top: 15px;
    font-weight: 700;
}

.zix-article p {
    margin-bottom: 40px;
    font-size: 1.25rem;
    text-align: justify;
    line-height: 2.1;
    color: #4a5568;
    position: relative;
}

/* פסקאות עשירות */
.zix-rich-paragraph {
    margin-bottom: 60px;
    padding: 45px;
    background: white;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    font-size: 1.3rem;
    line-height: 2.2;
    text-align: justify;
    border-right: 8px solid #cbd5e0;
    position: relative;
    transition: all 0.4s ease;
}

.zix-rich-paragraph:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.zix-rich-paragraph::before {
    content: "§";
    position: absolute;
    left: 25px;
    top: 25px;
    color: #4a5568;
    font-size: 3rem;
    opacity: 0.15;
    font-family: serif;
}

/* סיפורים אישיים */
.zix-personal-story {
    background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
    border: 5px solid #d69e2e;
    border-radius: 25px;
    padding: 55px;
    margin: 75px 0;
    box-shadow: 0 25px 60px rgba(214, 158, 46, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.zix-personal-story:hover {
    transform: translateX(-15px);
    box-shadow: 0 30px 70px rgba(214, 158, 46, 0.4);
}

.zix-personal-story::after {
    content: "📖";
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 4rem;
    opacity: 0.1;
}

.zix-story-header {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    background: linear-gradient(90deg, #d69e2e, #b7791f);
    color: white;
    padding: 25px 45px;
    border-radius: 20px;
    margin: -55px -55px 35px -55px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(183, 121, 31, 0.3);
}

.zix-story-icon {
    font-size: 3.5rem;
    margin-left: 30px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
}

.zix-story-title {
    font-size: 1.9rem;
    margin: 0;
    color: white;
    font-weight: 800;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    line-height: 1.3;
}

.zix-story-meta {
    color: #744210;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 1.3rem;
    padding-bottom: 25px;
    border-bottom: 4px dashed #d69e2e;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.zix-story-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #fffaf0;
    border-radius: 10px;
    border: 3px solid #fbd38d;
    font-weight: 700;
}

/* סגנונות לסוגי סיפורים שונים */
.zix-story-type-1 {
    background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
    border-color: #d69e2e;
}

.zix-story-type-2 {
    background: linear-gradient(135deg, #fff5f5 0%, #fed7d7 100%);
    border-color: #fc8181;
}

.zix-story-type-3 {
    background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
    border-color: #48bb78;
}

.zix-story-type-4 {
    background: linear-gradient(135deg, #faf5ff 0%, #e9d8fd 100%);
    border-color: #9f7aea;
}

.zix-story-type-2 .zix-story-header {
    background: linear-gradient(90deg, #fc8181, #f56565);
}

.zix-story-type-3 .zix-story-header {
    background: linear-gradient(90deg, #48bb78, #38a169);
}

.zix-story-type-4 .zix-story-header {
    background: linear-gradient(90deg, #9f7aea, #805ad5);
}

/* מחשבונים אינטראקטיביים */
.zix-calculator-box {
    background: white;
    border: 6px solid #4c51bf;
    border-radius: 25px;
    padding: 55px;
    margin: 75px 0;
    box-shadow: 0 25px 60px rgba(76, 81, 191, 0.25);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.zix-calculator-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(76, 81, 191, 0.15) 0%, rgba(76, 81, 191, 0) 70%);
    border-radius: 0 0 0 100%;
}

.zix-calculator-title {
    color: #4c51bf;
    font-size: 2rem;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.zix-calculator-title::before {
    content: "🧮";
    font-size: 2.8rem;
    filter: drop-shadow(0 5px 10px rgba(76, 81, 191, 0.3));
}

.zix-calculator-input {
    width: 160px;
    padding: 18px;
    margin: 0 20px;
    border: 5px solid #cbd5e0;
    border-radius: 15px;
    font-size: 1.4rem;
    text-align: center;
    transition: all 0.4s;
    font-weight: 700;
    color: #2d3748;
    background: #f8fafc;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.zix-calculator-input:focus {
    border-color: #4c51bf;
    box-shadow: 0 0 0 8px rgba(76, 81, 191, 0.2);
    outline: none;
    background: white;
    transform: scale(1.05);
}

.zix-calc-button {
    background: linear-gradient(135deg, #4c51bf 0%, #434190 100%);
    color: white;
    border: none;
    padding: 22px 45px;
    border-radius: 15px;
    font-size: 1.4rem;
    cursor: pointer;
    margin: 35px 20px;
    transition: all 0.4s;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(76, 81, 191, 0.4);
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.zix-calc-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

.zix-calc-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 18px 40px rgba(76, 81, 191, 0.5);
}

.zix-calc-button:active {
    transform: translateY(2px);
}

.zix-calc-button:active::after {
    animation: ripple 1.2s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.7;
    }
    20% {
        transform: scale(30, 30);
        opacity: 0.4;
    }
    100% {
        opacity: 0;
        transform: scale(50, 50);
    }
}

.zix-result-box {
    background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
    border: 5px solid #90cdf4;
    border-radius: 20px;
    padding: 40px;
    margin: 45px 0;
    font-size: 1.5rem;
    box-shadow: 0 15px 35px rgba(144, 205, 244, 0.25);
    position: relative;
    overflow: hidden;
}

.zix-result-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: linear-gradient(45deg, rgba(144, 205, 244, 0.1), transparent);
    border-radius: 0 0 0 100%;
}

.zix-highlight-result {
    font-size: 2.8rem;
    color: #e53e3e;
    font-weight: 900;
    background: #fff5f5;
    padding: 20px 40px;
    border-radius: 15px;
    display: inline-block;
    margin: 25px;
    box-shadow: 0 15px 35px rgba(229, 62, 62, 0.2);
    animation: pulse-glow 2.5s infinite;
    border: 5px solid #fed7d7;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

@keyframes pulse-glow {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 15px 35px rgba(229, 62, 62, 0.2);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 20px 45px rgba(229, 62, 62, 0.3);
    }
}

/* סגנונות למחשבונים שונים */
.zix-calculator-1 {
    border-color: #4c51bf;
}

.zix-calculator-2 {
    border-color: #38a169;
}

.zix-calculator-3 {
    border-color: #d69e2e;
}

.zix-calculator-1 .zix-calc-button {
    background: linear-gradient(135deg, #4c51bf 0%, #434190 100%);
}

.zix-calculator-2 .zix-calc-button {
    background: linear-gradient(135deg, #38a169 0%, #2f855a 100%);
}

.zix-calculator-3 .zix-calc-button {
    background: linear-gradient(135deg, #d69e2e 0%, #b7791f 100%);
}

/* תרשימי זרימה */
.zix-flow-chart {
    background: white;
    border: 6px solid #38a169;
    border-radius: 25px;
    padding: 60px;
    margin: 85px 0;
    box-shadow: 0 25px 60px rgba(56, 161, 105, 0.25);
    position: relative;
}

.zix-flow-chart::before {
    content: "🗺️";
    position: absolute;
    top: -35px;
    right: 35px;
    font-size: 3.5rem;
    background: white;
    padding: 20px;
    border-radius: 50%;
    border: 6px solid #38a169;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.zix-flow-step {
    background: linear-gradient(135deg, #c6f6d5 0%, #9ae6b4 100%);
    padding: 45px;
    margin: 30px 0;
    border-radius: 20px;
    border-right: 10px solid #38a169;
    position: relative;
    transition: all 0.5s;
    box-shadow: 0 12px 30px rgba(56, 161, 105, 0.25);
}

.zix-flow-step:hover {
    transform: translateX(-20px);
    box-shadow: 0 20px 45px rgba(56, 161, 105, 0.35);
}

.zix-flow-step-number {
    position: absolute;
    right: -25px;
    top: -25px;
    background: linear-gradient(135deg, #38a169 0%, #2f855a 100%);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.8rem;
    box-shadow: 0 12px 30px rgba(56, 161, 105, 0.4);
    z-index: 1;
    border: 4px solid white;
}

.zix-flow-arrow {
    text-align: center;
    font-size: 3rem;
    color: #38a169;
    margin: 20px 0;
    animation: bounce-flow 2.5s infinite;
    filter: drop-shadow(0 8px 15px rgba(56, 161, 105, 0.4));
}

@keyframes bounce-flow {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.15);
    }
}

/* הדגשות צבעוניות */
.zix-text-emphasis {
    background: linear-gradient(120deg, #a3bffa 0%, #667eea 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 12px;
    font-weight: 900;
    margin: 0 12px;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
    position: relative;
    top: -3px;
    border: 3px solid white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: inline-block;
    transform: skew(-5deg);
}

.zix-text-warning {
    background: linear-gradient(120deg, #fed7d7 0%, #feb2b2 100%);
    color: #742a2a;
    padding: 8px 20px;
    border-radius: 12px;
    font-weight: 900;
    margin: 0 12px;
    border-left: 8px solid #e53e3e;
    box-shadow: 0 8px 20px rgba(229, 62, 62, 0.3);
    border: 3px solid #fed7d7;
    display: inline-block;
    transform: skew(5deg);
}

.zix-text-success {
    background: linear-gradient(120deg, #c6f6d5 0%, #9ae6b4 100%);
    color: #22543d;
    padding: 8px 20px;
    border-radius: 12px;
    font-weight: 900;
    margin: 0 12px;
    border-left: 8px solid #38a169;
    box-shadow: 0 8px 20px rgba(56, 161, 105, 0.3);
    border: 3px solid #c6f6d5;
    display: inline-block;
    transform: skew(-5deg);
}

/* טיפי מומחה */
.zix-expert-tip {
    background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
    border: 5px solid #38b2ac;
    border-radius: 25px;
    padding: 50px;
    margin: 65px 0;
    position: relative;
    box-shadow: 0 20px 50px rgba(56, 178, 172, 0.25);
    overflow: hidden;
}

.zix-expert-tip::before {
    content: "💡";
    position: absolute;
    top: -30px;
    right: 30px;
    font-size: 3rem;
    background: white;
    padding: 20px;
    border-radius: 50%;
    border: 5px solid #38b2ac;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.zix-expert-tip::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 150px;
    background: linear-gradient(45deg, rgba(56, 178, 172, 0.15) 0%, rgba(56, 178, 172, 0) 100%);
    border-radius: 100% 0 0 0;
}

.zix-tip-title {
    color: #234e52;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.zix-tip-title::before {
    content: "✨";
    font-size: 2.2rem;
    filter: drop-shadow(0 5px 10px rgba(56, 178, 172, 0.3));
}

/* בלוקי נתונים */
.zix-data-block {
    background: linear-gradient(135deg, #faf5ff 0%, #e9d8fd 100%);
    border: 5px solid #9f7aea;
    border-radius: 25px;
    padding: 60px;
    margin: 75px 0;
    box-shadow: 0 25px 60px rgba(159, 122, 234, 0.25);
    position: relative;
    overflow: hidden;
}

.zix-data-block::before {
    content: "📊";
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 8rem;
    color: #9f7aea;
    opacity: 0.1;
    z-index: 0;
}

.zix-data-title {
    color: #553c9a;
    font-size: 2rem;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.zix-data-title::before {
    content: "📈";
    font-size: 2.8rem;
    filter: drop-shadow(0 5px 10px rgba(159, 122, 234, 0.3));
}

.zix-stat-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: #9f7aea;
    margin: 25px 0;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #9f7aea, #805ad5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
    padding: 10px 0;
}

.zix-stat-number::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #9f7aea, transparent);
    border-radius: 3px;
}

/* רשימות מיוחדות */
.zix-feature-list {
    background: white;
    border-radius: 25px;
    padding: 55px;
    margin: 65px 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    border: 4px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.zix-feature-list::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(90deg, rgba(226, 232, 240, 0.3), transparent);
}

.zix-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 35px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    transition: all 0.5s;
    border: 4px solid transparent;
    position: relative;
    overflow: hidden;
}

.zix-feature-item:hover {
    background: linear-gradient(135deg, #edf2f7 0%, #e2e8f0 100%);
    transform: translateX(-20px);
    border-color: #cbd5e0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.zix-feature-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 12px;
    background: linear-gradient(180deg, #2d74da, #4c51bf);
    border-radius: 0 20px 20px 0;
}

.zix-feature-icon {
    font-size: 2.8rem;
    margin-left: 40px;
    min-width: 60px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
}

/* ציטוטים */
.zix-quote-box {
    background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
    border-right: 10px solid #d69e2e;
    padding: 55px;
    margin: 65px 0;
    border-radius: 0 25px 25px 0;
    font-style: italic;
    font-size: 1.6rem;
    position: relative;
    box-shadow: 0 20px 50px rgba(214, 158, 46, 0.2);
    overflow: hidden;
}

.zix-quote-box::before {
    content: "❞";
    font-size: 8rem;
    color: #d69e2e;
    opacity: 0.15;
    position: absolute;
    top: 30px;
    right: 40px;
    font-family: serif;
    z-index: 0;
}

.zix-quote-box p {
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 2;
    font-weight: 600;
    color: #744210;
}

/* הדגשת מילות מפתח */
.zix-keyword {
    background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
    padding: 6px 18px;
    border-radius: 12px;
    border-bottom: 6px solid #2b6cb0;
    font-weight: 900;
    color: #2c5282;
    box-shadow: 0 6px 15px rgba(43, 108, 176, 0.3);
    position: relative;
    top: -3px;
    border: 3px solid white;
    display: inline-block;
    transform: skew(-3deg);
}

/* רשת נתונים */
.zix-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.zix-stat-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-top: 8px solid #4c51bf;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
}

.zix-stat-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.zix-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, rgba(76, 81, 191, 0.1), transparent);
    border-radius: 0 0 0 100%;
}

/* FAQ גלוי */
.zix-faq-visible {
    display: block;
    margin: 70px 0;
    padding: 50px;
    background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
    border: 5px solid #38a169;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(56, 161, 105, 0.25);
    position: relative;
    overflow: hidden;
}

.zix-faq-visible::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, rgba(56, 161, 105, 0.15), transparent);
    border-radius: 0 0 0 100%;
}

.zix-faq-visible h3 {
    color: #22543d;
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.zix-faq-visible h3::before {
    content: "❓";
    font-size: 2.5rem;
    filter: drop-shadow(0 5px 10px rgba(56, 161, 105, 0.3));
}

.zix-faq-item {
    background: white;
    margin: 30px 0;
    padding: 35px;
    border-radius: 20px;
    border-left: 8px solid #38a169;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
}

.zix-faq-item:hover {
    transform: translateX(-15px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.zix-faq-question {
    color: #2d3748;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.zix-faq-question::before {
    content: "Q:";
    color: #38a169;
    font-weight: 900;
    background: #c6f6d5;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 1.2rem;
    border: 3px solid #9ae6b4;
}

.zix-faq-answer {
    color: #4a5568;
    font-size: 1.25rem;
    line-height: 1.9;
    padding-right: 25px;
    border-right: 4px solid #e2e8f0;
}

.zix-faq-answer p {
    margin: 15px 0;
    font-size: 1.25rem;
}

/* סגנונות נוספים ל-FAQ */
.zix-faq-type-1 {
    background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
    border-color: #38a169;
}

.zix-faq-type-2 {
    background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
    border-color: #2b6cb0;
}

.zix-faq-type-3 {
    background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
    border-color: #d69e2e;
}

/* טבלאות */
.zix-table-container {
    overflow-x: auto;
    margin: 40px 0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.zix-table-container table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    background: white;
}

.zix-table-container th {
    background: linear-gradient(90deg, #2d74da, #4c51bf);
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: 800;
    font-size: 1.2rem;
    border: 3px solid #2d74da;
    position: sticky;
    top: 0;
}

.zix-table-container td {
    padding: 18px;
    border: 2px solid #e2e8f0;
    text-align: center;
    font-size: 1.1rem;
}

.zix-table-container tr:nth-child(even) {
    background: #f8fafc;
}

.zix-table-container tr:hover {
    background: #edf2f7;
    transform: scale(1.01);
    transition: all 0.3s;
}

/* סגנונות לנתונים מובנים מוסתרים */
.zix-schema-hidden {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

/* אנימציות */
.zix-floating-element {
    animation: float-element 6s ease-in-out infinite;
}

@keyframes float-element {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.zix-pulse-element {
    animation: pulse-element 3s ease-in-out infinite;
}

@keyframes pulse-element {
    0%, 100% {
        opacity: 1;
        transform: scale(1);/* End custom CSS */