/* بدنه */
.hsp-body {
    font-family: inherit;
    margin: 0;
    padding: 0;
    background-color: #F6F9FF;
    direction: rtl;
}

/* جدول اصلی */
.hsp-table {
    border-collapse: separate;
    border-spacing: 5px 0; /* فاصله افقی/عمودی بین سلول‌ها */
    width: 100%;
    max-width: 100%;
}

/* هدِر */
.hsp-thead th {
    font-size: 24px;
    font-weight: 500;
    padding: 15px;
    text-align: center;
    border: none;
}

/* کارت‌های بالای هر ستون (۳ حالت عادی + هایلایت) */
.hsp-pack1,
.hsp-pack2,
.hsp-pack3,
.hsp-highlight {
    background: #ffffff;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 0 20px #1565C02B;
    padding: 30px !important;
    width: 250px !important;
}

.hsp-highlight {
    background: #1a237e !important;
    color: #fff;
}

/* عنوان/زیرعنوان/قیمت */
.hsp-pack-title {
    font-weight: 600;
    font-size: 21px;
}
.hsp-subtitle {
    font-size: 14px;
}
.hsp-pack-desc {
    margin: 0 !important;
}
.desc-price {
    color: #4160f5;
    font-weight: 800;
    font-size: 36px !important;
}
.desc-curency {
    font-size: 12px !important;
    font-weight: 400;
}

/* ردیف سرتیتر گروهی */
.hsp-title {
    text-align: right !important;
    background: #1A237E !important;
    color: #ffffff;
    font-weight: 500 !important;
    border-radius: 0 15px 0 0;
}

/* بدنه جدول */
.hsp-tbody tr:nth-child(odd) { background-color: #F5F5F5; }
.hsp-tbody tr:nth-child(even){ background-color: #ffffff; }

/* سلول‌ها */
.hsp-td {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    font-weight: 500 !important;
    border: 1px solid #ddd;
    color: #353535;
}
.hsp-td:first-child {
    text-align: right;
    font-weight: 700;
}

/* تیک/ضربدر */
.hsp-check { color: #2e7d32; font-weight: 700; }
.hsp-cross { color: #c62828; font-weight: 700; }

/* اگر تصویر باشد */
.hsp-check img { width: 28px; }
.hsp-cross img { width: 24px; }

/* اگر SVG داخلی باشد */
.hsp-check svg { width: 28px; height: 28px; display: inline-block; }
.hsp-cross svg { width: 24px; height: 24px; display: inline-block; }

/* دکمه تماس */
.price-table-btn {
    border: none;
    border-radius: 8px !important;
    background: #1565C0 !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    cursor: pointer;
}

.non-bg {
    background: #F8F9FA !important;
    border: none;
}

/* واکنش‌گرا */
@media only screen and (max-width: 600px) {
    .hsp-highlight,
    .hsp-pack3,
    .hsp-pack2,
    .hsp-pack1 {
        min-width: 175px;
    }
}
