/**
 * Features Page Styles - Minimal & Elegant
 * Dükkan360 Özellikler Sayfası
 */

/* Hero Section */
.features-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.features-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.features-hero .container {
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.gradient-text {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.25rem;
    opacity: 0.95;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

.min-vh-50 {
    min-height: 50vh;
}

/* Features Grid Section */
.features-grid-section {
    background: #fafafa;
}

.feature-card-minimal {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #f3f4f6;
}

.feature-card-minimal:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #e5e7eb;
}

.feature-icon-minimal {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1.5rem;
}

.feature-icon-minimal.ai {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
}

.feature-icon-minimal.partnership {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.feature-icon-minimal.courier {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.feature-icon-minimal.inventory {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.feature-icon-minimal.crm {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
}

.feature-icon-minimal.map {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}

.feature-title-minimal {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.feature-desc-minimal {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.feature-points-minimal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.feature-points-minimal li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #4b5563;
}

.feature-points-minimal li::before {
    content: '✓';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #10b981;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* Why Choose Section */
.why-choose-section {
    background: #f8fafc;
}

.section-title-minimal {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.section-subtitle-minimal {
    font-size: 1.125rem;
    color: #6b7280;
}

.benefit-card-minimal {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.benefit-card-minimal:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.benefit-icon-minimal {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: white;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
}

.benefit-card-minimal h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.benefit-card-minimal p {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0;
}

/* CTA Section */
.cta-section-minimal {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    color: white;
}

.cta-card-minimal {
    background: white;
    padding: 4rem 3rem;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    margin: 0 auto;
}

.cta-title-minimal {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.cta-desc-minimal {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
}

.btn-cta-minimal {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

.btn-cta-minimal:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.4);
    color: white;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.25rem;
    }
    
    .section-title-minimal {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .features-hero {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    
    .hero-title {
        font-size: 1.875rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .section-title-minimal {
        font-size: 1.75rem;
    }
    
    .feature-card-minimal {
        padding: 2rem;
    }
    
    .cta-card-minimal {
        padding: 3rem 2rem;
    }
    
    .cta-title-minimal {
        font-size: 1.75rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.5rem;
    }
    
    .section-title-minimal {
        font-size: 1.5rem;
    }
    
    .feature-card-minimal {
        padding: 1.5rem;
    }
    
    .feature-icon-minimal {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }
    
    .cta-card-minimal {
        padding: 2rem 1.5rem;
    }
    
    .btn-cta-minimal {
        width: 100%;
        justify-content: center;
    }
}
