/* Reset و متغیرهای پیشرفته */
body.hospital-erp-page .hospital-erp-scope *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.hospital-erp-page .hospital-erp-scope{
  
    --primary: #2b4c7c; 
    --primary-light: #3a6ea5;
    --primary-dark: #1a3150;
    --secondary: #50b8e7;
    --accent: #00b8a9;
    --success: #2ecc71;
    --warning: #f39c12;
    --danger: #e74c3c;
    --info: #3498db;
    --purple: #9b59b6;

 
    --gradient-primary: linear-gradient(135deg, #2b4c7c, #1a3150, #2b4c7c);
    --gradient-health: linear-gradient(135deg, #50b8e7, #2b4c7c);
    --gradient-accent: linear-gradient(135deg, #00b8a9, #2b4c7c);
    --gradient-warm: linear-gradient(135deg, #f39c12, #e74c3c);

 
    --dark: #0b1a2f;
    --darker: #061020;
    --card-bg: #14273e;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);

    --text-light: #f0f4fa;
    --text-muted: #a0b8d0;
    --text-dim: #6a85a0;
}

body.hospital-erp-page .hospital-erp-scope .hero, body.hospital-erp-page .hospital-erp-scope .overview, body.hospital-erp-page .hospital-erp-scope .modules, body.hospital-erp-page .hospital-erp-scope .features, body.hospital-erp-page .hospital-erp-scope .stats, body.hospital-erp-page .hospital-erp-scope .gallery, body.hospital-erp-page .hospital-erp-scope .tech, body.hospital-erp-page .hospital-erp-scope .testimonials, body.hospital-erp-page .hospital-erp-scope .pricing, body.hospital-erp-page .hospital-erp-scope .cta, body.hospital-erp-page .hospital-erp-scope .faq, body.hospital-erp-page .hospital-erp-scope .contact{
    font-family: 'Vazirmatn', sans-serif;
}

body.hospital-erp-page .hospital-erp-scope{
    background: var(--dark);
    color: var(--text-light);
    line-height: 1.6;
    overflow-x: hidden;
}

body.hospital-erp-page .hospital-erp-scope section{
    content-visibility: auto;
    contain-intrinsic-size: 1px 900px;
}

body.hospital-erp-page .hospital-erp-scope .hero{
    content-visibility: visible;
}


body.hospital-erp-page .hospital-erp-scope img{
    display: block;
    max-width: 100%;
    height: auto;
}

body.hospital-erp-page .hospital-erp-scope p,
body.hospital-erp-page .hospital-erp-scope li,
body.hospital-erp-page .hospital-erp-scope .form-input,
body.hospital-erp-page .hospital-erp-scope .contact-text p{
    font-size: 1rem;
}

body.hospital-erp-page .hospital-erp-scope .btn-primary,
body.hospital-erp-page .hospital-erp-scope .btn-secondary,
body.hospital-erp-page .hospital-erp-scope .btn-pricing,
body.hospital-erp-page .hospital-erp-scope .cta-btn,
body.hospital-erp-page .hospital-erp-scope .form-submit,
body.hospital-erp-page .hospital-erp-scope .faq-item summary{
    min-height: 52px;
}

/* ===== اسکرولبار حرفه‌ای ===== */
body.hospital-erp-page .hospital-erp-scope ::-webkit-scrollbar{
    width: 12px;
}

body.hospital-erp-page .hospital-erp-scope ::-webkit-scrollbar-track{
    background: var(--darker);
}

body.hospital-erp-page .hospital-erp-scope ::-webkit-scrollbar-thumb{
    background: var(--gradient-health);
    border-radius: 6px;
}

body.hospital-erp-page .hospital-erp-scope ::-webkit-scrollbar-thumb:hover{
    background: var(--gradient-primary);
}

/* ===== تایپوگرافی ===== */
body.hospital-erp-page .hospital-erp-scope h1, body.hospital-erp-page .hospital-erp-scope h2, body.hospital-erp-page .hospital-erp-scope h3, body.hospital-erp-page .hospital-erp-scope h4, body.hospital-erp-page .hospital-erp-scope h5, body.hospital-erp-page .hospital-erp-scope h6{
    font-weight: 800;
    line-height: 1.3;
}

body.hospital-erp-page .hospital-erp-scope .section-header{
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    position: relative;
}

body.hospital-erp-page .hospital-erp-scope .section-subtitle{
    color: var(--secondary);
    font-size: 1rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

body.hospital-erp-page .hospital-erp-scope .section-subtitle::before, body.hospital-erp-page .hospital-erp-scope .section-subtitle::after{
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background: var(--gradient-health);
}

body.hospital-erp-page .hospital-erp-scope .section-subtitle::before{
    right: -50px;
}

body.hospital-erp-page .hospital-erp-scope .section-subtitle::after{
    left: -50px;
}

body.hospital-erp-page .hospital-erp-scope .section-title{
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: var(--gradient-health);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
    body.hospital-erp-page .hospital-erp-scope .section-subtitle::before, body.hospital-erp-page .hospital-erp-scope .section-subtitle::after{
        display: none;
    }

    body.hospital-erp-page .hospital-erp-scope .section-title{
        font-size: 2.2rem;
    }
}

/* ===== HEADER پیشرفته ===== */
body.hospital-erp-page .hospital-erp-scope .header{
    background: rgba(11, 26, 47, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--glass-border);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

body.hospital-erp-page .hospital-erp-scope .nav-container{
    max-width: 1600px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.hospital-erp-page .hospital-erp-scope .logo{
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

body.hospital-erp-page .hospital-erp-scope .logo-icon{
    width: 55px;
    height: 55px;
    background: var(--gradient-health);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

body.hospital-erp-page .hospital-erp-scope .logo-icon i{
    font-size: 2rem;
    color: white;
    position: relative;
    z-index: 2;
}

body.hospital-erp-page .hospital-erp-scope .logo-icon::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.2));
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

body.hospital-erp-page .hospital-erp-scope .logo:hover .logo-icon::before{
    transform: translateX(0);
}

body.hospital-erp-page .hospital-erp-scope .logo-text h1{
    font-size: 1.8rem;
    font-weight: 800;
    background: var(--gradient-health);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

body.hospital-erp-page .hospital-erp-scope .logo-text span{
    font-size: 0.8rem;
    color: var(--text-dim);
    letter-spacing: 2px;
}

body.hospital-erp-page .hospital-erp-scope .nav-menu{
    display: flex;
    gap: 2rem;
    list-style: none;
}

body.hospital-erp-page .hospital-erp-scope .nav-menu a{
    text-decoration: none;
    color: var(--text-light);
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 0;
    position: relative;
    transition: color 0.3s ease;
}

body.hospital-erp-page .hospital-erp-scope .nav-menu a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gradient-health);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

body.hospital-erp-page .hospital-erp-scope .nav-menu a:hover{
    color: var(--secondary);
}

body.hospital-erp-page .hospital-erp-scope .nav-menu a:hover::before{
    transform: scaleX(1);
    transform-origin: left;
}

body.hospital-erp-page .hospital-erp-scope .btn-cta{
    background: var(--gradient-health);
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid var(--glass-border);
    position: relative;
    overflow: hidden;
}

body.hospital-erp-page .hospital-erp-scope .btn-cta::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

body.hospital-erp-page .hospital-erp-scope .btn-cta:hover::before{
    width: 300px;
    height: 300px;
}

body.hospital-erp-page .hospital-erp-scope .btn-cta:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(43, 76, 124, 0.4);
}

body.hospital-erp-page .hospital-erp-scope .menu-toggle{
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-light);
}

/* ===== HERO سینماتیک ===== */
body.hospital-erp-page .hospital-erp-scope .hero{
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 120px 2rem 60px;
    background: var(--darker);
}

/* پس‌زمینه متحرک حرفه‌ای */
body.hospital-erp-page .hospital-erp-scope .hero-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

body.hospital-erp-page .hospital-erp-scope .bg-grid{
    position: absolute;
    width: 200%;
    height: 200%;
    background-image:
        linear-gradient(rgba(80, 184, 231, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(80, 184, 231, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    transform: rotate(-45deg) translate(-20%, -20%);
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0%{ transform: rotate(-45deg) translate(-20%, -20%); }
    100%{ transform: rotate(-45deg) translate(-30%, -30%); }
}

body.hospital-erp-page .hospital-erp-scope .bg-circles{
    position: absolute;
    width: 100%;
    height: 100%;
}

body.hospital-erp-page .hospital-erp-scope .circle{
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
}

body.hospital-erp-page .hospital-erp-scope .circle-1{
    width: 600px;
    height: 600px;
    background: radial-gradient(circle at center, #2b4c7c, transparent);
    top: -200px;
    left: -200px;
    animation: float 25s ease-in-out infinite;
}

body.hospital-erp-page .hospital-erp-scope .circle-2{
    width: 500px;
    height: 500px;
    background: radial-gradient(circle at center, #50b8e7, transparent);
    bottom: -200px;
    right: -200px;
    animation: none;
}

body.hospital-erp-page .hospital-erp-scope .circle-3{
    width: 400px;
    height: 400px;
    background: radial-gradient(circle at center, #00b8a9, transparent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: none;
}

@keyframes float {
    0%, 100%{ transform: translate(0, 0); }
    50%{ transform: translate(50px, 50px); }
}

body.hospital-erp-page .hospital-erp-scope .hero-content{
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 10;
}

body.hospital-erp-page .hospital-erp-scope .hero-badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    padding: 0.7rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    color: var(--secondary);
    font-weight: 500;
}

body.hospital-erp-page .hospital-erp-scope .hero-badge i{
    color: var(--accent);
}

body.hospital-erp-page .hospital-erp-scope .hero-title{
    font-size: clamp(2.4rem, 6vw, 4.2rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

body.hospital-erp-page .hospital-erp-scope .hero-title-line{
    display: block;
}

body.hospital-erp-page .hospital-erp-scope .gradient-text{
    background: var(--gradient-health);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

body.hospital-erp-page .hospital-erp-scope .gradient-text::after{
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: var(--gradient-health);
    opacity: 0.2;
    border-radius: 10px;
    z-index: -1;
}

body.hospital-erp-page .hospital-erp-scope .hero-desc{
    font-size: 1.2rem;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
    max-width: 600px;
}

body.hospital-erp-page .hospital-erp-scope .hero-buttons{
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

body.hospital-erp-page .hospital-erp-scope .btn-primary{
    background: var(--gradient-health);
    color: white;
    text-decoration: none;
    border: none;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

body.hospital-erp-page .hospital-erp-scope .btn-primary::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

body.hospital-erp-page .hospital-erp-scope .btn-primary:hover::before{
    left: 100%;
}

body.hospital-erp-page .hospital-erp-scope .btn-secondary{
    background: transparent;
    color: white;
    text-decoration: none;
    border: 2px solid var(--glass-border);
    padding: 1.2rem 3rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.hospital-erp-page .hospital-erp-scope .btn-secondary:hover{
    border-color: var(--secondary);
    background: var(--glass-bg);
}

/* آمار پیشرفته */
body.hospital-erp-page .hospital-erp-scope .btn-primary:hover,
body.hospital-erp-page .hospital-erp-scope .btn-secondary:hover{
    text-decoration: none;
    color: white;
}

body.hospital-erp-page .hospital-erp-scope .hero-stats{
    display: flex;
    gap: 3rem;
}

body.hospital-erp-page .hospital-erp-scope .stat-item{
    text-align: center;
    position: relative;
}

body.hospital-erp-page .hospital-erp-scope .stat-item:not(:last-child)::after{
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 40px;
    background: var(--gradient-health);
    opacity: 0.3;
}

body.hospital-erp-page .hospital-erp-scope .stat-number{
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--secondary);
    display: block;
    line-height: 1.2;
}

body.hospital-erp-page .hospital-erp-scope .stat-label{
    color: var(--text-dim);
    font-size: 0.95rem;
    font-weight: 500;
}

body.hospital-erp-page .hospital-erp-scope .hero-visual{
    position: relative;
}

body.hospital-erp-page .hospital-erp-scope .main-image{
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
    animation: none;
    border: 1px solid var(--glass-border);
}

@keyframes floatImage {
    0%, 100%{ transform: translateY(0); }
    50%{ transform: translateY(-20px); }
}

/* کارت‌های شناور پیشرفته */
body.hospital-erp-page .hospital-erp-scope .floating-card{
    position: absolute;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    padding: 1rem 1.5rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: float 3s ease-in-out infinite;
    z-index: 20;
}

body.hospital-erp-page .hospital-erp-scope .floating-card .card-icon{
    width: 50px;
    height: 50px;
    background: var(--gradient-health);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.hospital-erp-page .hospital-erp-scope .floating-card .card-icon i{
    font-size: 1.5rem;
    color: white;
}

body.hospital-erp-page .hospital-erp-scope .floating-card .card-content{
    display: flex;
    flex-direction: column;
}

body.hospital-erp-page .hospital-erp-scope .floating-card .card-label{
    font-size: 0.85rem;
    color: var(--text-dim);
}

body.hospital-erp-page .hospital-erp-scope .floating-card .card-value{
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-light);
}

body.hospital-erp-page .hospital-erp-scope .card-1{
    top: -30px;
    right: -30px;
    animation-delay: 0s;
}

body.hospital-erp-page .hospital-erp-scope .card-2{
    bottom: -30px;
    left: -30px;
    animation-delay: 1s;
}

body.hospital-erp-page .hospital-erp-scope .card-3{
    top: 40%;
    left: -80px;
    animation-delay: 0.5s;
}

body.hospital-erp-page .hospital-erp-scope .card-4{
    bottom: 20%;
    right: -50px;
    animation-delay: 1.5s;
}

/* ===== ماژول‌های تخصصی ===== */
body.hospital-erp-page .hospital-erp-scope .modules{
    padding: 8rem 2rem;
    background: linear-gradient(135deg, var(--darker), var(--dark));
    position: relative;
    overflow: hidden;
}

body.hospital-erp-page .hospital-erp-scope .modules-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: url('data:image/svg+xml,...');
}

body.hospital-erp-page .hospital-erp-scope .modules-grid{
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

body.hospital-erp-page .hospital-erp-scope .module-card{
    background: var(--card-bg);
    border-radius: 30px;
    padding: 2.5rem 2rem;
    border: 1px solid var(--glass-border);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

body.hospital-erp-page .hospital-erp-scope .module-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-health);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

body.hospital-erp-page .hospital-erp-scope .module-card:hover{
    transform: translateY(-10px);
    border-color: transparent;
}

body.hospital-erp-page .hospital-erp-scope .module-card:hover::before{
    opacity: 0.1;
}

body.hospital-erp-page .hospital-erp-scope .module-icon{
    width: 80px;
    height: 80px;
    background: var(--gradient-health);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
}

body.hospital-erp-page .hospital-erp-scope .module-icon i{
    font-size: 2.5rem;
    color: white;
}

body.hospital-erp-page .hospital-erp-scope .module-icon::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: inherit;
    opacity: 0.4;
    filter: blur(10px);
    z-index: -1;
}

body.hospital-erp-page .hospital-erp-scope .module-title{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

body.hospital-erp-page .hospital-erp-scope .module-desc{
    color: var(--text-dim);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

body.hospital-erp-page .hospital-erp-scope .module-features{
    list-style: none;
}

body.hospital-erp-page .hospital-erp-scope .module-features li{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.8rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

body.hospital-erp-page .hospital-erp-scope .module-features i{
    color: var(--secondary);
    font-size: 0.8rem;
}

/* ===== ویژگی‌های پیشرفته ===== */
body.hospital-erp-page .hospital-erp-scope .features{
    padding: 8rem 2rem;
    background: var(--darker);
}

body.hospital-erp-page .hospital-erp-scope .features-grid{
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

body.hospital-erp-page .hospital-erp-scope .feature-card{
    background: var(--card-bg);
    border-radius: 30px;
    padding: 3rem 2rem;
    border: 1px solid var(--glass-border);
    transition: all 0.3s ease;
    text-align: center;
}

body.hospital-erp-page .hospital-erp-scope .feature-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-color: var(--secondary);
}

body.hospital-erp-page .hospital-erp-scope .feature-card .icon-wrapper{
    width: 100px;
    height: 100px;
    margin: 0 auto 2rem;
    position: relative;
}

body.hospital-erp-page .hospital-erp-scope .feature-card .icon-wrapper i{
    font-size: 3rem;
    color: var(--secondary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

body.hospital-erp-page .hospital-erp-scope .feature-card .icon-wrapper::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--gradient-health);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
    0%{ border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
    50%{ border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; }
    100%{ border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
}

body.hospital-erp-page .hospital-erp-scope .feature-card h3{
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

body.hospital-erp-page .hospital-erp-scope .feature-card p{
    color: var(--text-dim);
}

/* ===== آمار لحظه‌ای ===== */
body.hospital-erp-page .hospital-erp-scope .stats{
    padding: 6rem 2rem;
    background: var(--gradient-health);
    position: relative;
    overflow: hidden;
}

body.hospital-erp-page .hospital-erp-scope .stats::before{
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.05) 10px,
        rgba(255, 255, 255, 0.05) 20px
    );
    animation: moveGrid 30s linear infinite;
}

@keyframes moveGrid {
    0%{ transform: translate(0, 0); }
    100%{ transform: translate(10%, 10%); }
}

body.hospital-erp-page .hospital-erp-scope .stats-container{
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 10;
}

body.hospital-erp-page .hospital-erp-scope .stat-card{
    text-align: center;
    color: white;
}

body.hospital-erp-page .hospital-erp-scope .stat-card i{
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

body.hospital-erp-page .hospital-erp-scope .stat-card .number{
    font-size: 3.5rem;
    font-weight: 900;
    display: block;
    line-height: 1.2;
}

body.hospital-erp-page .hospital-erp-scope .stat-card .label{
    font-size: 1.1rem;
    opacity: 0.9;
}

/* ===== گالری بیمارستان ===== */
body.hospital-erp-page .hospital-erp-scope .gallery{
    padding: 8rem 2rem;
    background: var(--dark);
}

body.hospital-erp-page .hospital-erp-scope .gallery-grid{
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

body.hospital-erp-page .hospital-erp-scope .gallery-item{
    position: relative;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    height: 300px;
    color: inherit;
    text-decoration: none;
}

body.hospital-erp-page .hospital-erp-scope .gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

body.hospital-erp-page .hospital-erp-scope .gallery-item:hover img{
    transform: scale(1.1);
}

body.hospital-erp-page .hospital-erp-scope .gallery-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(11, 26, 47, 0.9), transparent);
    padding: 2rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

body.hospital-erp-page .hospital-erp-scope .gallery-item:hover .gallery-overlay{
    transform: translateY(0);
}

body.hospital-erp-page .hospital-erp-scope .gallery-category{
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
}

body.hospital-erp-page .hospital-erp-scope .gallery-overlay h3{
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

body.hospital-erp-page .hospital-erp-scope .gallery-overlay p{
    color: var(--text-dim);
}

/* ===== تکنولوژی‌های بکار رفته ===== */
body.hospital-erp-page .hospital-erp-scope .tech{
    padding: 6rem 2rem;
    background: var(--darker);
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
}

body.hospital-erp-page .hospital-erp-scope .tech-container{
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

body.hospital-erp-page .hospital-erp-scope .tech-title{
    font-size: 2rem;
    margin-bottom: 3rem;
    color: var(--text-muted);
}

body.hospital-erp-page .hospital-erp-scope .tech-grid{
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
}

body.hospital-erp-page .hospital-erp-scope .tech-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: var(--text-dim);
    transition: all 0.3s ease;
}

body.hospital-erp-page .hospital-erp-scope .tech-item:hover{
    color: var(--secondary);
    transform: translateY(-5px);
}

body.hospital-erp-page .hospital-erp-scope .tech-item i{
    font-size: 3rem;
}

body.hospital-erp-page .hospital-erp-scope .tech-item span{
    font-size: 1rem;
    font-weight: 500;
}

/* ===== نظرات مشتریان (اسلایدر) ===== */
body.hospital-erp-page .hospital-erp-scope .testimonials{
    padding: 8rem 2rem;
    background: var(--dark);
}

body.hospital-erp-page .hospital-erp-scope .testimonials-slider{
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
    overflow: hidden;
}

body.hospital-erp-page .hospital-erp-scope .testimonials-track{
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

body.hospital-erp-page .hospital-erp-scope .testimonial-slide{
    flex: 0 0 100%;
    box-sizing: border-box;
}

body.hospital-erp-page .hospital-erp-scope .testimonial-card{
    background: var(--card-bg);
    border-radius: 30px;
    padding: 3rem;
    border: 1px solid var(--glass-border);
    margin: 1rem;
    height: calc(100% - 2rem);
}

body.hospital-erp-page .hospital-erp-scope .testimonial-rating{
    color: gold;
    margin-bottom: 1.5rem;
}

body.hospital-erp-page .hospital-erp-scope .testimonial-text{
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 2rem;
    font-style: italic;
}

body.hospital-erp-page .hospital-erp-scope .testimonial-author{
    display: flex;
    align-items: center;
    gap: 1rem;
}

body.hospital-erp-page .hospital-erp-scope .author-avatar{
    width: 60px;
    height: 60px;
    background: var(--gradient-health);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
}

body.hospital-erp-page .hospital-erp-scope .author-info h4{
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

body.hospital-erp-page .hospital-erp-scope .author-info p{
    color: var(--text-dim);
    font-size: 0.9rem;
}

body.hospital-erp-page .hospital-erp-scope .testimonials-pagination{
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

body.hospital-erp-page .hospital-erp-scope .testimonials-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
}

body.hospital-erp-page .hospital-erp-scope .testimonials-pagination-bullet.is-active{
    width: 32px;
    background: var(--secondary);
}

/* ===== قیمت‌گذاری حرفه‌ای ===== */
body.hospital-erp-page .hospital-erp-scope .pricing{
    padding: 8rem 2rem;
    background: var(--darker);
}

body.hospital-erp-page .hospital-erp-scope .pricing-grid{
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

body.hospital-erp-page .hospital-erp-scope .pricing-card{
    background: var(--card-bg);
    border-radius: 40px;
    padding: 3rem 2rem;
    border: 1px solid var(--glass-border);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

body.hospital-erp-page .hospital-erp-scope .pricing-card.popular{
    border-color: var(--secondary);
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(80, 184, 231, 0.2);
}

body.hospital-erp-page .hospital-erp-scope .popular-badge{
    position: absolute;
    top: 30px;
    right: -50px;
    background: var(--gradient-health);
    color: white;
    padding: 0.5rem 4rem;
    transform: rotate(45deg);
    font-size: 0.9rem;
    font-weight: 500;
}

body.hospital-erp-page .hospital-erp-scope .pricing-header{
    text-align: center;
    margin-bottom: 2rem;
}

body.hospital-erp-page .hospital-erp-scope .pricing-name{
    font-size: 2rem;
    margin-bottom: 1rem;
}

body.hospital-erp-page .hospital-erp-scope .pricing-price{
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--secondary);
}

body.hospital-erp-page .hospital-erp-scope .pricing-price span{
    font-size: 1rem;
    color: var(--text-dim);
}

body.hospital-erp-page .hospital-erp-scope .pricing-features{
    list-style: none;
    margin-bottom: 2rem;
}

body.hospital-erp-page .hospital-erp-scope .pricing-features li{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    color: var(--text-muted);
}

body.hospital-erp-page .hospital-erp-scope .pricing-features i{
    color: var(--secondary);
}

body.hospital-erp-page .hospital-erp-scope .btn-pricing{
    width: 100%;
    padding: 1.2rem;
    background: transparent;
    border: 2px solid var(--secondary);
    color: white;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

body.hospital-erp-page .hospital-erp-scope .btn-pricing:hover{
    background: var(--gradient-health);
    border-color: transparent;
}

/* ===== CTA پیشرفته ===== */
body.hospital-erp-page .hospital-erp-scope .cta{
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #1a3150, #2b4c7c);
    position: relative;
    overflow: hidden;
}

body.hospital-erp-page .hospital-erp-scope .cta-particles{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 2px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 3px, transparent 3px),
        radial-gradient(circle at 40% 80%, rgba(255,255,255,0.1) 2px, transparent 2px),
        radial-gradient(circle at 90% 20%, rgba(255,255,255,0.1) 4px, transparent 4px);
    background-size: 150px 150px;
    animation: particleMove 30s linear infinite;
}

@keyframes particleMove {
    0%{ background-position: 0 0; }
    100%{ background-position: 150px 150px; }
}

body.hospital-erp-page .hospital-erp-scope .cta-container{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}

body.hospital-erp-page .hospital-erp-scope .cta-title{
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: white;
}

body.hospital-erp-page .hospital-erp-scope .cta-desc{
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

body.hospital-erp-page .hospital-erp-scope .cta-form{
    display: flex;
    gap: 1rem;
    max-width: 500px;
    margin: 0 auto;
}

body.hospital-erp-page .hospital-erp-scope .cta-input{
    flex: 1;
    padding: 1.2rem;
    border-radius: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    font-family: 'Vazirmatn', sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

body.hospital-erp-page .hospital-erp-scope .cta-input::placeholder{
    color: rgba(255, 255, 255, 0.7);
}

body.hospital-erp-page .hospital-erp-scope .cta-btn{
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    border: none;
    background: white;
    color: var(--primary);
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

body.hospital-erp-page .hospital-erp-scope .cta-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* ===== تماس با ما ===== */
body.hospital-erp-page .hospital-erp-scope .contact{
    padding: 8rem 2rem;
    background: var(--dark);
}

body.hospital-erp-page .hospital-erp-scope .contact-container{
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
}

body.hospital-erp-page .hospital-erp-scope .contact-info{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

body.hospital-erp-page .hospital-erp-scope .contact-item{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid var(--glass-border);
}

body.hospital-erp-page .hospital-erp-scope .contact-icon{
    width: 60px;
    height: 60px;
    background: var(--gradient-health);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

body.hospital-erp-page .hospital-erp-scope .contact-text h3{
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

body.hospital-erp-page .hospital-erp-scope .contact-text p{
    color: var(--text-dim);
}

body.hospital-erp-page .hospital-erp-scope .contact-form{
    background: var(--card-bg);
    border-radius: 30px;
    padding: 3rem;
    border: 1px solid var(--glass-border);
}

body.hospital-erp-page .hospital-erp-scope .form-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

body.hospital-erp-page .hospital-erp-scope .form-group{
    margin-bottom: 1.5rem;
}

body.hospital-erp-page .hospital-erp-scope .form-group.full-width{
    grid-column: span 2;
}

body.hospital-erp-page .hospital-erp-scope .form-input{
    width: 100%;
    padding: 1.2rem;
    border-radius: 15px;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    color: white;
    font-family: 'Vazirmatn', sans-serif;
    transition: all 0.3s ease;
}

body.hospital-erp-page .hospital-erp-scope .form-input:focus{
    outline: none;
    border-color: var(--secondary);
    box-shadow: 0 0 20px rgba(80, 184, 231, 0.2);
}

body.hospital-erp-page .hospital-erp-scope .form-input.input-validation-error{
    border-color: rgba(255, 107, 107, 0.8);
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.12);
}

body.hospital-erp-page .hospital-erp-scope .field-validation-error{
    display: block;
    margin-top: 0.65rem;
    color: #ffb4b4;
    font-size: 0.88rem;
    line-height: 1.7;
}

body.hospital-erp-page .hospital-erp-scope .form-textarea{
    min-height: 150px;
    resize: vertical;
}

body.hospital-erp-page .hospital-erp-scope .form-submit{
    grid-column: span 2;
    padding: 1.2rem;
    background: var(--gradient-health);
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

body.hospital-erp-page .hospital-erp-scope .form-submit:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(43, 76, 124, 0.4);
}

body.hospital-erp-page .hospital-erp-scope .form-submit:disabled{
    opacity: 0.75;
    cursor: wait;
}

body.hospital-erp-page .hospital-erp-scope .form-status{
    grid-column: span 2;
    display: none;
    padding: 1rem 1.2rem;
    border-radius: 16px;
    border: 1px solid transparent;
    font-size: 0.95rem;
    line-height: 1.7;
}

body.hospital-erp-page .hospital-erp-scope .form-status:not([hidden]),
body.hospital-erp-page .hospital-erp-scope .validation-summary:not(:empty){
    display: block;
}

body.hospital-erp-page .hospital-erp-scope .form-status.success{
    background: rgba(38, 201, 120, 0.12);
    border-color: rgba(38, 201, 120, 0.35);
    color: #9af0c0;
}

body.hospital-erp-page .hospital-erp-scope .form-status.error{
    background: rgba(255, 107, 107, 0.12);
    border-color: rgba(255, 107, 107, 0.35);
    color: #ffb4b4;
}

/* ===== فوتر ===== */
body.hospital-erp-page .hospital-erp-scope .footer{
    background: var(--darker);
    border-top: 1px solid var(--glass-border);
    padding: 5rem 2rem 2rem;
}

body.hospital-erp-page .hospital-erp-scope .footer-container{
    max-width: 1600px;
    margin: 0 auto;
}

body.hospital-erp-page .hospital-erp-scope .footer-grid{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

body.hospital-erp-page .hospital-erp-scope .footer-about{
    color: var(--text-dim);
    margin: 1.5rem 0;
}

body.hospital-erp-page .hospital-erp-scope .footer-social{
    display: flex;
    gap: 1rem;
}

body.hospital-erp-page .hospital-erp-scope .social-link{
    width: 45px;
    height: 45px;
    background: var(--glass-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid var(--glass-border);
}

body.hospital-erp-page .hospital-erp-scope .social-link:hover{
    background: var(--gradient-health);
    transform: translateY(-3px);
}

body.hospital-erp-page .hospital-erp-scope .footer-title{
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

body.hospital-erp-page .hospital-erp-scope .footer-links{
    list-style: none;
}

body.hospital-erp-page .hospital-erp-scope .footer-links li{
    margin-bottom: 0.8rem;
}

body.hospital-erp-page .hospital-erp-scope .footer-links a{
    color: var(--text-dim);
    text-decoration: none;
    transition: all 0.3s ease;
}

body.hospital-erp-page .hospital-erp-scope .footer-links a:hover{
    color: var(--secondary);
    padding-right: 5px;
}

body.hospital-erp-page .hospital-erp-scope .footer-contact{
    list-style: none;
}

body.hospital-erp-page .hospital-erp-scope .footer-contact li{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    color: var(--text-dim);
}

body.hospital-erp-page .hospital-erp-scope .footer-contact i{
    color: var(--secondary);
    width: 20px;
}

body.hospital-erp-page .hospital-erp-scope .footer-bottom{
    border-top: 1px solid var(--glass-border);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    color: var(--text-dim);
}

body.hospital-erp-page .hospital-erp-scope .footer-links-bottom{
    display: flex;
    gap: 2rem;
}

body.hospital-erp-page .hospital-erp-scope .footer-links-bottom a{
    color: var(--text-dim);
    text-decoration: none;
    font-size: 0.9rem;
}

body.hospital-erp-page .hospital-erp-scope .footer-links-bottom a:hover{
    color: var(--secondary);
}

/* ===== ریسپانسیو ===== */
@media (max-width: 1200px) {
    body.hospital-erp-page .hospital-erp-scope .hero-title{
        font-size: 3.5rem;
    }

    body.hospital-erp-page .hospital-erp-scope .modules-grid, body.hospital-erp-page .hospital-erp-scope .features-grid, body.hospital-erp-page .hospital-erp-scope .pricing-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 968px) {
    body.hospital-erp-page .hospital-erp-scope .overview-grid{
        grid-template-columns: 1fr;
    }

    body.hospital-erp-page .hospital-erp-scope .nav-menu{
        display: none;
    }

    body.hospital-erp-page .hospital-erp-scope .menu-toggle{
        display: block;
    }

    body.hospital-erp-page .hospital-erp-scope .hero-content{
        grid-template-columns: 1fr;
        text-align: center;
    }

    body.hospital-erp-page .hospital-erp-scope .hero-desc{
        margin: 0 auto;
    }

    body.hospital-erp-page .hospital-erp-scope .hero-buttons{
        justify-content: center;
    }

    body.hospital-erp-page .hospital-erp-scope .hero-stats{
        justify-content: center;
    }

    body.hospital-erp-page .hospital-erp-scope .stats-container{
        grid-template-columns: repeat(2, 1fr);
    }

    body.hospital-erp-page .hospital-erp-scope .gallery-grid{
        grid-template-columns: repeat(2, 1fr);
    }

    body.hospital-erp-page .hospital-erp-scope .contact-container{
        grid-template-columns: 1fr;
    }

    body.hospital-erp-page .hospital-erp-scope .footer-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    body.hospital-erp-page .hospital-erp-scope .modules-grid, body.hospital-erp-page .hospital-erp-scope .features-grid, body.hospital-erp-page .hospital-erp-scope .pricing-grid, body.hospital-erp-page .hospital-erp-scope .stats-container, body.hospital-erp-page .hospital-erp-scope .gallery-grid{
        grid-template-columns: 1fr;
    }

    body.hospital-erp-page .hospital-erp-scope .hero-title{
        font-size: 2.8rem;
    }

    body.hospital-erp-page .hospital-erp-scope .hero-buttons{
        flex-direction: column;
    }

    body.hospital-erp-page .hospital-erp-scope .hero-buttons a,
    body.hospital-erp-page .hospital-erp-scope .cta-actions a,
    body.hospital-erp-page .hospital-erp-scope .btn-pricing,
    body.hospital-erp-page .hospital-erp-scope .form-submit{
        width: 100%;
        min-height: 52px;
    }

    body.hospital-erp-page .hospital-erp-scope .hero-stats{
        flex-direction: column;
        gap: 2rem;
    }

    body.hospital-erp-page .hospital-erp-scope .stat-item:not(:last-child)::after{
        display: none;
    }

    body.hospital-erp-page .hospital-erp-scope .form-grid{
        grid-template-columns: 1fr;
    }

    body.hospital-erp-page .hospital-erp-scope .form-group.full-width{
        grid-column: span 1;
    }

    body.hospital-erp-page .hospital-erp-scope .floating-card{
        display: none;
    }


    body.hospital-erp-page .hospital-erp-scope .footer-grid{
        grid-template-columns: 1fr;
    }

    body.hospital-erp-page .hospital-erp-scope .footer-bottom{
        flex-direction: column;
        text-align: center;
    }

    body.hospital-erp-page .hospital-erp-scope .faq-item summary{
        font-size: 1rem;
        padding-inline: 1rem;
    }

    body.hospital-erp-page .hospital-erp-scope .faq-item p,
    body.hospital-erp-page .hospital-erp-scope .overview-card{
        padding-inline: 1rem;
    }

    body.hospital-erp-page .hospital-erp-scope .hero-desc,
    body.hospital-erp-page .hospital-erp-scope .module-desc,
    body.hospital-erp-page .hospital-erp-scope .contact-text p,
    body.hospital-erp-page .hospital-erp-scope .faq-item p{
        font-size: 1rem;
    }

    body.hospital-erp-page .hospital-erp-scope .contact-form{
        padding: 1.5rem 1rem;
    }

    body.hospital-erp-page .hospital-erp-scope .contact-item{
        align-items: flex-start;
        padding: 1.25rem;
    }

    body.hospital-erp-page .hospital-erp-scope .hero-badge{
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    body.hospital-erp-page .hospital-erp-scope .hero,
    body.hospital-erp-page .hospital-erp-scope .overview,
    body.hospital-erp-page .hospital-erp-scope .modules,
    body.hospital-erp-page .hospital-erp-scope .features,
    body.hospital-erp-page .hospital-erp-scope .stats,
    body.hospital-erp-page .hospital-erp-scope .gallery,
    body.hospital-erp-page .hospital-erp-scope .tech,
    body.hospital-erp-page .hospital-erp-scope .testimonials,
    body.hospital-erp-page .hospital-erp-scope .pricing,
    body.hospital-erp-page .hospital-erp-scope .cta,
    body.hospital-erp-page .hospital-erp-scope .faq,
    body.hospital-erp-page .hospital-erp-scope .contact{
        padding-inline: 1rem;
    }

}


body.hospital-erp-page .arduix-nav-style .navbar-area,
body.hospital-erp-page .arduix-nav-style .navbar-area .main-nav,
body.hospital-erp-page .mobile-nav,
body.hospital-erp-page .mean-container .mean-bar {
    background: rgba(11, 26, 47, 0.95) !important;
}

body.hospital-erp-page .arduix-nav-style .navbar-area.is-sticky .main-nav {
    background: rgba(11, 26, 47, 0.98) !important;
}

body.hospital-erp-page .footer-top-area,
body.hospital-erp-page .footer-bottom-area {
    background: #061020 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--text-light) !important;
    font-family: 'Vazirmatn', sans-serif !important;
}

.single-widget h3 {
    color: #fff !important;
}

.popular{
    left:0 !important;
}

@media (min-width: 768px){
    body.hospital-erp-page .hospital-erp-scope .testimonial-slide{
        flex-basis: 50%;
    }
}

@media (min-width: 1024px){
    body.hospital-erp-page .hospital-erp-scope .testimonial-slide{
        flex-basis: 33.3333%;
    }
}


/* ===== محتوای تکمیلی ===== */
body.hospital-erp-page .hospital-erp-scope .overview,
body.hospital-erp-page .hospital-erp-scope .faq{
    padding: 6rem 5%;
}

body.hospital-erp-page .hospital-erp-scope .overview-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
    gap: 2rem;
    align-items: stretch;
}

body.hospital-erp-page .hospital-erp-scope .overview-card,
body.hospital-erp-page .hospital-erp-scope .faq-item{
    background: rgba(20, 39, 62, 0.9);
    border: 1px solid rgba(80, 184, 231, 0.16);
    border-radius: 24px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

body.hospital-erp-page .hospital-erp-scope .overview-card{
    padding: 2rem;
}

body.hospital-erp-page .hospital-erp-scope .overview-card p + p{
    margin-top: 1rem;
}

body.hospital-erp-page .hospital-erp-scope .overview-card--checklist h3{
    margin-bottom: 1.25rem;
    font-size: 1.4rem;
}

body.hospital-erp-page .hospital-erp-scope .overview-checklist{
    list-style: none;
    display: grid;
    gap: 1rem;
}

body.hospital-erp-page .hospital-erp-scope .overview-checklist li{
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    font-size: 1rem;
}

body.hospital-erp-page .hospital-erp-scope .overview-checklist i{
    color: var(--secondary);
    margin-top: 0.2rem;
}

body.hospital-erp-page .hospital-erp-scope .cta-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

body.hospital-erp-page .hospital-erp-scope .cta-btn{
    min-height: 52px;
    padding: 0.95rem 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

body.hospital-erp-page .hospital-erp-scope .cta-btn-secondary{
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

body.hospital-erp-page .hospital-erp-scope .faq-list{
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}

body.hospital-erp-page .hospital-erp-scope .faq-item{
    padding: 0;
    overflow: hidden;
}

body.hospital-erp-page .hospital-erp-scope .faq-item summary{
    list-style: none;
    cursor: pointer;
    padding: 1.35rem 1.5rem;
    font-size: 1.08rem;
    font-weight: 700;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

body.hospital-erp-page .hospital-erp-scope .faq-item summary::-webkit-details-marker{
    display: none;
}

body.hospital-erp-page .hospital-erp-scope .faq-item summary::after{
    content: '+';
    font-size: 1.4rem;
    color: var(--secondary);
    line-height: 1;
}

body.hospital-erp-page .hospital-erp-scope .faq-item[open] summary::after{
    content: '−';
}

body.hospital-erp-page .hospital-erp-scope .faq-item p{
    padding: 0 1.5rem 1.5rem;
    margin: 0;
    color: var(--text-muted);
}
