/* ============================================
   استایل صفحه اصلی - تم شیشه‌ای جزیره‌ای
   ============================================ */

/* ============================================
   بنر اصلی - شیشه‌ای
   ============================================ */
.home-hero {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 50px 40px;
    min-height: 450px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

.home-hero-content {
    flex: 1;
}

.home-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 200, 200, 0.12);
    color: rgba(0, 200, 200, 0.9);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.home-hero-badge .badge-icon {
    font-size: 14px;
}

.home-hero-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 16px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.home-hero-title .highlight {
    background: linear-gradient(135deg, rgba(0, 200, 200, 0.9), rgba(0, 150, 220, 0.9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-hero-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 24px;
    max-width: 500px;
}

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

.home-hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 28px 24px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
    max-width: 320px;
}

.hero-stat {
    text-align: center;
    padding: 8px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.hero-stat:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-2px);
}

.hero-stat .stat-number {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: rgba(0, 200, 200, 0.9);
    text-shadow: 0 2px 8px rgba(0, 200, 200, 0.1);
}

.hero-stat .stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   بخش معرفی بازار - شیشه‌ای
   ============================================ */
.home-about {
    padding: 20px 0 40px;
}

.about-content {
    display: flex;
    gap: 40px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.about-text {
    flex: 2;
}

.about-text .section-title {
    font-size: 28px;
    font-weight: 700;
    text-align: right;
    color: #ffffff;
    margin-bottom: 16px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.about-text .section-title .highlight {
    background: linear-gradient(135deg, rgba(0, 200, 200, 0.9), rgba(0, 150, 220, 0.9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-description {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.9;
}

.about-description p {
    margin-bottom: 14px;
    text-align: justify;
    text-justify: inter-word;
}

.about-description strong {
    color: rgba(255, 255, 255, 0.95);
}

.about-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
}

.highlight-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 16px 14px;
    text-align: center;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    border-color: rgba(0, 200, 200, 0.12);
}

.highlight-item i {
    font-size: 24px;
    color: rgba(0, 200, 200, 0.8);
    display: block;
    margin-bottom: 6px;
}

.highlight-item span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
}

/* ============================================
   بخش ویژگی‌ها - شیشه‌ای
   ============================================ */
.home-features {
    padding: 40px 0 50px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 8px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.section-subtitle {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin-bottom: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 28px 20px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s ease;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 200, 200, 0.12);
}

.feature-card .feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    background: rgba(0, 200, 200, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: rgba(0, 200, 200, 0.8);
}

.feature-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #ffffff;
}

.feature-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

/* ============================================
   بخش CTA - شیشه‌ای
   ============================================ */
.home-cta {
    padding: 20px 0 40px;
}

.cta-content {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 50px 40px;
    border-radius: 24px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.cta-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.cta-content p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    margin-bottom: 24px;
}

.cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================
   دکمه‌ها - شیشه‌ای
   ============================================ */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, rgba(0, 200, 200, 0.8), rgba(0, 150, 220, 0.8));
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(10px);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 150, 220, 0.3);
    color: #ffffff;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
    color: #ffffff;
}

/* ============================================
   واکنش‌گرایی
   ============================================ */
@media (max-width: 992px) {
    .home-hero {
        flex-direction: column;
        padding: 35px 24px;
        text-align: center;
    }
    
    .home-hero-title {
        font-size: 32px;
    }
    
    .home-hero-description {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .home-hero-buttons {
        justify-content: center;
    }
    
    .hero-stats {
        max-width: 100%;
    }
    
    .about-content {
        flex-direction: column;
        padding: 30px 24px;
    }
    
    .about-text .section-title {
        text-align: center;
    }
    
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .home-hero-title {
        font-size: 28px;
    }
    
    .home-hero-description {
        font-size: 16px;
    }
    
    .hero-stat .stat-number {
        font-size: 24px;
    }
    
    .section-title {
        font-size: 26px;
    }
    
    .cta-content {
        padding: 30px 20px;
    }
    
    .cta-content h2 {
        font-size: 24px;
    }
    
    .about-description {
        font-size: 14px;
    }
    
    .features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .home-hero {
        padding: 20px 16px;
    }
    
    .home-hero-title {
        font-size: 22px;
    }
    
    .home-hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .home-hero-buttons .btn-primary,
    .home-hero-buttons .btn-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 16px;
    }
    
    .hero-stat .stat-number {
        font-size: 20px;
    }
    
    .about-content {
        padding: 20px 16px;
    }
    
    .about-text .section-title {
        font-size: 22px;
    }
    
    .about-highlights {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    
    .highlight-item {
        padding: 12px 10px;
    }
    
    .highlight-item i {
        font-size: 18px;
    }
    
    .highlight-item span {
        font-size: 12px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    .section-subtitle {
        font-size: 14px;
    }
    
    .feature-card {
        padding: 20px 16px;
    }
    
    .feature-card .feature-icon {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }
    
    .cta-content h2 {
        font-size: 20px;
    }
    
    .cta-content p {
        font-size: 14px;
    }
}