.elementor-1656 .elementor-element.elementor-element-3049dbc{--display:flex;}/* Start custom CSS */.page-scope {
    font-family: 'Vazirmatn', 'Tahoma', sans-serif;
    line-height: 1.9;
    direction: rtl;
    background-color: #f8fafc;
    color: #1e293b;
}

/* ===== کانتینر اصلی ===== */
.page-scope .main-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 25px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-radius: 16px;
}

/* ===== عناوین ===== */
.page-scope h1 {
    font-size: 2.2rem;
    color: #0369a1;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 4px solid #0ea5e9;
    background: linear-gradient(135deg,#0c4a6e,#0284c7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-scope h2 {
    font-size: 1.6rem;
    color: #075985;
    margin: 35px 0 18px;
    padding-right: 15px;
    border-right: 5px solid #0ea5e9;
    position: relative;
}

.page-scope h2::before {
    content:'';
    position:absolute;
    right:-5px;
    top:0;
    width:5px;
    height:100%;
    background:linear-gradient(180deg,#0ea5e9,#06b6d4);
    border-radius:3px;
}

.page-scope h3 {
    font-size: 1.3rem;
    color: #0c4a6e;
    margin: 28px 0 14px;
    padding-right: 12px;
    border-right: 4px solid #22d3d1;
}

/* ===== متن ===== */
.page-scope p {
    text-align: justify;
    margin-bottom: 18px;
    font-size: 1.05rem;
    color: #334155;
    line-height: 2;
}

/* ===== لینک ===== */
.page-scope a {
    color:#0284c7;
    text-decoration:none;
    transition:.3s;
    border-bottom:1px dashed #0ea5e9;
}

.page-scope a:hover {
    color:#0369a1;
    border-bottom-style:solid;
    background:#e0f2fe;
    padding:2px 5px;
    border-radius:4px;
}

/* ===== لینک داخلی ===== */
.page-scope .internal-link{
    display:inline-flex;
    align-items:center;
    gap:5px;
    background:linear-gradient(135deg,#e0f2fe,#cffafe);
    padding:4px 12px;
    border-radius:20px;
    border:1px solid #0ea5e9;
    font-weight:600;
}

.page-scope .internal-link:hover{
    background:linear-gradient(135deg,#0ea5e9,#06b6d4);
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 4px 12px rgba(14,165,233,.4);
}

.page-scope .internal-link::before{
    content:'🔗';
    font-size:.85rem;
}

/* ===== تصویر ===== */
.page-scope .content-image{
    display:block;
    margin:30px auto;
    max-width:70%;
    border-radius:16px;
    box-shadow:0 8px 30px rgba(0,0,0,.15);
    transition:.4s;
    border:3px solid #e0f2fe;
}

.page-scope .content-image:hover{
    transform:scale(1.03);
    box-shadow:0 12px 40px rgba(14,165,233,.25);
}

/* ===== جدول ===== */
.page-scope .price-table{
    width:100%;
    border-collapse:collapse;
    margin:25px 0;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.1);
}

.page-scope .price-table th{
    background:linear-gradient(135deg,#0369a1,#0284c7);
    color:#fff;
    padding:16px 12px;
}

.page-scope .price-table td{
    padding:14px 12px;
    text-align:center;
    border-bottom:1px solid #e2e8f0;
}

.page-scope .price-table tr:nth-child(even){
    background:#f0f9ff;
}

.page-scope .price-table tr:hover td{
    background:#e0f2fe;
}

/* ===== FAQ ===== */
.page-scope .faq-item{
    background:linear-gradient(135deg,#fff,#f0f9ff);
    border:2px solid #e0f2fe;
    border-radius:12px;
    overflow:hidden;
    animation:fadeIn .5s ease forwards;
}

/* ===== انیمیشن ===== */
@keyframes fadeIn{
    from{opacity:0;transform:translateY(20px)}
    to{opacity:1;transform:translateY(0)}
}/* End custom CSS */