.elementor-4813 .elementor-element.elementor-element-08b3101{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* authority-pillar-page.css */
/* עיצוב לעמוד עוגן סמכותי של DCN ישראל */

.authority-pillar-page {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans Hebrew', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    text-align: right;
}

/* כותרת ראשית */
.article-header {
    border-bottom: 3px solid #0056b3; /* צבע המותג DCN - להתאים */
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.article-header h1 {
    font-size: 2.5rem;
    color: #0056b3;
    margin-bottom: 10px;
    font-weight: 700;
}

.author-badge {
    display: inline-block;
    background-color: #f0f8ff;
    color: #0056b3;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid #cce0ff;
}

/* תקציר מנהלים */
.executive-summary {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    border-right: 5px solid #0056b3;
}

.executive-summary h2 {
    color: #0056b3;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 15px;
}

.hebrew-summary {
    margin-bottom: 25px;
}

.english-summary {
    direction: ltr;
    text-align: left;
    border-top: 1px dashed #ccc;
    padding-top: 25px;
}

.english-summary h2 {
    direction: ltr;
    text-align: left;
}

/* תוכן עניינים */
.table-of-contents {
    background-color: #f5f9ff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #d9e7ff;
}

.table-of-contents h2 {
    color: #0056b3;
    margin-top: 0;
    font-size: 1.6rem;
}

.table-of-contents ul {
    list-style-type: none;
    padding-right: 0;
}

.table-of-contents li {
    margin-bottom: 10px;
    padding-right: 15px;
    position: relative;
}

.table-of-contents li:before {
    content: "▶";
    position: absolute;
    right: 0;
    color: #0056b3;
    font-size: 0.9em;
}

.table-of-contents a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.table-of-contents a:hover {
    color: #003d82;
    text-decoration: underline;
}

/* פרקים */
.chapter {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.chapter h2 {
    color: #0056b3;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e6f0ff;
}

.chapter h3 {
    color: #333;
    font-size: 1.4rem;
    margin-top: 25px;
    margin-bottom: 15px;
}

.chapter h4 {
    color: #555;
    font-size: 1.2rem;
    margin-top: 20px;
}

.chapter p, .chapter li {
    font-size: 1.1rem;
    color: #444;
}

.chapter ul, .chapter ol {
    padding-right: 25px;
    margin-bottom: 20px;
}

.chapter li {
    margin-bottom: 10px;
}

/* אותות אמון ותיבות טיפים */
.trust-signal {
    background-color: #f0f8ff;
    border-right: 4px solid #0056b3;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.trust-signal h4 {
    color: #0056b3;
    margin-top: 0;
}

.tip-box {
    background-color: #fff9e6;
    border: 1px solid #ffe066;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 8px;
}

.tip-box h4 {
    color: #b38f00;
    margin-top: 0;
}

/* טבלה */
.comparison-table-container {
    overflow-x: auto;
    margin: 25px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.comparison-table th {
    background-color: #0056b3;
    color: white;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #004a9c;
}

.comparison-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: top;
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.comparison-table tbody tr:hover {
    background-color: #f0f7ff;
}

.table-caption {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

/* מקרי בוחן */
.case-study {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.case-study h3 {
    color: #0056b3;
    margin-top: 0;
    font-size: 1.3rem;
}

/* שאלות נפוצות */
.faq-section {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
}

.faq-section h2 {
    color: #0056b3;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
}

.faq-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #ccc;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding-right: 10px;
    position: relative;
}

.faq-item h3:before {
    content: "?";
    position: absolute;
    right: -15px;
    top: 0;
    background-color: #0056b3;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.faq-item p {
    margin-bottom: 0;
    padding-right: 10px;
}

/* קישורי אשכול */
.cluster-links {
    background-color: #f5f9ff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.cluster-links h2 {
    color: #0056b3;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 20px;
}

.cluster-links ul {
    list-style-type: none;
    padding-right: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
}

.cluster-links li {
    margin-bottom: 12px;
    padding-right: 20px;
    position: relative;
}

.cluster-links li:before {
    content: "•";
    position: absolute;
    right: 0;
    color: #0056b3;
    font-size: 1.5em;
}

.cluster-links a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.cluster-links a:hover {
    color: #003d82;
    text-decoration: underline;
}

/* קריאה לפעולה */
.cta-section {
    text-align: center;
    margin-bottom: 50px;
}

.cta-box {
    background: linear-gradient(135deg, #0056b3 0%, #007bff 100%);
    color: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 86, 179, 0.2);
}

.cta-box h2 {
    color: white;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 20px;
}

.cta-box p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    display: inline-block;
    background-color: white;
    color: #0056b3;
    padding: 18px 40px;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    background-color: #f0f8ff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.cta-note {
    margin-top: 25px;
    font-size: 1rem;
    opacity: 0.9;
}

/* כותרת תחתונה */
.article-footer {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}

/* מדיה קוורי בסיסיות */
@media (max-width: 768px) {
    .article-header h1 {
        font-size: 1.8rem;
    }
    
    .chapter h2 {
        font-size: 1.5rem;
    }
    
    .cluster-links ul {
        grid-template-columns: 1fr;
    }
    
    .cta-box {
        padding: 25px 20px;
    }
    
    .cta-button {
        padding: 15px 30px;
        font-size: 1.1rem;
    }
}

/* נטרול סגנונות בסיסיים שעלולים להתנגש עם אתר קיים */
.authority-pillar-page * {
    box-sizing: border-box;
}

.authority-pillar-page h1,
.authority-pillar-page h2,
.authority-pillar-page h3,
.authority-pillar-page h4,
.authority-pillar-page p,
.authority-pillar-page ul,
.authority-pillar-page ol,
.authority-pillar-page li,
.authority-pillar-page table {
    margin-top: 0;
    margin-bottom: 1em;
}

/* שמירה על כיווניות נכונה */
[dir="rtl"] .comparison-table th,
[dir="rtl"] .comparison-table td {
    text-align: center;
}

.english-summary * {
    direction: ltr;
    text-align: left;
}

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://www.dcn-israel.co.il/bituah-ahrayut-miktzoit-le-kosmetikaot"
  },
  "headline": "המדריך השלם לביטוח אחריות מקצועית לקוסמטיקאיות",
  "description": "מדריך מקיף לביטוח אחריות מקצועית לקוסמטיקאיות - סוגי כיסויים, השוואת פוליסות, מקרי בוחן והמלצות מעשיות מהמומחים של DCN ישראל",
  "image": "https://www.dcn-israel.co.il/images/bituah-kosmetikaot-og.jpg",
  "author": {
    "@type": "Organization",
    "name": "DCN ישראל",
    "url": "https://www.dcn-israel.co.il"
  },
  "publisher": {
    "@type": "Organization",
    "name": "DCN ישראל",
    "logo": {
      "@type": "ImageObject",
      "url": "https://www.dcn-israel.co.il/logo.png",
      "width": 300,
      "height": 60
    }
  },
  "datePublished": "2024-03-20",
  "dateModified": "2024-03-20",
  "articleSection": "ביטוח מקצועי",
  "keywords": "ביטוח אחריות מקצועית, קוסמטיקאיות, ביטוח מקצועי, מכוני יופי, תביעות רשלנות",
  "inLanguage": "he-IL",
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [".executive-summary", ".chapter:first-of-type"]
  }
}
</script>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "כמה עולה ביטוח אחריות מקצועית לקוסמטיקאית?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "המחיר משתנה מאוד ונע בדרך כלל בין 1,500 ₪ ל-5,000 ₪ לשנה. הוא תלוי בגורמים כמו: ניסיון המטפלת, סוגי הטיפולים (טיפולים פולשניים כמו הזרקות יקרים יותר), מספר העובדים במכון, הסכום המבוקש (גבול האחריות), וההיסטוריה התביעתית."
      }
    },
    {
      "@type": "Question",
      "name": "האם הפוליסה מכסה גם עבודה כעצמאית מהבית וגם כשכירה במכון?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "יש לברר זאת במפורש. פוליסות אישיות מכסות את הפעילות העצמאית שלך. אם את גם שכירה, בררי עם בעל המכון שהוא מחזיק בביטוח אחריות מקצועית לכולם. ייתכן שתצטרכי כיסוי נוסף לפעילות הצדדית מהבית."
      }
    },
    {
      "@type": "Question",
      "name": "מה ההבדל בין ביטוח אחריות מקצועית לביטוח ציוד ומבנה?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "ביטוח אחריות מקצועית מגן עלייך מפני תביעות של אנשים שלישיים (לקוחות) על נזק שנגרם להם. ביטוח ציוד ומבנה (או 'ביטוח עסק') מגן על הרכוש הפיזי שלך - מכשירים, ציוד, ריהוט, המלאי - מפני שריפה, גניבה, וכו'. שניהם חיוניים ומהווים משלימים, לא תחליפים."
      }
    },
    {
      "@type": "Question",
      "name": "אם אני רק מתחילה ועסק קטן - האם אני חייבת את זה?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "כן, ואף יותר. לעסק חדש וקטן יש פחות יכולת כלכלית לספוג תביעה. הביטוח הוא כלי שמאפשר לך לצמוח בראש שקט. יתרה מכך, יותר ויותר מרכזים קוסמטיים ומכונים גדולים דורשים מעצמאיות שעובדות אצלם להציג פוליסת אחריות מקצועית תקפה כתנאי להעסקה."
      }
    },
    {
      "@type": "Question",
      "name": "מה אני חייבת לעשות אם מקבלת תביעה או מכתב מעורך דין?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "שלב ראשון - אל תתעסקי עם זה לבד ואל תגיבי באופן עצמאי! שלב שני - הודיעי באופן מיידי לסוכן הביטוח או לחברת הביטוח (למספר המופיע בפוליסה). הם ידריכו אותך כיצד לפעול. כל התכתבות שלך עלולה לשמש כראיה בהמשך."
      }
    }
  ]
}
</script>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "דף הבית",
      "item": "https://www.dcn-israel.co.il"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "ביטוח עסקי",
      "item": "https://www.dcn-israel.co.il/business-insurance"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "ביטוח מקצועות חופשיים",
      "item": "https://www.dcn-israel.co.il/freelance-professions-insurance"
    },
    {
      "@type": "ListItem",
      "position": 4,
      "name": "ביטוח אחריות מקצועית לקוסמטיקאיות",
      "item": "https://www.dcn-israel.co.il/bituah-ahrayut-miktzoit-le-kosmetikaot"
    }
  ]
}
</script>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "HowTo",
  "name": "מדריך מעשי לבחירת הפוליסה המתאימה ביותר לביטוח אחריות מקצועית",
  "description": "6 שלבים לבחירה חכמה של פוליסת ביטוח אחריות מקצועית לקוסמטיקאית",
  "totalTime": "PT2H",
  "estimatedCost": {
    "@type": "MonetaryAmount",
    "currency": "ILS",
    "value": "0"
  },
  "step": [
    {
      "@type": "HowToStep",
      "position": "1",
      "name": "אספי מידע",
      "text": "רשמי רשימה של כל סוגי הטיפולים שאת מבצעת, כולל ציוד וחומרים בשימוש.",
      "url": "https://www.dcn-israel.co.il/bituah-ahrayut-miktzoit-le-kosmetikaot#chapter5"
    },
    {
      "@type": "HowToStep",
      "position": "2",
      "name": "קבעי את סל הכיסויים המינימלי",
      "text": "בהתבסס על הפרקים הקודמים, דעי מה חייב להיות כלול (אחריות מקצועית, מוצר, הוצאות משפט).",
      "url": "https://www.dcn-israel.co.il/bituah-ahrayut-miktzoit-le-kosmetikaot#chapter5"
    },
    {
      "@type": "HowToStep",
      "position": "3",
      "name": "השווי בין 3 הצעות לפחות",
      "text": "קבלי הצעות מחיר מכמה סוגים של ספקים (חברה כללית, מתמחה, דרך איגוד).",
      "url": "https://www.dcn-israel.co.il/bituah-ahrayut-miktzoit-le-kosmetikaot#chapter5"
    },
    {
      "@type": "HowToStep",
      "position": "4",
      "name": "קראי את ההחרגות (הסעיף החשוב ביותר!)",
      "text": "מה לא מכוסה? טיפולים אסתטיים מתקדמים? עבודה עם מכשיר ספציפי?",
      "url": "https://www.dcn-israel.co.il/bituah-ahrayut-miktzoit-le-kosmetikaot#chapter5"
    },
    {
      "@type": "HowToStep",
      "position": "5",
      "name": "בדקי את תנאי השירות והתביעה",
      "text": "האם יש שירות ייעוץ טלפוני משפטי? מה זמן התגובה הממוצע לתביעה? מהי השתתפות עצמית?",
      "url": "https://www.dcn-israel.co.il/bituah-ahrayut-miktzoit-le-kosmetikaot#chapter5"
    },
    {
      "@type": "HowToStep",
      "position": "6",
      "name": "התייעצי עם סוכן/מתווך עצמאי",
      "text": "מומחה כמו צוות DCN ישראל יכול להסביר ניואנסים, לעזור במו״מ ולסנגר עליך מול המבטחת.",
      "url": "https://www.dcn-israel.co.il/bituah-ahrayut-miktzoit-le-kosmetikaot#chapter5"
    }
  ]
}
</script>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://www.dcn-israel.co.il/#organization",
  "name": "DCN ישראל",
  "alternateName": "DCN Israel",
  "description": "מומחים לביטוח עסקי ופיננסי בישראל - ייעוץ ביטוחי מקצועי לעסקים קטנים ובינוניים",
  "url": "https://www.dcn-israel.co.il",
  "logo": "https://www.dcn-israel.co.il/logo.png",
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "+972-3-1234567",
    "contactType": "customer service",
    "contactOption": "TollFree",
    "areaServed": "IL",
    "availableLanguage": ["Hebrew", "English"]
  },
  "sameAs": [
    "https://www.facebook.com/dcn.israel",
    "https://www.linkedin.com/company/dcn-israel",
    "https://twitter.com/dcn_israel"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "רחוב הביטוח 123",
    "addressLocality": "תל אביב",
    "postalCode": "1234567",
    "addressCountry": "IL"
  },
  "areaServed": {
    "@type": "Country",
    "name": "ישראל"
  }
}
</script>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://www.dcn-israel.co.il/#organization",
  "name": "DCN ישראל",
  "alternateName": "DCN Israel",
  "description": "מומחים לביטוח עסקי ופיננסי בישראל - ייעוץ ביטוחי מקצועי לעסקים קטנים ובינוניים",
  "url": "https://www.dcn-israel.co.il",
  "logo": "https://www.dcn-israel.co.il/logo.png",
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "+972-3-1234567",
    "contactType": "customer service",
    "contactOption": "TollFree",
    "areaServed": "IL",
    "availableLanguage": ["Hebrew", "English"]
  },
  "sameAs": [
    "https://www.facebook.com/dcn.israel",
    "https://www.linkedin.com/company/dcn-israel",
    "https://twitter.com/dcn_israel"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "רחוב הביטוח 123",
    "addressLocality": "תל אביב",
    "postalCode": "1234567",
    "addressCountry": "IL"
  },
  "areaServed": {
    "@type": "Country",
    "name": "ישראל"
  }
}
</script>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Table",
  "about": "השוואה בין סוגי ספקי ביטוח אחריות מקצועית לקוסמטיקאיות",
  "name": "השוואת פוליסות ביטוח אחריות מקצועית",
  "tableSchema": {
    "@type": "TableSchema",
    "columns": [
      {"@type": "Column", "name": "מאפיין / ספק", "description": "סוג הספק הביטוחי"},
      {"@type": "Column", "name": "כיסוי בסיסי אופייני", "description": "סוג הכיסויים הכלולים בפוליסה הבסיסית"},
      {"@type": "Column", "name": "גבול אחריות ממוצע", "description": "סכום הכיסוי הממוצע למטפל"},
      {"@type": "Column", "name": "השתתפות עצמית אופיינית", "description": "סכום ההשתתפות העצמית הממוצע לתביעה"},
      {"@type": "Column", "name": "כיסוי מיוחד מומלץ", "description": "כיסויים מיוחדים המוצעים על ידי הספק"}
    ]
  },
  "dataset": {
    "@type": "Dataset",
    "name": "השוואת פוליסות ביטוח לקוסמטיקאיות",
    "description": "השוואה בין הצעות ביטוח אחריות מקצועית מקובלות בשוק הישראלי",
    "license": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
  }
}
</script>/* End custom CSS */