/* Solutions New CSS - Style moderne basé sur index.php */

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    color: white;
    padding: 100px 0 80px;
}

.hero-content {
    max-width: 700px;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2.5rem;
    justify-content: flex-start;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-visual {
    position: relative;
}

.hero-visual img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.visual-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #6366F1;
    padding: 12px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.125rem;
    color: #6B7280;
}

/* Solutions Overview */
.solutions-overview {
    padding: 80px 0;
    background: #F8FAFC;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.solution-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
}

.solution-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: #6366F1;
}

.solution-icon {
    background: #EEF2FF;
    color: #6366F1;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.solution-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.75rem;
}

.solution-tagline {
    color: #6B7280;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.solution-price {
    margin-bottom: 1.5rem;
}

.solution-price .from {
    display: block;
    font-size: 0.875rem;
    color: #6B7280;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.solution-price .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #6366F1;
}

.solution-price .period {
    color: #6B7280;
    font-size: 0.875rem;
}

.setup-fee-info {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: #92400E;
    background: #FEF3C7;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    display: inline-block;
}

.setup-fee-info small {
    font-size: 0.75rem;
    font-weight: 500;
}

.solution-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    text-align: left;
}

.solution-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 0.875rem;
    color: #4B5563;
}

.solution-features svg {
    color: #10B981;
    flex-shrink: 0;
}

/* Solutions Detailed */
.solutions-detailed {
    padding: 80px 0;
}

.solution-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 6rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #E5E7EB;
}

.solution-detail:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.solution-detail.reversed {
    direction: rtl;
}

.solution-detail.reversed > * {
    direction: ltr;
}

.solution-badge {
    background: #EEF2FF;
    color: #6366F1;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.solution-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

.solution-intro {
    font-size: 1.125rem;
    color: #6366F1;
    font-weight: 500;
    margin-bottom: 1rem;
}

.solution-description {
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.solution-highlights h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1rem;
}

.highlights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.875rem;
    color: #4B5563;
}

.highlight-number {
    background: #6366F1;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
}

.solution-pricing-detail {
    background: #F8FAFC;
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
}

.pricing-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.price-main {
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex-wrap: wrap;
}

.price-main .price-from {
    width: 100%;
    font-size: 0.875rem;
    color: #6B7280;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.price-main .currency {
    font-size: 1.125rem;
    font-weight: 600;
    color: #6366F1;
}

.price-main .amount {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
}

.price-main .period {
    font-size: 1rem;
    color: #6B7280;
}

.engagement-badge {
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
}

.engagement-badge.engagement {
    background: #FEF3C7;
    color: #92400E;
}

.engagement-badge.no-engagement {
    background: #ECFDF5;
    color: #065F46;
}

.setup-fee-badge {
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    background: #FEF3C7;
    color: #92400E;
    margin-left: 0.5rem;
}

.pricing-actions {
    display: flex;
    gap: 1rem;
}

.solution-visual {
    position: relative;
}

.visual-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.visual-container img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.visual-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.overlay-icon {
    color: #6366F1;
}

/* Bundles Section */
.bundles-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #F8FAFC 0%, #E2E8F0 100%);
}

.bundles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.bundle-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.bundle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.bundle-card.featured {
    border: 2px solid #6366F1;
    transform: scale(1.05);
}

.bundle-card {
    position: relative;
}

.bundle-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bundle-description {
    color: #6B7280;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    margin-top: -1rem;
    line-height: 1.5;
}

.bundle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.bundle-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F2937;
    margin: 0;
}

.bundle-discount {
    background: linear-gradient(135deg, #EF4444, #DC2626);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
}

.bundle-products {
    margin-bottom: 2rem;
}

.bundle-product {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #4B5563;
}

.product-icon-mini {
    color: #6366F1;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-icon-mini svg {
    width: 20px;
    height: 20px;
}

.bundle-pricing {
    margin-bottom: 2rem;
}

.price-comparison {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.original-price .label,
.discounted-price .label {
    display: block;
    font-size: 0.875rem;
    color: #6B7280;
    margin-bottom: 4px;
}

.original-price .value {
    text-decoration: line-through;
    color: #9CA3AF;
    font-weight: 500;
}

.discounted-price .value {
    color: #1F2937;
    font-weight: 700;
    font-size: 1.125rem;
}

.savings-highlight {
    background: linear-gradient(135deg, #10B981, #059669);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
}

/* Benefits Section */
.benefits-section {
    padding: 80px 0;
}

.benefits-content {
    text-align: center;
}

.benefits-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

.benefits-content > p {
    font-size: 1.125rem;
    color: #6B7280;
    margin-bottom: 3rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.benefit-item {
    text-align: center;
}

.benefit-icon {
    background: #EEF2FF;
    color: #6366F1;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.benefit-item h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1rem;
}

.benefit-item p {
    color: #6B7280;
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-content > p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.btn-outline {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.btn-outline:hover {
    background: white;
    color: #6366F1;
}

.cta-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.cta-note svg {
    color: #10B981;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: #6366F1;
    color: white;
}

.btn-primary:hover {
    background: #4F46E5;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.btn-lg {
    padding: 16px 32px;
    font-size: 1.125rem;
}

.btn-sm {
    padding: 8px 16px;
    font-size: 0.875rem;
}

.btn-block {
    width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0 40px;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.125rem;
    }
    
    .hero-stats {
        justify-content: center;
        text-align: center;
    }
    
    .hero-actions {
        justify-content: center;
    }
    
    .solutions-grid {
        grid-template-columns: 1fr;
    }
    
    .solution-detail {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .solution-detail.reversed {
        direction: ltr;
    }
    
    .solution-detail .solution-visual {
        order: -1;
    }
    
    .highlights-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-actions {
        flex-direction: column;
    }
    
    .bundles-grid {
        grid-template-columns: 1fr;
    }
    
    .bundle-card.featured {
        transform: none;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .section-header h2,
    .benefits-content h2,
    .cta-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 1rem;
    }
    
    .solution-card,
    .bundle-card {
        padding: 1.5rem;
    }
    
    .solution-pricing-detail {
        padding: 1rem;
    }
    
    .pricing-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .btn-lg {
        padding: 14px 24px;
        font-size: 1rem;
    }
}