﻿.badge-feature {
    padding: 12px 20px !important;
    border-radius: 12px !important;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none !important;
}

.badge-google {
    background: linear-gradient(135deg, #e3f2fd 0%, #f0f7ff 100%) !important;
    color: #1565c0 !important;
    box-shadow: 0 2px 4px rgba(25, 118, 210, 0.1);
}

.badge-service {
    background: linear-gradient(135deg, #fde6e3 0%, #fff2f0 100%) !important;
    color: #c03415 !important;
    box-shadow: 0 2px 4px rgb(210, 59, 25, 0.10);
}

.badge-eye {
    background: linear-gradient(135deg, #f3e5f5 0%, #faf2ff 100%) !important;
    color: #7b1fa2 !important;
    box-shadow: 0 2px 4px rgba(123, 31, 162, 0.1);
}

.badge-people {
    background: linear-gradient(135deg, #e8f5e8 0%, #f2fff2 100%) !important;
    color: #2e7d32 !important;
    box-shadow: 0 2px 4px rgba(56, 142, 60, 0.1);
}

.badge-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.badge-feature i {
    font-size: 1.3em;
}

/* استایل‌های تایپوگرافی برای عناوین */
h1, h2, h3, h4, h5, h6 {
    font-family: estedad-regular, 'Tahoma', 'Arial', sans-serif;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a365d;
    letter-spacing: -0.5px;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
}

h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #4a5568;
}

h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
}

h5 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #4a5568;
}

h6 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #718096;
}

/* استایل برای تیترهای خاص صفحه */
.page-title {
    font-family: estedad-regular, 'Tahoma', sans-serif;
    font-size: 1.45rem;
    font-weight: 900;
    background: #1a365d;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}

.section-title {
    font-family: estedad-regular, 'Tahoma', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3748;
    border-right: 4px solid #4299e1;
    padding-right: 1rem;
    margin: 2rem 0 1.5rem 0;
}

.card-title {
    font-family: estedad-regular, 'Tahoma', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.75rem;
}

/* استایل برای متن‌های راهنما */
.lead-text {
    font-family: estedad-regular, 'Tahoma', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #718096;
    line-height: 1.6;
}

.subtitle {
    font-family: estedad-regular, 'Tahoma', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: #a0aec0;
    line-height: 1.5;
}
