/* Hero Section */
.imanet-hero-badge { background: #fff; border: 1px solid var(--border-color); margin-bottom: 25px; }
.imanet-badge-dot { color: #00c853; font-size: 18px; }
.imanet-text-primary { color: var(--primary); }
.imanet-hero-actions { display: flex; gap: 15px; margin-bottom: 50px; }

/* Services Grid */
.imanet-badge-warning { background: #fff3cd; color: #856404; margin-bottom: 15px; }
.imanet-service-1 { border-top-color: #ffca28; }
.imanet-icon-1 { background: linear-gradient(135deg, #fff8e1, #ffecb3); color: #ffb300; }
.imanet-service-desc { color: var(--text-light); margin: 15px 0; font-size: 14px; }
.imanet-service-2 { border-top-color: #42a5f5; }
.imanet-icon-2 { background: linear-gradient(135deg, #e3f2fd, #bbdefb); color: #1e88e5; }
.imanet-service-3 { border-top-color: #66bb6a; }
.imanet-icon-3 { background: linear-gradient(135deg, #e8f5e9, #c8e6c9); color: #43a047; }
.imanet-service-4 { border-top-color: #ab47bc; }
.imanet-icon-4 { background: linear-gradient(135deg, #f3e5f5, #e1bee7); color: #8e24aa; }

/* Timeline */
.imanet-badge-info { background: #e0f7fa; color: #00838f; margin-bottom: 15px; }
.imanet-text-light { color: var(--text-light); }
.imanet-step-1 { background: linear-gradient(135deg, #7c4dff, #536dfe); }
.imanet-step-2 { background: linear-gradient(135deg, #b388ff, #7c4dff); }
.imanet-step-3 { background: linear-gradient(135deg, #e040fb, #d500f9); }
.imanet-step-4 { background: linear-gradient(135deg, #ff4081, #f50057); }

/* Bento Grid */
.imanet-badge-purple { background: #f3e5f5; color: #6a1b9a; width: fit-content; margin-bottom: 20px; }
.imanet-bento-emoji { font-size: 35px; margin-bottom: 10px; }
.imanet-bento-title-sm { font-size: 1.5rem; margin-bottom: 10px; }
.imanet-bento-desc-sm { color: var(--text-light); font-size: 14px; margin-bottom: 20px; }
.imanet-tag-purple { background: #f3e5f5; color: #6a1b9a; }
.imanet-tag-indigo { background: #e8eaf6; color: #3f51b5; }

.imanet-badge-primary { background: var(--primary); color: #000; width: fit-content; margin-bottom: 20px; }
.imanet-bento-title-lg { font-size: 2rem; margin-bottom: 15px; }
.imanet-bento-desc-lg { color: #a0a5b1; font-size: 1rem; max-width: 400px; }
.imanet-tag-group-dim { opacity: 0.7; }
.imanet-tag-dark { background: rgba(255,255,255,0.1); border: none; color: #fff; }

.imanet-badge-green { background: #e8f5e9; color: #2e7d32; width: fit-content; margin-bottom: 20px; }
.imanet-bento-title-md { font-size: 1.8rem; margin-bottom: 10px; }
.imanet-bento-desc-md { color: var(--text-light); font-size: 1rem; max-width: 400px; margin-bottom: 20px; }

.imanet-badge-blue { background: #e3f2fd; color: #1565c0; width: fit-content; margin-bottom: 20px; }

/* Pricing */
.imanet-badge-pink { background: #fce4ec; color: #d81b60; margin-bottom: 15px; }
.imanet-pricing-title { margin-bottom: 25px; }

/* Reviews */
.imanet-stars-lg { margin-top: 15px; font-size: 24px; }
.imanet-avatar-1 { background: #5e35b1; }
.imanet-avatar-2 { background: #e53935; }
.imanet-avatar-3 { background: #ff8f00; }

/* CTA */
.imanet-cta-subtitle { color: var(--primary); margin-bottom: 10px; font-size: 1.2rem; }
.imanet-stat-number { color: var(--primary); font-size: 2rem; }
.imanet-stat-label { font-size: 14px; color: #bbb; }

.imanet-badge-success { background: #e6f7ef; color: #00965e; margin-bottom: 25px; width: fit-content; }
.imanet-cta-title { font-size: 2.2rem; margin-bottom: 20px; line-height: 1.4; }
.imanet-cta-desc { color: var(--text-light); margin-bottom: 40px; font-size: 1.1rem; }
.imanet-cta-actions { display: flex; gap: 15px; margin-bottom: 30px; flex-wrap: wrap; }

.btn-lg { padding: 16px 35px; }
.btn-lg-dark { padding: 16px 35px; background: #181c25; color: #fff; }
/* ===== بخش اسلایدر محصول (سکشن چهارم) ===== */
.product-slider-section { margin: 70px 0; }

.imanet-slider {
    position: relative;
    width: 100%;
    min-height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(90, 20, 120, 0.25);
    background: linear-gradient(135deg, #7b1fa2, #c2136e);
}

.imanet-slider-bgimg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.imanet-slider-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(40, 10, 60, 0.78) 0%, rgba(40, 10, 60, 0.4) 55%, rgba(40, 10, 60, 0.15) 100%);
}

.imanet-slide {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0 60px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}

.imanet-slide.is-active { opacity: 1; visibility: visible; }

.imanet-slide-info { max-width: 440px; color: #fff; }
.imanet-slide-eyebrow { font-size: 15px; font-weight: 600; opacity: 0.85; letter-spacing: 1px; margin-bottom: 10px; }
.imanet-slide-title { color: #fff; font-size: 34px; font-weight: 800; line-height: 1.3; margin-bottom: 10px; }
.imanet-slide-desc { color: rgba(255, 255, 255, 0.85); font-size: 16px; line-height: 1.9; margin-bottom: 18px; }
.imanet-slide-prices { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.imanet-slide-price { color: #fff; font-size: 24px; font-weight: 700; }
.imanet-slide-oldprice { color: rgba(255, 255, 255, 0.6); font-size: 15px; text-decoration: line-through; }

.imanet-slide-btn {
    display: inline-block;
    background: #fff;
    color: #c2136e;
    border-radius: 10px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease;
}

.imanet-slide-btn:hover { background: #fbe8f2; }

.imanet-slide-media {
    width: 280px;
    height: 280px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 16px;
    box-sizing: border-box;
}

.imanet-slide-media img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 12px; }

.imanet-slider-dots {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 4;
}

.imanet-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: all 0.3s ease;
}

.imanet-slider-dot.is-active { width: 26px; background: #fff; }

.imanet-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    direction: ltr; /* جلوگیری از آینه‌شدن نویسهٔ فلش در بافت راست‌به‌چپ */
}

.imanet-slider-arrow:hover { background: rgba(255, 255, 255, 0.4); }
.imanet-slider-prev { right: 16px; }
.imanet-slider-next { left: 16px; }

@media (max-width: 768px) {
    .imanet-slider { min-height: 500px; }
    .imanet-slide { flex-direction: column; justify-content: center; text-align: center; padding: 40px 24px; gap: 22px; }
    .imanet-slide-info { max-width: 100%; }
    .imanet-slide-prices { justify-content: center; }
    .imanet-slide-media { width: 190px; height: 190px; }
    .imanet-slide-title { font-size: 24px; }
}
