/* =====================================================
   استایل‌های صفحه سرور اختصاصی
   سروهاست - sarvhost.com
   ===================================================== */

/* ===== هدر اختصاصی ===== */
.header-dedicated {
    background: linear-gradient(135deg, #0D1B2A 0%, #1A237E 50%, #1B3A5A 100%);
    min-height: 100vh;
}

.header-dedicated::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* ===== هیرو ===== */
.hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-desc {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.9;
    margin-bottom: 30px;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.hero-feat {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.08);
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
}

.feat-icon {
    font-size: 1.3rem;
}

.hero-cta {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.hero-price-tag {
    display: flex;
    align-items: baseline;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    padding: 15px 25px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
}

.hero-price-tag .price-label {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
}

.hero-price-tag .price-value {
    font-family: var(--font-num);
    font-size: 1.5rem;
    font-weight: 800;
    color: #fbbf24;
}

.hero-price-tag .price-unit {
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
}

/* ===== تصویر سرور ===== */
.server-3d {
    position: relative;
}

.server-3d svg {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}

/* =====================================================
   پلن‌های اختصاصی — افقی
   ===================================================== */
.dedicated-plans-horizontal {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
}

.ded-plan-row {
    display: grid;
    grid-template-columns: 200px 1fr 220px;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.ded-plan-row:hover {
    border-color: var(--primary);
    box-shadow: 0 15px 50px rgba(26, 35, 126, 0.12);
    transform: translateY(-3px);
}

/* پرفروش */
.ded-plan-row.popular {
    border: 3px solid var(--primary);
    box-shadow: 0 10px 40px rgba(57, 73, 171, 0.15);
}

.popular-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    padding: 8px 20px;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 0 17px 0 15px;
}

/* سازمانی */
.ded-plan-row.enterprise {
    border: 2px solid #f59e0b;
}

.ded-plan-row.enterprise:hover {
    border-color: #f59e0b;
    box-shadow: 0 15px 50px rgba(245, 158, 11, 0.12);
}

.enterprise-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    padding: 8px 20px;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 0 17px 0 15px;
}

/* ستون نام پلن */
.plan-badge-col {
    padding: 30px 25px;
    background: linear-gradient(135deg, #f8fafc, #fff);
    text-align: center;
    border-left: 1px solid #f1f5f9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.plan-name {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.plan-brand {
    display: inline-block;
    background: linear-gradient(135deg, #0071c5, #00aeef);
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
}

.plan-brand.amd {
    background: linear-gradient(135deg, #ED1C24, #FF6600);
}

/* ستون مشخصات */
.plan-specs-col {
    display: flex;
    gap: 15px;
    padding: 25px 30px;
    flex-wrap: wrap;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    padding: 12px 18px;
    border-radius: 12px;
    min-width: 180px;
    flex: 1;
}

.spec-icon {
    font-size: 1.2rem;
}

.spec-label {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.spec-value {
    font-size: 0.9rem;
    color: var(--primary-dark);
    font-weight: 700;
    margin-right: auto;
}

/* ستون قیمت */
.plan-price-col {
    padding: 25px;
    background: linear-gradient(135deg, var(--light), #C5CAE9);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.ded-plan-row.enterprise .plan-price-col {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
}

.price-box {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.price-amount {
    font-family: var(--font-num);
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--primary-dark);
}

.ded-plan-row.enterprise .price-amount {
    color: #92400e;
}

.price-unit {
    font-size: 0.85rem;
    color: #64748b;
}

.btn-order {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: #fff;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-order:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(26, 35, 126, 0.3);
}

.ded-plan-row.enterprise .btn-order {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.ded-plan-row.enterprise .btn-order:hover {
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3);
}

/* =====================================================
   بخش سرور سفارشی — OVH و Hetzner
   ===================================================== */
.section-custom-server {
    background: linear-gradient(135deg, #0D1B2A 0%, #1A237E 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.section-custom-server::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.custom-server-box {
    position: relative;
    z-index: 1;
}

/* ===== هدر بالا ===== */
.custom-header {
    text-align: center;
    margin-bottom: 50px;
}

.custom-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    margin: 0 auto 25px;
    box-shadow: 0 20px 50px rgba(245, 158, 11, 0.3);
}

.custom-header h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 15px;
}

.custom-subtitle {
    color: rgba(255,255,255,0.8);
    font-size: 1.15rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ===== بدنه اصلی — دو ستون ===== */
.custom-body {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 50px;
    align-items: start;
}

/* ===== ستون اطلاعات ===== */
.custom-info {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    padding: 40px;
}

.custom-desc {
    color: rgba(255,255,255,0.85);
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 30px;
}

/* لوگوی دیتاسنترها */
.dc-logos {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.dc-logo-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255,255,255,0.08);
    padding: 18px 25px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.1);
    flex: 1;
    min-width: 200px;
    transition: all 0.3s ease;
}

.dc-logo-item:hover {
    background: rgba(255,255,255,0.12);
    transform: translateY(-3px);
}

.dc-logo-icon {
    font-size: 2.2rem;
}

.dc-logo-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dc-logo-text strong {
    color: #fff;
    font-size: 1.15rem;
}

.dc-logo-text span {
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
}

/* لیست امکانات */
.custom-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.custom-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.9);
    font-size: 0.95rem;
    padding: 12px 15px;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.custom-features li:hover {
    background: rgba(255,255,255,0.1);
}

.feat-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* ===== ستون CTA ===== */
.custom-cta-section {
    position: sticky;
    top: 100px;
}

.custom-cta-box {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 24px;
    padding: 40px 35px;
    text-align: center;
}

.cta-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.cta-title {
    display: block;
    color: #fbbf24;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.custom-cta-box > p {
    color: rgba(255,255,255,0.75);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* دکمه‌های CTA */
.btn-cta-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 18px 25px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3);
}

.btn-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(245, 158, 11, 0.4);
}

.btn-cta-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 25px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.5);
}

/* زمان پاسخگویی */
.response-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #22c55e;
    font-size: 0.9rem;
    font-weight: 600;
}

.time-icon {
    font-size: 1.2rem;
}

/* =====================================================
   ریسپانسیو بخش سفارشی
   ===================================================== */

/* تبلت */
@media (max-width: 1024px) {
    .custom-body {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .custom-cta-section {
        position: static;
        max-width: 450px;
        margin: 0 auto;
    }
    
    .custom-info {
        padding: 30px;
    }
}

/* موبایل */
@media (max-width: 768px) {
    .section-custom-server {
        padding: 60px 0;
    }
    
    .custom-icon {
        width: 75px;
        height: 75px;
        font-size: 2.2rem;
    }
    
    .custom-header h2 {
        font-size: 1.5rem;
    }
    
    .custom-subtitle {
        font-size: 1rem;
    }
    
    .custom-info {
        padding: 25px 20px;
    }
    
    .custom-desc {
        font-size: 0.95rem;
    }
    
    .dc-logos {
        flex-direction: column;
    }
    
    .dc-logo-item {
        min-width: auto;
    }
    
    .custom-features {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .custom-features li {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
    
    .custom-cta-box {
        padding: 30px 25px;
    }
    
    .cta-icon {
        font-size: 2.5rem;
    }
    
    .cta-title {
        font-size: 1.1rem;
    }
    
    .btn-cta-primary,
    .btn-cta-outline {
        padding: 15px 20px;
        font-size: 0.95rem;
    }
}

/* موبایل کوچک */
@media (max-width: 480px) {
    .custom-icon {
        width: 65px;
        height: 65px;
        font-size: 2rem;
        border-radius: 18px;
    }
    
    .custom-header h2 {
        font-size: 1.3rem;
    }
    
    .dc-logo-icon {
        font-size: 1.8rem;
    }
    
    .dc-logo-text strong {
        font-size: 1rem;
    }
    
    .feat-check {
        width: 20px;
        height: 20px;
        font-size: 0.65rem;
    }
}


/* =====================================================
   ویژگی‌ها — از vps-common استفاده میشه
   ===================================================== */
.features-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-box {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(26, 35, 126, 0.12);
    border-color: var(--primary);
}

.feature-icon-wrap {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--light), #C5CAE9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.feature-icon {
    font-size: 2.2rem;
}

.feature-box h3 {
    font-size: 1.15rem;
    color: var(--primary-dark);
    margin-bottom: 12px;
}

.feature-box p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* =====================================================
   موارد استفاده
   ===================================================== */
.usecases-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.usecase-box {
    background: linear-gradient(135deg, #f8fafc, #fff);
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.usecase-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(26, 35, 126, 0.1);
    border-color: var(--primary);
}

.usecase-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.usecase-box h3 {
    color: var(--primary-dark);
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.usecase-box p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.usecase-tag {
    display: inline-block;
    background: linear-gradient(135deg, var(--light), #C5CAE9);
    color: var(--primary-dark);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* =====================================================
   جدول مقایسه
   ===================================================== */
.compare-table-wrap {
    overflow-x: auto;
    border-radius: 20px;
    box-shadow: 0 10px 50px rgba(26, 35, 126, 0.1);
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    min-width: 600px;
}

.compare-table th,
.compare-table td {
    padding: 18px 25px;
    text-align: center;
    border-bottom: 1px solid #f1f5f9;
}

.compare-table th {
    background: #f8fafc;
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 0.95rem;
}

.compare-table th:first-child,
.compare-table td:first-child {
    text-align: right;
    padding-right: 30px;
}

.compare-table tbody tr:hover {
    background: #f8fafc;
}

.compare-table .highlight-col {
    background: linear-gradient(180deg, rgba(57, 73, 171, 0.08), rgba(57, 73, 171, 0.03));
}

.compare-table th.highlight-col {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: #fff;
}

.our-badge {
    display: inline-block;
    margin-left: 5px;
}

.compare-table .check {
    color: #22c55e;
    font-weight: 700;
}

.compare-table .cross {
    color: #ef4444;
}

/* =====================================================
   FAQ
   ===================================================== */
.faq-list {
    max-width: 850px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(57, 73, 171, 0.05);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 5px 20px rgba(57, 73, 171, 0.1);
}

.faq-item.active {
    border-color: var(--primary);
    box-shadow: 0 5px 25px rgba(57, 73, 171, 0.15);
}

.faq-question {
    width: 100%;
    padding: 22px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--primary-dark);
    text-align: right;
    transition: all 0.3s ease;
    gap: 15px;
    font-family: inherit;
}

.faq-question:hover {
    color: var(--primary);
}

.faq-question span {
    flex: 1;
}

.faq-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: var(--light);
    border-radius: 50%;
    padding: 6px;
    color: var(--primary);
    transition: all 0.3s ease;
}

.faq-item.active .faq-icon {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: #fff;
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 25px 25px;
    color: #475569;
    line-height: 1.9;
    font-size: 1rem;
    margin: 0;
}

/* =====================================================
   CTA
   ===================================================== */
.section-cta {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary) 50%, var(--primary) 100%);
    position: relative;
}

.section-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cta-box {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px 0;
}

.cta-box h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.cta-box p {
    color: rgba(255,255,255,0.8);
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-outline-light {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-light:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    transform: translateY(-2px);
}

/* =====================================================
   ویژگی‌های مشترک
   ===================================================== */
.common-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 25px;
    background: linear-gradient(135deg, var(--light), #C5CAE9);
    border-radius: 16px;
}

.common-features .feat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--primary-dark);
    font-weight: 500;
}

.common-features .feat svg {
    width: 18px;
    height: 18px;
    color: #059669;
}

/* =====================================================
   ریسپانسیو
   ===================================================== */

/* تبلت بزرگ */
@media (max-width: 1200px) {
    .custom-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .custom-icon {
        margin: 0 auto;
    }
    
    .custom-text {
        text-align: center;
    }
    
    .dc-logos {
        justify-content: center;
    }
    
    .custom-features {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .custom-action {
        min-width: auto;
        max-width: 400px;
        margin: 0 auto;
    }
}

/* تبلت */
@media (max-width: 1024px) {
    .ded-plan-row {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .plan-badge-col {
        border-left: none;
        border-bottom: 1px solid #f1f5f9;
        padding: 25px;
    }
    
    .plan-specs-col {
        justify-content: center;
        padding: 20px;
    }
    
    .spec-item {
        min-width: 150px;
    }
    
    .plan-price-col {
        padding: 25px;
    }
    
    .popular-badge,
    .enterprise-badge {
        position: static;
        display: inline-block;
        margin-bottom: 10px;
        border-radius: 20px;
    }
    
    .features-grid-3,
    .usecases-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-features {
        grid-template-columns: 1fr;
    }
}

/* موبایل */
@media (max-width: 768px) {
    .header-dedicated {
        min-height: auto;
        padding-bottom: 60px;
    }
    
    .hero-badge {
        font-size: 0.9rem;
        padding: 8px 18px;
    }
    
    .hero-desc {
        font-size: 1rem;
    }
    
    .hero-feat {
        padding: 12px 15px;
        font-size: 0.85rem;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: stretch;
    }
    
    .hero-price-tag {
        justify-content: center;
    }
    
    .hero-price-tag .price-value {
        font-size: 1.3rem;
    }
    
    .plan-specs-col {
        flex-direction: column;
        align-items: center;
    }
    
    .spec-item {
        width: 100%;
        max-width: 280px;
    }
    
    .features-grid-3,
    .usecases-grid-3 {
        grid-template-columns: 1fr;
    }
    
    .dc-logos {
        flex-direction: column;
        align-items: center;
    }
    
    .dc-logo-item {
        width: 100%;
        max-width: 280px;
    }
    
    .custom-features {
        grid-template-columns: 1fr;
    }
    
    .custom-text h2 {
        font-size: 1.4rem;
    }
    
    .custom-cta-box {
        padding: 25px 20px;
    }
    
    .cta-box h2 {
        font-size: 1.4rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .common-features {
        gap: 12px;
        padding: 20px 15px;
    }
    
    .common-features .feat {
        font-size: 0.8rem;
    }
}

/* موبایل کوچک */
@media (max-width: 480px) {
    .plan-name {
        font-size: 1.3rem;
    }
    
    .price-amount {
        font-size: 1.2rem;
    }
    
    .spec-item {
        padding: 10px 15px;
        font-size: 0.85rem;
    }
    
    .spec-icon {
        font-size: 1rem;
    }
    
    .custom-icon {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
    }
}

/* =====================================================
   انیمیشن‌ها
   ===================================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

.ded-plan-row,
.feature-box,
.usecase-box {
    animation: fadeInUp 0.6s ease forwards;
}

.ded-plan-row:nth-child(1) { animation-delay: 0.1s; }
.ded-plan-row:nth-child(2) { animation-delay: 0.2s; }
.ded-plan-row:nth-child(3) { animation-delay: 0.3s; }

.hero-feat {
    animation: fadeInUp 0.5s ease forwards;
}

.hero-feat:nth-child(1) { animation-delay: 0.2s; }
.hero-feat:nth-child(2) { animation-delay: 0.3s; }
.hero-feat:nth-child(3) { animation-delay: 0.4s; }
.hero-feat:nth-child(4) { animation-delay: 0.5s; }

/* LED چشمک‌زن در SVG */
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.server-3d circle[fill="#00C853"] {
    animation: blink 2s infinite;
}

.server-3d circle[fill="#FFC107"] {
    animation: blink 1.5s infinite;
}