مدیاویکی:09056820426.css

نکته: پس از انتشار ممکن است برای دیدن تغییرات نیاز باشد که حافظهٔ نهانی مرورگر خود را پاک کنید.

  • فایرفاکس / سافاری: کلید Shift را نگه دارید و روی دکمهٔ Reload کلیک کنید، یا کلید‌های Ctrl-F5 یا Ctrl-R را با هم فشار دهید (در رایانه‌های اپل مکینتاش کلید‌های ⌘-R)
  • گوگل کروم: کلیدهای Ctrl+Shift+R را با هم فشار دهید (در رایانه‌های اپل مکینتاش کلید‌های ⌘-Shift-R)
  • Edge: کلید Ctrl را نگه‌دارید و روی دکمهٔ Refresh کلیک کنید، یا کلید‌های Ctrl-F5 را با هم فشار دهید
body.page-09056820426 {
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

body.page-09056820426 .mw-parser-output {
    direction: rtl;
    max-width: 1200px;
    margin: 24px auto;
    padding: 24px;
    font-family: Tahoma, Arial, sans-serif;
    color: #1f2937;
    line-height: 2;
}

.hero-wrap {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
    align-items: stretch;
    margin-bottom: 24px;
}

.hero-content,
.hero-media,
.panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.hero-content {
    padding: 28px;
}

.hero-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 700;
    margin-bottom: 16px;
}

.hero-title {
    margin: 0 0 14px;
    font-size: 40px;
    font-weight: 900;
    color: #0f172a;
}

.hero-text {
    font-size: 17px;
    color: #334155;
    margin-bottom: 22px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    transition: 0.2s ease;
}

.hero-btn-primary {
    background: linear-gradient(90deg, #2563eb, #06b6d4);
    color: #fff;
}

.hero-btn-secondary {
    background: #f8fafc;
    color: #0f172a;
    border: 1px solid #dbe3ee;
}

.hero-media {
    overflow: hidden;
    padding: 18px;
}

.hero-slider {
    height: 100%;
    min-height: 280px;
    display: grid;
    gap: 14px;
}

.hero-slide {
    border-radius: 16px;
    background: linear-gradient(135deg, #dbeafe, #ecfeff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    min-height: 80px;
}

.hero-slide.active {
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #fff;
    min-height: 120px;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.panel {
    padding: 24px;
    margin-bottom: 24px;
}

.panel h2 {
    margin-top: 0;
    font-size: 26px;
    color: #0f172a;
}

.video-box {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}

.video-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.category-grid,
.service-grid,
.social-grid,
.contact-grid,
.benefit-grid {
    display: grid;
    gap: 14px;
}

.category-grid,
.service-grid,
.benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.social-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card,
.service-card,
.contact-item,
.benefit-item,
.social-link {
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    background: #f8fbff;
}

.category-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.service-card,
.benefit-item {
    text-align: center;
    font-weight: 700;
    color: #0f172a;
}

.social-link {
    text-align: center;
    text-decoration: none;
    color: #1d4ed8;
    font-weight: 800;
    background: #eff6ff;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

@media (max-width: 900px) {
    .hero-wrap,
    .content-grid {
        grid-template-columns: 1fr;
    }

    .social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-grid,
    .service-grid,
    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 32px;
    }
}

@media (max-width: 560px) {
    body.page-09056820426 .mw-parser-output {
        padding: 12px;
    }

    .hero-content,
    .hero-media,
    .panel {
        padding: 16px;
        border-radius: 16px;
    }

    .social-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 26px;
    }
}