.elementor-447 .elementor-element.elementor-element-ccb4e2f{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:32px;--padding-right:32px;}@media(max-width:767px){.elementor-447 .elementor-element.elementor-element-ccb4e2f{--padding-top:25px;--padding-bottom:25px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS *//* =========================================
   PRIVACY POLICY – עידו ג׳אגלר
========================================= */

.privacy-page,
.privacy-page * {
    box-sizing: border-box;
}

.privacy-page {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px;

    direction: rtl;
    text-align: right;

    color: #002A33;
    background-color: #FBF8F1;
    border: 1px solid #E7D6B3;
    border-radius: 28px;

    font-family: "Heebo", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
}

.privacy-page a {
    color: #D81618;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.privacy-page a:hover,
.privacy-page a:focus {
    color: #F52500;
}

.privacy-header {
    margin-bottom: 32px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E3CAA2;
}

.privacy-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 14px;
    padding: 7px 14px;

    color: #D81618;
    background-color: #FEE6AA;
    border-radius: 999px;

    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.privacy-page h1,
.privacy-page h2,
.privacy-page h3 {
    color: #002A33;
    font-family: "Rubik", sans-serif;
}

.privacy-page h1 {
    margin: 0;

    font-size: clamp(36px, 5vw, 56px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.01em;
}

.privacy-page h2 {
    margin: 0 0 14px;

    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.privacy-page h3 {
    margin: 22px 0 9px;

    font-size: 21px;
    font-weight: 800;
    line-height: 1.35;
}

.privacy-page p {
    margin: 0 0 15px;
}

.privacy-updated {
    margin-top: 12px !important;
    margin-bottom: 0 !important;

    color: #084551;
    font-size: 15px;
    font-weight: 700;
}

.privacy-intro {
    max-width: 850px;
    margin-top: 22px !important;
    margin-bottom: 0 !important;

    font-size: 19px;
    font-weight: 500;
    line-height: 1.7;
}

.privacy-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin: 0 0 10px;
    padding: 16px;

    background-color: #FEF5DF;
    border: 1px solid #E3CAA2;
    border-radius: 18px;
}

.privacy-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: 9px 16px;

    color: #002A33;
    background-color: #FFFFFF;
    border: 1px solid #E7D6B3;
    border-radius: 999px;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.privacy-nav a:hover,
.privacy-nav a:focus {
    color: #FFFFFF;
    background-color: #D81618;
    border-color: #D81618;
}

.privacy-section {
    padding: 32px 0;
    border-bottom: 1px solid #E7D6B3;
    scroll-margin-top: 110px;
}

.privacy-final-section {
    padding-bottom: 0;
    border-bottom: 0;
}

.privacy-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 30px;

    margin: 18px 0 21px;
    padding: 0;

    list-style: none;
}

.privacy-list li {
    position: relative;
    margin: 0;
    padding-right: 27px;

    color: #002A33;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.privacy-list li::before {
    content: "✓";

    position: absolute;
    top: 2px;
    right: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 19px;
    height: 19px;

    color: #FFFFFF;
    background-color: #D81618;
    border-radius: 50%;

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.privacy-warning {
    margin: 22px 0 4px;
    padding: 18px 20px;

    color: #002A33;
    background-color: #FFF0E8;
    border-right: 4px solid #D81618;
    border-radius: 14px;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.privacy-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;

    margin-top: 20px;
}

.privacy-detail {
    min-width: 0;
    padding: 17px 18px;

    background-color: #FFFFFF;
    border: 1px solid #E7D6B3;
    border-radius: 14px;
}

.privacy-detail-full {
    grid-column: 1 / -1;
}

.privacy-detail strong {
    display: block;
    margin-bottom: 5px;

    color: #D81618;
    font-size: 14px;
    font-weight: 800;
}

.privacy-detail span,
.privacy-detail a {
    overflow-wrap: anywhere;
    color: #002A33;
    font-size: 16px;
    font-weight: 700;
}

.privacy-detail a:hover,
.privacy-detail a:focus {
    color: #D81618;
}

.privacy-contact-box {
    margin-top: 24px;
    padding: 25px;

    background-color: #FFFFFF;
    border: 1px solid #E3CAA2;
    border-radius: 20px;
}

.privacy-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.privacy-contact-item {
    min-width: 0;
    padding: 16px 18px;

    background-color: #FEF5DF;
    border: 1px solid #E7D6B3;
    border-radius: 14px;
}

.privacy-contact-full {
    grid-column: 1 / -1;
}

.privacy-contact-item strong {
    display: block;
    margin-bottom: 5px;

    color: #D81618;
    font-size: 14px;
    font-weight: 800;
}

.privacy-contact-item span,
.privacy-contact-item a {
    overflow-wrap: anywhere;
    color: #002A33;
    font-size: 16px;
    font-weight: 700;
}

.privacy-contact-item a:hover,
.privacy-contact-item a:focus {
    color: #D81618;
}

/* מיקוד מקלדת */
.privacy-page a:focus-visible {
    outline: 3px solid #008388;
    outline-offset: 3px;
}

/* מובייל */
@media (max-width: 767px) {
    .privacy-page {
        padding: 30px 20px;
        border-radius: 20px;

        font-size: 16px;
        line-height: 1.7;
    }

    .privacy-header {
        margin-bottom: 22px;
        padding-bottom: 24px;
    }

    .privacy-intro {
        font-size: 17px;
    }

    .privacy-nav {
        display: grid;
        grid-template-columns: 1fr;
        padding: 13px;
    }

    .privacy-nav a {
        width: 100%;
    }

    .privacy-section {
        padding: 25px 0;
    }

    .privacy-list {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .privacy-details,
    .privacy-contact-grid {
        grid-template-columns: 1fr;
    }

    .privacy-detail-full,
    .privacy-contact-full {
        grid-column: auto;
    }

    .privacy-contact-box {
        padding: 18px;
    }
}/* End custom CSS */