.elementor-3 .elementor-element.elementor-element-68d77282{margin-top:19px;margin-bottom:0px;}.elementor-3 .elementor-element.elementor-element-0da84ea{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-4c1ead4 *//* بک‌گراند کلی */
.policy-page {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 16px;
}

/* کارت اصلی */
.policy-page {
    background: #ffffff;
    border: 1px solid #e6ebf2;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

/* عنوان */
.policy-page h1 {
    font-size: 24px;
    color: #0f172a;
    margin-bottom: 18px;
    font-weight: 700;
    position: relative;
}

/* خط زیر عنوان */
.policy-page h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin-top: 8px;
    border-radius: 2px;
    background: linear-gradient(90deg, #2563eb, #3b82f6);
}

/* پاراگراف‌ها */
.policy-page p {
    font-size: 14px;
    line-height: 2.2;
    color: #334155;
    margin-bottom: 14px;
}

/* باکس پاراگراف اول */
.policy-page p:first-of-type {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-right: 4px solid #2563eb;
    padding: 14px 16px;
    border-radius: 12px;
}

/* تیترهای داخلی */
.policy-page h3 {
    font-size: 16px;
    color: #0f172a;
    margin-top: 22px;
    margin-bottom: 10px;
    padding: 8px 12px;
    background: #f1f5f9;
    border-radius: 8px;
    display: inline-block;
}

/* هایلایت متن */
.policy-page strong {
    color: #1d4ed8;
    font-weight: 600;
}

/* افکت hover کل کارت */
.policy-page:hover {
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

/* موبایل */
@media (max-width: 600px) {
    .policy-page {
        padding: 22px 16px;
    }

    .policy-page h1 {
        font-size: 20px;
    }

    .policy-page p {
        font-size: 13px;
    }
}/* End custom CSS */