@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Space+Grotesk:wght@300;500;700&display=swap');

/* --- تنظیمات پایه نسخه انگلیسی --- */
[dir="ltr"] {
font-family: 'Inter', sans-serif;
text-align: left;
}

.bg-deep-dark { background-color: #020617; } /* آبی بسیار تیره حرفه‌ای */
body {
background-color: #020617; /* رنگ تیره عمیق‌تر برای حس لوکس بودن */
}

.navbar-custom {
transition: all 0.4s ease;
padding: 20px 0;
background: transparent;
}
.nav-scrolled {
background: rgba(255, 255, 255, 0.9) !important;
backdrop-filter: blur(10px);
padding: 10px 0;
}

.text-gradient {
background: linear-gradient(to right, #6366f1, #c026d3);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.en-service-card {
background: rgba(255, 255, 255, 0.02);
border: 1px solid rgba(255, 255, 255, 0.05);
padding: 50px 30px;
border-radius: 30px;
transition: 0.4s;
text-align: left;
}

.en-service-card:hover {
background: rgba(99, 102, 241, 0.05);
border-color: #6366f1;
transform: translateY(-10px);
}

.btn-primary-glow {
background: #6366f1;
color: white;
padding: 15px 40px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
box-shadow: 0 0 30px rgba(99, 102, 241, 0.4);
transition: 0.3s;
}

/* --- Hero Section Index --- */
.hero-en {
padding: 160px 0 100px;
background: radial-gradient(circle at 50% 0%, rgba(99, 102, 241, 0.15) 0%, transparent 50%);
}

.badge-ai {
display: inline-block;
padding: 6px 16px;
background: rgba(99, 102, 241, 0.1);
color: #818cf8;
border: 1px solid rgba(99, 102, 241, 0.2);
border-radius: 100px;
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}

.text-gradient {
background: linear-gradient(90deg, #6366f1, #a855f7);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* --- Stats Bar --- */
.stats-bar {
background: rgba(255, 255, 255, 0.02);
backdrop-filter: blur(10px);
}

.stats-bar h3 {
font-family: 'Space Grotesk', sans-serif;
font-weight: 700;
color: #fff;
margin-bottom: 5px;
}

.stats-bar p {
color: #94a3b8;
font-size: 0.9rem;
margin-bottom: 0;
}

.border-y-glass {
border-top: 1px solid rgba(255, 255, 255, 0.05);
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* --- Service & Package Cards (Global Style) --- */
.en-service-card, .package-card, .graphic-card {
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 24px;
padding: 40px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.en-service-card:hover, .package-card:hover {
background: rgba(255, 255, 255, 0.05);
border-color: #6366f1;
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.icon-wrap {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #6366f1, #4338ca);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
font-size: 1.5rem;
color: white;
}

/* --- Buttons --- */
.btn-primary-glow {
background: #6366f1;
color: white;
padding: 14px 35px;
border-radius: 100px;
text-decoration: none;
font-weight: 600;
box-shadow: 0 10px 25px rgba(99, 102, 241, 0.4);
display: inline-block;
transition: 0.3s;
}

.btn-primary-glow:hover {
background: #4f46e5;
transform: scale(1.05);
color: white;
}

.btn-outline-glass {
border: 1px solid rgba(255, 255, 255, 0.2);
color: white;
padding: 14px 35px;
border-radius: 100px;
text-decoration: none;
transition: 0.3s;
}

.btn-outline-glass:hover {
background: rgba(255, 255, 255, 0.1);
border-color: #fff;
}

/* --- Web Dev Page Specifics --- */
.text-indigo { color: #818cf8 !important; }
.bg-indigo { background-color: #6366f1 !important; }

.price-tag {
font-size: 1.2rem;
font-weight: 500;
color: #94a3b8;
}

.price-tag span {
font-size: 3rem;
font-weight: 800;
color: #fff;
font-family: 'Space Grotesk', sans-serif;
}

.package-card.featured {
border: 2px solid #6366f1;
position: relative;
overflow: hidden;
}

/* --- Graphic AI Specifics --- */
.text-gradient-graphic {
background: linear-gradient(90deg, #f472b6, #db2777);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.text-pink { color: #f472b6; }

.featured-pink {
border: 2px solid #db2777 !important;
}

/* --- Utility --- */
.py-100 { padding-top: 100px; padding-bottom: 100px; }
.py-180 { padding-top: 180px; padding-bottom: 100px; }
.section-padding { padding: 120px 0; }