/* ========================================
   SarvHost.com — استایل اصلی
   رنگ سازمانی: آبی (#1A237E)
   ======================================== */

/* ---------- فونت وزیر ---------- */
@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');

/* ===== فونت‌ها ===== */
@font-face {
    font-family: 'YekanBakh';
    src: url('../../includes/fonts/YekanBakh-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('../../includes/fonts/YekanBakh-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakhNum';
    src: url('../../includes/fonts/YekanBakhFaNum-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakhNum';
    src: url('../../includes/fonts/YekanBakhFaNum-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakhNum';
    src: url('../../includes/fonts/YekanBakhFaNum-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===== متغیرها ===== */
:root {
    --primary: #3949AB;
    --primary-dark: #1A237E;
    --primary-light: #5C6BC0;
    --secondary: #283593;
    --accent: #7986CB;
    --light: #E8EAF6;
    --lighter: #F5F7FF;
    
    /* فونت‌ها */
    --font-main: 'YekanBakh', 'Tahoma', sans-serif;
    --font-num: 'YekanBakhNum', 'YekanBakh', 'Tahoma', sans-serif;
}

/* ===== ریست و پایه ===== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    background: #fff;
    direction: rtl;
    text-align: right;
    -webkit-font-smoothing: antialiased;
}

/* ===== عناوین ===== */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-main);
    font-weight: 600;
    line-height: 1.4;
}

/* ===== اعداد و قیمت‌ها — فونت عددی ===== */
.price-num,
.price-amount,
.price-value,
.stat-number,
.plan-price,
.card-price,
[data-count] {
    font-family: var(--font-num);
    font-weight: 700;
}

/* ===== دکمه‌ها و فرم‌ها ===== */
.btn,
button,
input,
textarea,
select {
    font-family: var(--font-main);
}

/* ---------- ریست و پایه ---------- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Vazirmatn', 'Outfit', Tahoma, sans-serif;
    color: #333;
    line-height: 1.8;
    direction: rtl;
    background: #fff;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

/* ---------- کانتینر ---------- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- کلاس‌های کمکی ---------- */
.text-center { text-align: center; }
.text-primary { color: #1A237E; }
.text-white { color: #fff; }
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.fw-500 { font-weight: 500; }

/* ---------- دکمه‌ها ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 32px;
    border-radius: 8px;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.25s ease;
}

.btn-primary {
    background: #1A237E;
    color: #fff;
    border-color: #1A237E;
}

.btn-primary:hover {
    background: #283593;
    border-color: #283593;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(26, 35, 126, 0.3);
}

.btn-secondary {
    background: #fff;
    color: #1A237E;
    border-color: #fff;
    font-weight: 700;
}

.btn-secondary:hover {
    background: #E8EAF6;
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: #1A237E;
    border-color: #1A237E;
}

.btn-outline:hover {
    background: #1A237E;
    color: #fff;
    transform: translateY(-2px);
}

.btn-small {
    padding: 10px 24px;
    font-size: 0.88rem;
}

/* ========================================
   هدر
   ======================================== */
.header-bg {
    background: linear-gradient(135deg, #1A237E 0%, #283593 50%, #3949AB 100%);
    color: #fff;
}

/* ---------- ناوبری ---------- */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
}

.logo svg {
    width: 36px;
    height: 36px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links a {
    color: rgba(255,255,255,0.85);
    font-size: 0.92rem;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: #fff;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-actions .btn {
    padding: 9px 22px;
    font-size: 0.88rem;
}

.mobile-menu-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 8px;
}

/* ========================================
   هیرو
   ======================================== */
.hero {
    padding: 60px 0 80px;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.hero-text h1 {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 16px;
    color: #fff;
}

.hero-text h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 20px 0 8px;
    color: #CEE7FC;
}

.hero-text p {
    color: rgba(255,255,255,0.85);
    font-size: 0.95rem;
    line-height: 1.9;
    margin-bottom: 8px;
}

.hero-text .btn {
    margin-top: 20px;
}

.hero-image img {
    border-radius: 16px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

/* ========================================
   سکشن‌ها
   ======================================== */
.section {
    padding: 70px 0;
}

.section-grey {
    background: #F5F5F5;
}

.section-secondary {
    background: #FAFAFA;
}

.section-primary {
    background: linear-gradient(135deg, #1A237E, #283593);
    color: #fff;
}

.section-primary p {
    color: rgba(255,255,255,0.85);
}

/* ========================================
   بلوک محتوا (متن + تصویر)
   ======================================== */
.content-block {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: center;
}

.content-block.reverse {
    grid-template-columns: 1.2fr 1fr;
}

.content-block .image img {
    border-radius: 16px;
    width: 100%;
}

.content-block .text h2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 14px;
}

.content-block .text h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 20px 0 8px;
}

.content-block .text p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 10px;
    line-height: 2;
}

.section-primary .content-block .text p {
    color: rgba(255,255,255,0.85);
}

/* ========================================
   لوکیشن‌ها
   ======================================== */
.locations-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 36px;
}

.location-card {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.25s ease;
    display: block;
    color: #333;
}

.location-card:hover {
    border-color: #1A237E;
    box-shadow: 0 8px 25px rgba(26, 35, 126, 0.12);
    transform: translateY(-4px);
}

.flag-icon {
    width: 56px;
    height: 40px;
    margin: 0 auto 14px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.flag-icon svg {
    width: 100%;
    height: 100%;
}

.location-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1A237E;
    margin-bottom: 4px;
}

.location-card .city {
    font-size: 0.82rem;
    color: #888;
    margin-bottom: 10px;
}

.location-card .status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: #4CAF50;
    font-weight: 600;
}

.location-card .status::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #4CAF50;
    border-radius: 50%;
    display: inline-block;
}

/* ========================================
   قیمت‌گذاری VPS
   ======================================== */
.pricing-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 36px;
}

.price-card {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 14px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.25s ease;
    position: relative;
}

.price-card:hover {
    border-color: #1A237E;
    box-shadow: 0 8px 30px rgba(26, 35, 126, 0.12);
    transform: translateY(-4px);
}

.price-card.featured {
    border-color: #1A237E;
    box-shadow: 0 8px 30px rgba(26, 35, 126, 0.15);
    transform: scale(1.03);
}

.price-card.featured:hover {
    transform: scale(1.03) translateY(-4px);
}

.popular-badge {
    position: absolute;
    top: -13px;
    right: 50%;
    transform: translateX(50%);
    background: #1A237E;
    color: #fff;
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

.price-card .plan-label {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 6px;
    font-weight: 500;
}

.price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1A237E;
    margin-bottom: 20px;
}

.price span {
    font-size: 0.85rem;
    font-weight: 400;
    color: #888;
}

.specs {
    margin-bottom: 24px;
}

.spec-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid #F0F0F0;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-value {
    font-weight: 700;
    color: #333;
    font-size: 0.92rem;
}

.spec-label {
    color: #888;
    font-size: 0.85rem;
}

.price-card .btn {
    width: 100%;
}

/* ========================================
   سرور اختصاصی (پرومو)
   ======================================== */
.dedicated-promo {
    background: linear-gradient(135deg, #F5F5F5 0%, #FAFAFA 100%);
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    padding: 48px 40px;
    overflow: hidden;
}

.dedicated-promo-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.promo-badge {
    display: inline-block;
    background: #E8EAF6;
    color: #1A237E;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.dedicated-promo-text h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1A237E;
    margin-bottom: 12px;
}

.dedicated-promo-text p {
    color: #555;
    font-size: 0.95rem;
    line-height: 2;
    margin-bottom: 20px;
}

.dedicated-highlights {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
}

.highlight-item svg {
    width: 22px;
    height: 22px;
    color: #4CAF50;
    flex-shrink: 0;
}

.dedicated-promo-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.starting-price {
    font-size: 0.9rem;
    color: #888;
}

.starting-price strong {
    color: #1A237E;
    font-size: 1.05rem;
}

/* ---------- مینی کارت سرور ---------- */
.dedicated-promo-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mini-server-card {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 20px 24px;
    transition: all 0.25s ease;
    position: relative;
}

.mini-server-card:hover {
    border-color: #1A237E;
    box-shadow: 0 4px 15px rgba(26, 35, 126, 0.1);
}

.mini-server-card.featured {
    border-color: #1A237E;
    background: #FAFAFE;
}

.mini-popular {
    position: absolute;
    top: -10px;
    left: 16px;
    background: #1A237E;
    color: #fff;
    padding: 2px 12px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
}

.mini-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.mini-plan-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1A237E;
}

.mini-tag {
    background: #E8EAF6;
    color: #1A237E;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 600;
}

.mini-tag.amd {
    background: #FFF3E0;
    color: #E65100;
}

.mini-card-specs {
    font-size: 0.82rem;
    color: #888;
    margin-bottom: 8px;
}

.mini-card-price {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1A237E;
}

.mini-card-price small {
    font-size: 0.8rem;
    font-weight: 400;
    color: #888;
}

/* ========================================
   ویژگی‌ها
   ======================================== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
}

.feature-card {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 14px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.25s ease;
}

.feature-card:hover {
    border-color: #1A237E;
    box-shadow: 0 8px 25px rgba(26, 35, 126, 0.1);
    transform: translateY(-4px);
}

.feature-card .icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
}

.feature-card .icon svg {
    width: 100%;
    height: 100%;
}

.feature-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.8;
}

/* ========================================
   نظرات مشتریان
   ======================================== */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 14px;
    padding: 28px 24px;
    text-align: right;
    transition: all 0.25s ease;
}

.testimonial-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.testimonial-card .stars {
    color: #FFC107;
    font-size: 1.1rem;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.testimonial-card .quote {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.9;
    margin-bottom: 18px;
    font-style: italic;
}

.testimonial-card .author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-card .avatar {
    width: 42px;
    height: 42px;
    background: #E8EAF6;
    color: #1A237E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
}

.testimonial-card .name {
    font-weight: 600;
    font-size: 0.9rem;
    color: #333;
}

.testimonial-card .role {
    font-size: 0.78rem;
    color: #888;
}

/* ========================================
   سوالات متداول
   ======================================== */
.faq-list {
    max-width: 780px;
    margin: 30px auto 0;
}

.faq-item {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.faq-item:hover {
    border-color: #C5CAE9;
}

.faq-item.active {
    border-color: #1A237E;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 22px;
    background: none;
    border: none;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    text-align: right;
    gap: 12px;
    transition: background 0.2s;
}

.faq-question:hover {
    background: #FAFAFA;
}

.faq-question svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    transition: transform 0.3s;
    color: #1A237E;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-answer p {
    padding: 0 22px 18px;
    font-size: 0.9rem;
    color: #666;
    line-height: 2;
}

/* ========================================
   CTA
   ======================================== */
.cta-section {
    background: linear-gradient(135deg, #1A237E, #283593);
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.cta-section h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.cta-section p {
    color: rgba(255,255,255,0.85);
    font-size: 1.05rem;
    margin-bottom: 28px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
   فوتر
   ======================================== */
.footer {
    background: #0D1642;
    color: rgba(255,255,255,0.6);
    padding: 50px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand .logo {
    margin-bottom: 12px;
}

.footer-brand p {
    font-size: 0.85rem;
    line-height: 1.9;
    color: rgba(255,255,255,0.5);
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.06);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.5);
    transition: all 0.2s;
    font-size: 0.9rem;
}

.footer-social a:hover {
    background: #1A237E;
    color: #fff;
}

.footer-col h4 {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul a {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
    transition: color 0.2s;
}

.footer-col ul a:hover {
    color: #CEE7FC;
}

.footer-bottom {
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-bottom p {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.35);
}

/* ========================================
   ریسپانسیو
   ======================================== */
@media (max-width: 1024px) {
    .pricing-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 70px;
        right: 0;
        left: 0;
        background: #1A237E;
        flex-direction: column;
        padding: 20px 24px;
        gap: 12px;
        z-index: 100;
        box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    }

    .nav-links.active {
        display: flex;
    }

   

    .nav-actions .btn-outline {
        display: none;
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-image {
        order: -1;
        max-width: 350px;
        margin: 0 auto;
    }

    .hero-text h1 {
        font-size: 1.6rem;
    }

    .content-block,
    .content-block.reverse {
        grid-template-columns: 1fr;
    }

    .content-block .image {
        order: -1;
        max-width: 300px;
        margin: 0 auto;
    }

    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-wrapper {
        grid-template-columns: 1fr;
        max-width: 380px;
        margin: 36px auto 0;
    }

    .price-card.featured {
        transform: none;
    }

    .dedicated-promo {
        padding: 32px 24px;
    }

    .dedicated-promo-content {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 1.4rem;
    }

    .locations-grid {
        grid-template-columns: 1fr;
    }

    .cta-section h2 {
        font-size: 1.4rem;
    }
}
/* ========================================
   انیمیشن چشمک‌زن چراغ سرور
   ======================================== */
@keyframes blink {
    0%, 100% {
        opacity: 1;
        filter: drop-shadow(0 0 4px #00C853);
    }
    50% {
        opacity: 0.4;
        filter: drop-shadow(0 0 1px #00C853);
    }
}

@keyframes blink-delay-1 {
    0%, 100% {
        opacity: 1;
        filter: drop-shadow(0 0 4px #00C853);
    }
    50% {
        opacity: 0.3;
        filter: drop-shadow(0 0 1px #00C853);
    }
}

@keyframes blink-delay-2 {
    0%, 100% {
        opacity: 0.4;
        filter: drop-shadow(0 0 1px #00C853);
    }
    50% {
        opacity: 1;
        filter: drop-shadow(0 0 4px #00C853);
    }
}

@keyframes blink-yellow {
    0%, 100% {
        opacity: 1;
        filter: drop-shadow(0 0 4px #FFC107);
    }
    50% {
        opacity: 0.3;
        filter: drop-shadow(0 0 1px #FFC107);
    }
}

/* چراغ‌های سبز */
.server-led {
    animation: blink 1.5s ease-in-out infinite;
}

.server-led-1 {
    animation: blink 1.2s ease-in-out infinite;
}

.server-led-2 {
    animation: blink-delay-1 1.8s ease-in-out infinite;
    animation-delay: 0.3s;
}

.server-led-3 {
    animation: blink-delay-2 1.4s ease-in-out infinite;
    animation-delay: 0.6s;
}

/* چراغ زرد (هشدار) */
.server-led-yellow {
    animation: blink-yellow 0.8s ease-in-out infinite;
}

/* ---------- لوگو تصویری ---------- */
.logo-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 8px;
}

/* لوگو در فوتر کمی کوچکتر */
.footer .logo-img {
    width: 80px;
    height: 80px;
}
/* ========================================
   شمارنده آمار (Stats Counter)
   ======================================== */
.stats-section {
    background: linear-gradient(135deg, #1A237E, #283593);
    padding: 50px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.stat-item {
    position: relative;
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
    display: inline;
    font-family: 'Vazirmatn', sans-serif;
}

.stat-plus {
    font-size: 1.8rem;
    font-weight: 700;
    color: #CEE7FC;
    display: inline;
    margin-right: 2px;
}

.stat-label {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.75);
    margin-top: 8px;
    font-weight: 500;
}

/* ========================================
   نحوه شروع (Steps)
   ======================================== */
.steps-grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-top: 48px;
    flex-wrap: wrap;
}

.step-item {
    text-align: center;
    max-width: 180px;
    position: relative;
}

.step-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    background: #1A237E;
    color: #fff;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.step-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: all 0.3s ease;
}

.step-icon svg {
    width: 36px;
    height: 36px;
    color: #1A237E;
}

.step-item:hover .step-icon {
    border-color: #1A237E;
    background: #E8EAF6;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(26, 35, 126, 0.15);
}

.step-item h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1A237E;
    margin-bottom: 6px;
}

.step-item p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.7;
}

.step-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #E0E0E0, #1A237E, #E0E0E0);
    margin-top: 40px;
    flex-shrink: 0;
}

/* ========================================
   دکمه شناور تلگرام
   ======================================== */
.floating-telegram {
    position: fixed;
    bottom: 28px;
    left: 28px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0088cc, #00a2e8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 20px rgba(0, 136, 204, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    text-decoration: none;
}

.floating-telegram:hover {
    transform: scale(1.1) translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 136, 204, 0.5);
}

.floating-telegram svg {
    width: 28px;
    height: 28px;
}

.floating-tooltip {
    position: absolute;
    right: 70px;
    background: #333;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.floating-tooltip::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-right-color: #333;
}

.floating-telegram:hover .floating-tooltip {
    opacity: 1;
    visibility: visible;
    right: 75px;
}

/* انیمیشن نبض برای جلب توجه */
@keyframes pulse-telegram {
    0% {
        box-shadow: 0 4px 20px rgba(0, 136, 204, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(0, 136, 204, 0.4), 0 0 0 10px rgba(0, 136, 204, 0.1);
    }
    100% {
        box-shadow: 0 4px 20px rgba(0, 136, 204, 0.4), 0 0 0 20px rgba(0, 136, 204, 0);
    }
}

.floating-telegram {
    animation: pulse-telegram 2s ease-in-out infinite;
}

.floating-telegram:hover {
    animation: none;
}

/* ========================================
   ریسپانسیو برای بخش‌های جدید
   ======================================== */
@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .steps-grid {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    
    .step-line {
        width: 2px;
        height: 30px;
        background: linear-gradient(180deg, #E0E0E0, #1A237E, #E0E0E0);
        margin: 0;
    }
    
    .step-item {
        max-width: 250px;
    }
    
    .floating-telegram {
        bottom: 20px;
        left: 20px;
        width: 54px;
        height: 54px;
    }
    
    .floating-telegram svg {
        width: 24px;
        height: 24px;
    }
    
    .floating-tooltip {
        display: none;
    }
}

@media (max-width: 480px) {
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.85rem;
    }
}
/* ========================================
   وضعیت سرورها (Live Status)
   ======================================== */
.status-bar {
    background: #E8F5E9;
    border-bottom: 1px solid #C8E6C9;
    padding: 14px 0;
}

.status-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.status-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-dot {
    width: 10px;
    height: 10px;
    background: #4CAF50;
    border-radius: 50%;
    display: inline-block;
    animation: pulse-green 2s ease-in-out infinite;
}

@keyframes pulse-green {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.4);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(76, 175, 80, 0);
    }
}

.status-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2E7D32;
}

.status-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    color: #555;
}

.status-item .status-dot {
    width: 8px;
    height: 8px;
}

.status-link {
    font-size: 0.85rem;
    color: #1A237E;
    font-weight: 600;
    transition: color 0.2s;
}

.status-link:hover {
    color: #283593;
}

/* ========================================
   نوار اعتماد (Trust Bar)
   ======================================== */
.trust-bar {
    background: #FAFAFA;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 32px 0;
}

.trust-title {
    text-align: center;
    font-size: 0.88rem;
    color: #888;
    margin-bottom: 24px;
    font-weight: 500;
}

.trust-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.trust-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0.45;
    transition: all 0.3s ease;
    cursor: default;
}

.trust-logo:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.trust-logo svg {
    width: 48px;
    height: 48px;
    color: #1A237E;
}

.trust-logo span {
    font-size: 0.78rem;
    font-weight: 700;
    color: #555;
    letter-spacing: 0.5px;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .trust-logos {
        gap: 32px;
    }
    
    .trust-logo svg {
        width: 40px;
        height: 40px;
    }
    
    .trust-logo span {
        font-size: 0.72rem;
    }
}

@media (max-width: 480px) {
    .trust-logos {
        gap: 24px;
    }
    
    .trust-logo svg {
        width: 36px;
        height: 36px;
    }
}
/* ========================================
   چرا سرو هاست (Why Us)
   ======================================== */
.why-us-section {
    background: #fff;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.why-card {
    background: #FAFAFA;
    border: 1px solid #E0E0E0;
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1A237E, #3949AB);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.why-card:hover {
    border-color: #1A237E;
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(26, 35, 126, 0.12);
}

.why-card:hover::before {
    transform: scaleX(1);
}

.why-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #E8EAF6, #C5CAE9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: all 0.3s ease;
}

.why-icon svg {
    width: 28px;
    height: 28px;
    color: #1A237E;
    transition: all 0.3s ease;
}

.why-card:hover .why-icon {
    background: linear-gradient(135deg, #1A237E, #3949AB);
    transform: scale(1.1) rotate(5deg);
}

.why-card:hover .why-icon svg {
    color: #fff;
}

.why-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1A237E;
    margin-bottom: 8px;
}

.why-card p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   جدول مقایسه پلن‌ها
   ======================================== */
.comparison-table-wrapper {
    overflow-x: auto;
    margin-top: 36px;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.comparison-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    background: #fff;
}

.comparison-table thead {
    background: linear-gradient(135deg, #1A237E, #283593);
}

.comparison-table th {
    padding: 18px 16px;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    border: none;
}

.comparison-table th.feature-col {
    text-align: right;
    background: #0D1642;
}

.comparison-table th.popular-col {
    background: #3949AB;
    position: relative;
}

.comparison-table th.popular-col::before {
    content: '⭐ پرفروش';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFC107;
    color: #333;
    padding: 3px 12px;
    border-radius: 0 0 8px 8px;
    font-size: 0.7rem;
    font-weight: 700;
}

.comparison-table td {
    padding: 14px 16px;
    text-align: center;
    border-bottom: 1px solid #F0F0F0;
    font-size: 0.88rem;
    color: #555;
}

.comparison-table td.feature-col {
    text-align: right;
    font-weight: 600;
    color: #333;
    background: #FAFAFA;
}

.comparison-table td.popular-col {
    background: #F5F7FF;
}

.comparison-table tbody tr:hover td {
    background: #F5F5F5;
}

.comparison-table tbody tr:hover td.popular-col {
    background: #ECEEFF;
}

.comparison-table .check {
    color: #4CAF50;
    font-size: 1.1rem;
    font-weight: 700;
}

.comparison-table .cross {
    color: #E0E0E0;
    font-size: 1.1rem;
}

.comparison-table .cta-row td {
    padding: 20px 16px;
    background: #FAFAFA;
    border-bottom: none;
}

.comparison-table .cta-row td.popular-col {
    background: #F0F2FF;
}

/* ========================================
   ریسپانسیو بخش‌های جدید
   ======================================== */
@media (max-width: 1024px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .trust-logos {
        gap: 28px;
    }
}

@media (max-width: 768px) {
    .status-content {
        flex-direction: column;
        text-align: center;
    }
    
    .status-items {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .trust-logos {
        gap: 20px;
    }
    
    .trust-logo svg {
        width: 80px;
        height: 30px;
    }
    
    .why-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .why-card {
        padding: 24px 20px;
    }
    
    .comparison-table-wrapper {
        margin: 36px -24px 0;
        border-radius: 0;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 12px 10px;
        font-size: 0.8rem;
    }
    
    .comparison-table th.popular-col::before {
        font-size: 0.6rem;
        padding: 2px 8px;
    }
}

@media (max-width: 480px) {
    .status-items {
        gap: 12px;
    }
    
    .status-item {
        font-size: 0.75rem;
    }
    
    .trust-logos {
        gap: 16px;
    }
    
    .trust-logo svg {
        width: 70px;
        height: 26px;
    }
}
/* ========================================
   پلن‌های قیمت‌گذاری (جدید)
   ======================================== */
.section-header {
    text-align: center;
    margin-bottom: 48px;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #1A237E, #3949AB);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.section-header h2 {
    margin-bottom: 12px;
}

.section-header p {
    color: #666;
    font-size: 1rem;
}

/* کارت‌های قیمت */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.price-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    border: 2px solid #E8E8E8;
    position: relative;
    transition: all 0.3s ease;
}

.price-card:hover {
    border-color: #C5CAE9;
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(26, 35, 126, 0.12);
}

/* کارت پرفروش */
.price-card.featured {
    border-color: #1A237E;
    background: linear-gradient(180deg, #fff 0%, #F5F7FF 100%);
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(26, 35, 126, 0.15);
}

.price-card.featured:hover {
    transform: scale(1.03) translateY(-8px);
    box-shadow: 0 25px 60px rgba(26, 35, 126, 0.2);
}

.popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #FFC107, #FFD54F);
    color: #333;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

/* هدر کارت */
.price-header {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}

.price-name {
    display: block;
    font-size: 1.3rem;
    font-weight: 800;
    color: #1A237E;
    margin-bottom: 6px;
}

.price-desc {
    font-size: 0.85rem;
    color: #888;
    margin: 0;
}

/* قیمت */
.price-amount {
    text-align: center;
    margin-bottom: 28px;
}

.price-amount .currency {
    display: block;
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 4px;
}

.price-amount .amount {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1A237E;
    line-height: 1;
}

.price-amount .period {
    font-size: 0.9rem;
    color: #888;
    font-weight: 500;
}

/* ویژگی‌ها */
.price-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
}

.price-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 0.9rem;
    color: #555;
    border-bottom: 1px solid #F5F5F5;
}

.price-features li:last-child {
    border-bottom: none;
}

.price-features li svg {
    width: 18px;
    height: 18px;
    color: #4CAF50;
    flex-shrink: 0;
}

.price-features li strong {
    color: #1A237E;
    font-weight: 700;
}

/* دکمه */
.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.price-card .btn-outline {
    border-color: #1A237E;
    color: #1A237E;
}

.price-card .btn-outline:hover {
    background: #1A237E;
    color: #fff;
}

/* فوتر قیمت‌گذاری */
.pricing-footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px dashed #DDD;
}

.pricing-footer p {
    color: #666;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.btn-link {
    background: none;
    border: none;
    color: #1A237E;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
}

.btn-link:hover {
    color: #3949AB;
    text-decoration: underline;
}

/* نوار ویژگی‌های مشترک */
.pricing-features-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
    padding: 24px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #E8E8E8;
}

.pf-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: #555;
    font-weight: 500;
}

.pf-item svg {
    width: 18px;
    height: 18px;
    color: #4CAF50;
}

/* ========================================
   ریسپانسیو پلن‌ها
   ======================================== */
@media (max-width: 1024px) {
    .pricing-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    
    .price-card {
        padding: 24px 20px;
    }
    
    .price-card.featured {
        transform: scale(1);
    }
    
    .price-card.featured:hover {
        transform: translateY(-8px);
    }
    
    .price-amount .amount {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .pricing-cards {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
    
    .price-card.featured {
        order: -1; /* پرفروش اول بیاد */
    }
    
    .pricing-features-bar {
        gap: 16px;
    }
    
    .pf-item {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .section-badge {
        font-size: 0.78rem;
        padding: 6px 16px;
    }
    
    .price-card {
        padding: 24px 18px;
    }
    
    .price-amount .amount {
        font-size: 1.6rem;
    }
    
    .pricing-features-bar {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}
/* ========================================
   هیرو VPS
   ======================================== */
.vps-hero {
    background: linear-gradient(135deg, #0D1642 0%, #1A237E 50%, #283593 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.vps-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(206, 231, 252, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(206, 231, 252, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.vps-hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.vps-hero-content {
    color: #fff;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.vps-hero h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.gradient-text {
    background: linear-gradient(135deg, #CEE7FC, #FFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.vps-hero p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.hero-stat {
    text-align: center;
    padding: 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-value {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    color: #CEE7FC;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-outline-light {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
}

/* تصویر هیرو */
.vps-hero-visual {
    position: relative;
}

.server-rack {
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 24px;
    backdrop-filter: blur(10px);
}

.rack-server {
    background: linear-gradient(135deg, #1A237E, #283593);
    border: 1px solid rgba(206, 231, 252, 0.2);
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rack-server:last-child {
    margin-bottom: 0;
}

.server-lights {
    display: flex;
    gap: 10px;
}

.led {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.led.green {
    background: #4CAF50;
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.6);
}

.led.yellow {
    background: #FFC107;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.6);
}

.blink-1 {
    animation: blink 1.2s ease-in-out infinite;
}

.blink-2 {
    animation: blink 1.8s ease-in-out infinite;
    animation-delay: 0.3s;
}

.blink-3 {
    animation: blink 1.4s ease-in-out infinite;
    animation-delay: 0.6s;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.server-bars {
    display: flex;
    gap: 4px;
}

.server-bars span {
    width: 100px;
    height: 6px;
    background: rgba(206, 231, 252, 0.3);
    border-radius: 3px;
}

.floating-flags {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.flag {
    font-size: 1.8rem;
    cursor: pointer;
    transition: transform 0.2s;
}

.flag:hover {
    transform: scale(1.2);
}

/* ========================================
   تب‌های لوکیشن
   ======================================== */
.location-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.location-tab {
    background: #fff;
    border: 2px solid #E8E8E8;
    border-radius: 14px;
    padding: 16px 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 140px;
}

.location-tab:hover {
    border-color: #1A237E;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(26, 35, 126, 0.1);
}

.location-tab.active {
    background: linear-gradient(135deg, #1A237E, #283593);
    border-color: #1A237E;
    color: #fff;
}

.tab-flag {
    font-size: 2rem;
}

.tab-name {
    font-weight: 700;
    font-size: 1rem;
}

.tab-ping {
    font-size: 0.75rem;
    opacity: 0.7;
}

.location-tab.active .tab-ping {
    color: #CEE7FC;
}

/* محتوای لوکیشن */
.location-content {
    display: none;
}

.location-content.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.location-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: #F5F7FF;
    border: 1px solid #E0E0E0;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 36px;
}

.badge-icon {
    font-size: 3rem;
}

.badge-info strong {
    display: block;
    font-size: 1.2rem;
    color: #1A237E;
    margin-bottom: 4px;
}

.badge-info span {
    font-size: 0.9rem;
    color: #666;
}

/* ========================================
   گرید ویژگی‌ها
   ======================================== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.feature-box {
    background: #FAFAFA;
    border: 1px solid #E8E8E8;
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.feature-box:hover {
    border-color: #1A237E;
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(26, 35, 126, 0.1);
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #E8EAF6, #C5CAE9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: all 0.3s ease;
}

.feature-icon svg {
    width: 28px;
    height: 28px;
    color: #1A237E;
}

.feature-box:hover .feature-icon {
    background: linear-gradient(135deg, #1A237E, #3949AB);
    transform: scale(1.1) rotate(5deg);
}

.feature-box:hover .feature-icon svg {
    color: #fff;
}

.feature-box h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1A237E;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   سوالات متداول
   ======================================== */
.faq-container {
    max-width: 800px;
    margin: 40px auto 0;
}

.faq-item {
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #C5CAE9;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    text-align: right;
    transition: all 0.2s;
}

.faq-question:hover {
    background: #F5F7FF;
}

.faq-question svg {
    width: 20px;
    height: 20px;
    color: #1A237E;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 24px 20px;
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 0.95rem;
}

/* ========================================
   CTA نهایی
   ======================================== */
.cta-section {
    background: linear-gradient(135deg, #1A237E 0%, #283593 100%);
    padding: 80px 0;
    text-align: center;
}

.cta-content h2 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 16px;
}

.cta-content > p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 32px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.cta-features {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

/* ========================================
   ریسپانسیو
   ======================================== */
@media (max-width: 1024px) {
    .vps-hero .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .vps-hero h1 {
        font-size: 2.4rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .vps-hero {
        padding: 80px 0 60px;
    }
    
    .vps-hero h1 {
        font-size: 2rem;
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .location-tabs {
        gap: 12px;
    }
    
    .location-tab {
        min-width: 120px;
        padding: 12px 20px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .vps-hero h1 {
        font-size: 1.6rem;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
    }
    
    .hero-actions {
        flex-direction: column;
    }
    
    .hero-actions .btn {
        width: 100%;
    }
}

/* =====================================================
   استایل‌های هدر
   ===================================================== */

/* نوار بالا */
.top-bar {
    background: rgba(0,0,0,0.2);
    padding: 8px 0;
    font-size: 0.85rem;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.top-bar-right,
.top-bar-left {
    display: flex;
    align-items: center;
    gap: 25px;
}

.top-bar-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.85);
}

.top-bar-item a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: color 0.3s;
}

.top-bar-item a:hover {
    color: #fbbf24;
}

.top-bar-icon {
    font-size: 0.9rem;
}

/* نوبار */
.navbar {
    padding: 15px 0;
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* لوگو */
.logo {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 45px;
    width: auto;
}

/* منوی اصلی */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu > li > a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.nav-menu > li > a:hover {
    background: rgba(255,255,255,0.1);
}

.dropdown-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

/* دراپ‌داون */
.has-dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    padding: 10px;
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    list-style: none;
    z-index: 1000;
}

.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.has-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    color: var(--primary-dark);
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.dropdown-menu li a:hover {
    background: var(--light);
}

.dropdown-flag {
    font-size: 1.5rem;
}

.dropdown-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dropdown-text strong {
    font-size: 0.95rem;
    color: var(--primary-dark);
}

.dropdown-text small {
    font-size: 0.8rem;
    color: #64748b;
}

/* دکمه‌های هدر */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-outline-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-outline-nav:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.5);
}

.btn-outline-nav .btn-icon {
    width: 18px;
    height: 18px;
}

.btn-primary-nav {
    padding: 10px 20px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.btn-primary-nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

/* دکمه موبایل */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.hamburger {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    position: relative;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    right: 0;
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    bottom: -8px;
}

/* =====================================================
   استایل‌های فوتر
   ===================================================== */
.footer {
    background: linear-gradient(180deg, #0D1B2A 0%, #1A237E 100%);
    color: #fff;
    padding-top: 80px;
}

.footer-top {
    padding-bottom: 50px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 50px;
}

/* ستون درباره ما */
.footer-logo-img {
    height: 50px;
    margin-bottom: 20px;
}

.footer-desc {
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-link svg {
    width: 22px;
    height: 22px;
}

.social-link.telegram {
    background: rgba(0, 136, 204, 0.2);
    color: #0088cc;
}

.social-link.telegram:hover {
    background: #0088cc;
    color: #fff;
    transform: translateY(-3px);
}

.social-link.whatsapp {
    background: rgba(37, 211, 102, 0.2);
    color: #25d366;
}

.social-link.whatsapp:hover {
    background: #25d366;
    color: #fff;
    transform: translateY(-3px);
}

/* عناوین ستون‌ها */
.footer-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 3px;
}

/* لینک‌ها */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.footer-links a:hover {
    color: #fbbf24;
    transform: translateX(-5px);
}

.link-flag,
.link-icon {
    font-size: 1.1rem;
}

/* اطلاعات تماس */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
}

.contact-icon {
    font-size: 1.2rem;
    margin-top: 3px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.contact-label {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
}

.contact-value {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.contact-value:hover {
    color: #fbbf24;
}

.footer-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 12px 20px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-contact-btn:hover {
    background: rgba(255,255,255,0.15);
    transform: translateX(-5px);
}

.footer-contact-btn svg {
    width: 16px;
    height: 16px;
}

/* خط جداکننده */
.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

/* بخش پایین */
.footer-bottom {
    padding: 30px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
}

.copyright a {
    color: #fbbf24;
    text-decoration: none;
}

.footer-badges {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
}

.badge-icon {
    font-size: 1rem;
}

/* =====================================================
   ریسپانسیو هدر و فوتر
   ===================================================== */
@media (max-width: 1024px) {
    .nav-menu {
        display: none;
    }
    
    .nav-actions {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .top-bar-content {
        flex-direction: column;
        gap: 8px;
    }
    
    .top-bar-right,
    .top-bar-left {
        gap: 15px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        text-align: center;
    }
    
    .footer-title::after {
        right: 50%;
        transform: translateX(50%);
    }
    
    .footer-links a,
    .footer-contact li {
        justify-content: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-badges {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .top-bar-right {
        flex-direction: column;
        gap: 5px;
    }
    
    .footer-badges {
        flex-direction: column;
        align-items: center;
    }
}
/* =====================================================
   FAQ - استایل نهایی
   ===================================================== */
.faq-list {
    max-width: 850px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 12px;
    border: 2px solid #E8E8E8;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #C5CAE9;
}

.faq-item.active {
    border-color: #1A237E;
    box-shadow: 0 5px 25px rgba(26, 35, 126, 0.12);
}

.faq-question {
    width: 100%;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: #1A237E;
    text-align: right;
    gap: 15px;
    font-family: inherit;
    transition: all 0.2s ease;
}

.faq-question:hover {
    background: #F5F7FF;
}

.faq-question span {
    flex: 1;
}

.faq-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    color: #1A237E;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    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 24px 20px;
    color: #555;
    line-height: 1.9;
    font-size: 0.95rem;
    margin: 0;
}

/* =====================================================
   منوی موبایل - باز شده
   ===================================================== */
@media (max-width: 1024px) {
    .nav-menu,
    .nav-actions {
        display: none !important;
    }
    
    .nav-menu.mobile-open {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: #fff;
        padding: 20px;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.15);
        z-index: 1000;
        gap: 5px;
    }
    
    .nav-menu.mobile-open > li > a {
        color: #1A237E;
        padding: 15px;
        border-radius: 10px;
    }
    
    .nav-menu.mobile-open > li > a:hover {
        background: #E8EAF6;
    }
    
    .nav-menu.mobile-open .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding: 10px 0 10px 20px;
        display: none;
        min-width: auto;
    }
    
    .nav-menu.mobile-open .has-dropdown.open .dropdown-menu {
        display: block;
    }
    
    .nav-actions.mobile-open {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: calc(100% + 200px);
        right: 0;
        left: 0;
        background: #fff;
        padding: 15px 20px 20px;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.15);
        z-index: 999;
        gap: 10px;
    }
    
    .nav-actions.mobile-open .btn-outline-nav {
        color: #1A237E;
        border-color: #1A237E;
        justify-content: center;
    }
    
    .nav-actions.mobile-open .btn-primary-nav {
        text-align: center;
    }
    
    /* دکمه همبرگر */
    .mobile-menu-btn {
        display: block !important;
    }
    
    .mobile-menu-btn.active .hamburger {
        background: transparent;
    }
    
    .mobile-menu-btn.active .hamburger::before {
        transform: rotate(45deg);
        top: 0;
    }
    
    .mobile-menu-btn.active .hamburger::after {
        transform: rotate(-45deg);
        bottom: 0;
    }
}

body.menu-open {
    overflow: hidden;
}

/* =====================================================
   هدر اسکرول شده
   ===================================================== */
.header-bg {
    transition: all 0.3s ease;
}

.header-bg.scrolled {
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
/* ===== لینک‌های قانونی پایین فوتر ===== */
.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin: 15px 0;
}

.footer-legal-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: #fbbf24;
}

.legal-divider {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.85rem;
}
/* ===================================================
   منوی موبایل
   =================================================== */

/* دکمه همبرگر */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.hamburger {
    display: block;
    width: 26px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    transition: all 0.3s ease;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
    right: 0;
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    top: 8px;
}

/* حالت X */
.mobile-menu-btn.active .hamburger {
    background: transparent;
}

.mobile-menu-btn.active .hamburger::before {
    top: 0;
    transform: rotate(45deg);
}

.mobile-menu-btn.active .hamburger::after {
    top: 0;
    transform: rotate(-45deg);
}

/* ===================================================
   منوی موبایل
   =================================================== */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10001;
    position: relative;
}

.hamburger {
    display: block;
    width: 26px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    transition: all 0.3s ease;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    right: 0;
    transition: all 0.3s ease;
}

.hamburger::before { top: -8px; }
.hamburger::after { top: 8px; }

.mobile-menu-btn.active .hamburger { background: transparent; }
.mobile-menu-btn.active .hamburger::before { top: 0; transform: rotate(45deg); }
.mobile-menu-btn.active .hamburger::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 1024px) {

    .mobile-menu-btn {
        display: block !important;
    }

    .nav-actions {
        display: none !important;
    }

    .nav-menu {
        position: fixed !important;
        top: 0 !important;
        right: -320px !important;
        width: 300px !important;
        height: 100vh !important;
        background: #1A237E !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 80px 20px 30px !important;
        margin: 0 !important;
        list-style: none !important;
        z-index: 10000 !important;
        overflow-y: auto !important;
        box-shadow: -5px 0 30px rgba(0,0,0,0.3) !important;
        transition: right 0.35s ease !important;
    }

    .nav-menu.active,
    .nav-menu.mobile-open {
        right: 0 !important;
    }

    .nav-menu > li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .nav-menu > li > a {
        display: block !important;
        padding: 15px 10px !important;
        color: #fff !important;
        font-size: 1rem !important;
        text-decoration: none !important;
    }

    .has-dropdown .dropdown-menu {
        display: none !important;
        position: static !important;
        background: rgba(0,0,0,0.2) !important;
        box-shadow: none !important;
        border-radius: 8px !important;
        padding: 5px 0 !important;
        margin: 0 10px 10px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .has-dropdown.open .dropdown-menu {
        display: block !important;
    }

    .has-dropdown .dropdown-menu a {
        padding: 12px 15px !important;
        color: rgba(255,255,255,0.9) !important;
        font-size: 0.9rem !important;
    }

    .has-dropdown.open .dropdown-arrow {
        transform: rotate(180deg);
    }

    body.menu-open::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
    }
}

/* ===================================================
   FAQ
   =================================================== */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}
/* ===================================================
   فیکس منوی موبایل — باید آخرین خطوط CSS باشه!
   =================================================== */
@media (max-width: 1024px) {

    .mobile-menu-btn {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        position: relative !important;
        z-index: 10001 !important;
        background: none !important;
        border: none !important;
        padding: 10px !important;
        cursor: pointer !important;
    }

    .nav-menu {
        position: fixed !important;
        top: 0 !important;
        right: -320px !important;
        width: 300px !important;
        height: 100vh !important;
        height: 100dvh !important;
        background: #1A237E !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 80px 20px 30px !important;
        margin: 0 !important;
        list-style: none !important;
        z-index: 10000 !important;
        overflow-y: auto !important;
        box-shadow: -5px 0 30px rgba(0,0,0,0.3) !important;
        transition: right 0.35s ease !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .nav-menu.active,
    .nav-menu.mobile-open {
        right: 0 !important;
    }

    .nav-content {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }

    .nav-actions {
        display: none !important;
    }

    .nav-menu > li {
        display: block !important;
        width: 100% !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }

    .nav-menu > li > a {
        display: block !important;
        padding: 15px 10px !important;
        color: #fff !important;
        font-size: 1rem !important;
        text-decoration: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .has-dropdown .dropdown-menu {
        display: none !important;
        position: static !important;
        background: rgba(0,0,0,0.2) !important;
        box-shadow: none !important;
        border-radius: 8px !important;
        padding: 5px 0 !important;
        margin: 0 10px 10px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
    }

    .has-dropdown.open .dropdown-menu {
        display: block !important;
    }

    .has-dropdown .dropdown-menu li {
        display: block !important;
        border-bottom: none !important;
    }

    .has-dropdown .dropdown-menu a {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 12px 15px !important;
        color: rgba(255,255,255,0.9) !important;
        font-size: 0.9rem !important;
    }

    .has-dropdown.open .dropdown-arrow {
        transform: rotate(180deg) !important;
    }

    body.menu-open::before {
        content: '' !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0,0,0,0.5) !important;
        z-index: 9999 !important;
    }
}
/* =====================================================
   فیکس نهایی منوی موبایل — باید آخرین خطوط باشد!
   ===================================================== */
@media (max-width: 1024px) {
    
    /* نمایش دکمه همبرگر */
    .mobile-menu-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 10001;
    }
    
    /* منوی موبایل - حالت بسته */
    .nav-menu {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 0 !important;
        right: -300px !important;
        width: 280px !important;
        height: 100vh !important;
        background: linear-gradient(180deg, #1A237E 0%, #0d1247 100%) !important;
        padding: 90px 0 30px !important;
        margin: 0 !important;
        list-style: none !important;
        z-index: 10000 !important;
        overflow-y: auto !important;
        box-shadow: -5px 0 30px rgba(0,0,0,0.3) !important;
        transition: right 0.3s ease !important;
    }
    
    /* منوی موبایل - حالت باز */
    .nav-menu.active,
    .nav-menu.mobile-open {
        right: 0 !important;
    }
    
    .nav-menu > li {
        width: 100% !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }
    
    .nav-menu > li > a {
        display: flex !important;
        align-items: center !important;
        padding: 16px 25px !important;
        color: #fff !important;
        font-size: 1rem !important;
        text-decoration: none !important;
    }
    
    .nav-menu > li > a:hover {
        background: rgba(255,255,255,0.1) !important;
    }
    
    /* دراپ‌داون */
    .has-dropdown .dropdown-menu {
        display: none !important;
        position: static !important;
        background: rgba(0,0,0,0.2) !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        padding: 0 !important;
        margin: 0 !important;
        min-width: auto !important;
        border-radius: 0 !important;
    }
    
    .has-dropdown.open .dropdown-menu {
        display: block !important;
    }
    
    .has-dropdown .dropdown-menu li a {
        padding: 14px 25px 14px 40px !important;
        color: rgba(255,255,255,0.85) !important;
    }
    
    .has-dropdown.open .dropdown-arrow {
        transform: rotate(180deg) !important;
    }
    
    /* مخفی کردن دکمه‌های ناوبری */
    .nav-actions {
        display: none !important;
    }
    
    /* اورلی پس‌زمینه */
    body.menu-open::before {
        content: '' !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0,0,0,0.5) !important;
        z-index: 9999 !important;
    }
    
    body.menu-open {
        overflow: hidden !important;
    }
}