/* ==========================================================================
   Infrastructure Costs Section Styles (landings.css)
   ========================================================================== */

/* تنظیمات کلی سکشن */
.infrastructure-costs {
    padding: 80px 0;
    background-color: #f8fafc; /* یک رنگ پس‌زمینه بسیار روشن و مدرن */
    font-family: inherit;
}

/* هدر سکشن */
.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.section-header .badge {
    display: inline-block;
    background-color: #e0f2fe;
    color: #0369a1;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.section-header h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.4;
}

.section-header p {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.8;
}

/* گرید کارت‌ها */
.costs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 0 15px;
}

/* استایل پایه کارت‌ها */
.cost-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f5f9;
}

/* افکت هاور روی کارت‌ها */
.cost-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* استایل آیکون‌ها */
.card-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 24px;
    position: relative;
}

.card-icon .secondary-icon {
    position: absolute;
    bottom: -5px;
    right: -5px;
    font-size: 1rem;
    background: #ffffff;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.infrastructure-costs .card-icon i,
.infrastructure-costs .card-icon .secondary-icon {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
[class^="fa-"], [class*=" fa-"] {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
}
/* رنگ‌بندی اختصاصی آیکون‌ها */
.card-icon.blue {
    background-color: #dbeafe;
    color: #2563eb;
}

.card-icon.red {
    background-color: #fee2e2;
    color: #dc2626;
}

.card-icon.green {
    background-color: #dcfce3;
    color: #16a34a;
}

/* تایپوگرافی داخل کارت‌ها */
.cost-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}

.cost-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 0;
}

/* استایل کارت‌های ویژه (اگه خواستی کمی متمایز باشن) */
.highlight-card {
    border-top: 4px solid #ef4444;
}

.success-card {
    border-top: 4px solid #22c55e;
}

/* بخش فرمول ریاضی */
.math-logic {
    margin-top: 25px;
    padding: 15px;
    background-color: #f0fdf4;
    border: 1px dashed #4ade80;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.math-logic span {
    font-size: 0.85rem;
    color: #166534;
    font-weight: 600;
}

.math-logic .formula {
    font-size: 1.1rem;
    color: #15803d;
    direction: ltr; /* فرمول ریاضی باید چپ‌چین باشه */
    font-family: 'Courier New', Courier, monospace;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .infrastructure-costs {
        padding: 50px 0;
    }

    .section-header h2 {
        font-size: 1.75rem;
    }

    .cost-card {
        padding: 30px 20px;
    }
}


/* ==========================================================================
   About Us Page Styles (AtraWeb Clean Light Theme)
   ========================================================================== */

/* --- تنظیمات کلی کانتینر --- */
.about-us-page {
    padding: 4rem 1rem;
    min-height: 100vh;
    /* بک‌گراند اصلی سایت (که یک سبز/خاکستری بسیار بسیار روشن است) حفظ می‌شود */
}

/* کانتینر اصلی - طراحی Clean و متناسب با تم لایت */
.glass-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff !important; /* پس‌زمینه کاملا سفید و تمیز */
    border: 1px solid #e2e8f0 !important; /* حاشیه خاکستری بسیار ملایم */
    border-radius: 24px;
    padding: 4rem;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.05); /* سایه بسیار نرم برای عمق دادن */
}

/* --- استایل‌های هدر و متون --- */
.about-header {
    margin-bottom: 3rem;
}

/* متن گرادیانت هماهنگ با رنگ سرمه‌ای و سبز آترا */
.gradient-text {
    background: linear-gradient(135deg, #1e293b 0%, #0d9488 100%); /* از سرمه‌ای تیره به سبز آترا */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.subtitle {
    color: #64748b !important; /* خاکستری ملایم */
    font-size: 1.1rem;
}

.subtitle strong {
    color: #0d9488 !important; /* سبز اختصاصی آترا */
}

.lead-text {
    color: #334155 !important; /* سرمه‌ای/خاکستری خوانا برای متن طولانی */
    font-size: 1.25rem;
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 4rem;
}

/* --- بخش معماری آفلاین --- */
.offline-architecture {
    background: #f8fafc; /* پس‌زمینه کمی متفاوت برای تفکیک (خاکستری/آبی خیلی روشن) */
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 4rem;
    border-right: 4px solid #0d9488; /* خط تاکید سبز در سمت راست (برای فارسی) */
}

.section-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.section-title i {
    font-size: 2rem;
    color: #0d9488 !important; /* رنگ سبز آترا */
}

.section-title h2 {
    color: #1e293b !important; /* سرمه‌ای تیره */
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
}

.offline-architecture p {
    color: #475569 !important;
    line-height: 1.8;
}

/* استایل زیبای فرمول ریاضی (هماهنگ با تم لایت) */
.math-formula {
    background: #ffffff;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.4rem;
    color: #1e293b !important;
    margin-top: 2rem;
    letter-spacing: 1px;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.02);
}

/* --- بخش پلن‌ها --- */
.pricing-plans h2 {
    color: #1e293b !important;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 3rem;
}

.pricing-plans h2 i {
    color: #0d9488 !important;
    margin-left: 0.5rem;
}

/* گرید بندی کارت‌ها */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

/* استایل کارت‌های تمیز و روشن */
.plan-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); /* سایه پایه */
}

/* افکت هاور برای کارت‌ها */
.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #0d9488 !important; /* حاشیه در هاور سبز می‌شود */
}

/* آیکون داخل کارت‌ها */
.card-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: #f0fdf4; /* پس‌زمینه سبز بسیار روشن */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #0d9488 !important; /* رنگ سبز آترا */
    transition: all 0.3s ease;
}

.plan-card:hover .card-icon {
    background: #0d9488;
    color: #ffffff !important;
    box-shadow: 0 0 15px rgba(13, 148, 136, 0.3);
}

.plan-card h3 {
    color: #1e293b !important;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

/* بج (Badge) اختصاصی پلن‌ها */
.plan-badge {
    display: inline-block;
    background: #f0fdf4;
    color: #0d9488 !important;
    padding: 0.3rem 1rem;
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    border: 1px solid #ccfbf1;
}

.plan-card p {
    color: #475569 !important;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* --- پلن ویژه (پیشرفته) --- */
.premium-card {
    border-color: #99f6e4 !important; /* حاشیه سبز/آبی روشن‌تر برای تمایز */
    background: #f8fafc !important; /* پس‌زمینه کمی متفاوت */
    box-shadow: 0 10px 15px -3px rgba(13, 148, 136, 0.08);
}

.premium-card:hover {
    border-color: #0d9488 !important;
}

/* --- ریسپانسیو --- */
@media (max-width: 768px) {
    .glass-container {
        padding: 2rem;
    }
    .gradient-text {
        font-size: 2rem;
    }
    .offline-architecture {
        padding: 1.5rem;
    }
}
