        .pricing-section {
            padding: 40px 20px;
            max-width: 1400px;
            margin: 0 auto;
        }

        /* ===== ALERTE ESSAI GRATUIT ===== */
        .alert-pricing {
            background: linear-gradient(135deg, #fff5e1 0%, #fff9e6 100%);
            border-left: 4px solid #ffc107;
            padding: 25px;
            border-radius: 8px;
            margin-bottom: 50px;
            text-align: center;
            color: #856404;
        }

        .alert-pricing .title {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .alert-pricing p {
            margin-bottom: 8px;
            line-height: 1.6;
        }

        /* ===== ONGLETS AMÉLIORÉS ===== */
        .activity-tabs-container {
            margin-bottom: 50px;
        }

        .activity-tabs {
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }

        .activity-tabs button {
            padding: 12px 24px;
            border: 2px solid #cbd5e0;
            background: white;
            font-size: 1.5rem;
            font-weight: 400;
            color: #4a5568;
            cursor: pointer;
            transition: all 0.3s ease;
            border-radius: 8px;
            position: relative;
            overflow: hidden;
        }

        .activity-tabs button:hover {
            border-color: #667eea;
            color: #667eea;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
        }

        .activity-tabs button.active {
            background: #667eea;
            color: white;
            border-color: #667eea;
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.2);
            font-weight: 700;
        }


        /* ===== BADGE MULTI-ACTIVITÉS ===== */
        .multi-activity-badge {
            background: linear-gradient(135deg, #f0f4ff 0%, #fafbff 100%);
            border: 2px solid #667eea;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 45px;
            position: relative;
            overflow: hidden;
        }

        .multi-activity-badge::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(102, 126, 234, 0.05) 0%, transparent 70%);
            border-radius: 50%;
        }

        .multi-activity-badge-content {
            position: relative;
            z-index: 1;
        }

        .multi-activity-badge-title {
            color: #667eea;
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 12px;
        }

        .multi-activity-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 8px;
            color: #4a5568;
            font-size: 0.95rem;
        }

        .multi-activity-item {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 6px 0;
        }

        .multi-activity-item::before {
            content: '✓';
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            background: #48bb78;
            color: white;
            border-radius: 50%;
            font-size: 0.75rem;
            font-weight: bold;
            flex-shrink: 0;
        }

        /* ===== CONTENU ONGLETS ===== */
        .tab-pane {
            display: none;
            animation: fadeIn 0.4s ease;
        }

        .tab-pane.active {
            display: block;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* ===== PRICING GRID ===== */
		
		.free-badge {
            display: inline-block;
            background: #c6f6d5;
            color: #22543d;
            border-radius: 12px;
            padding: 2px 8px;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-left: 8px;
        }

        .stripe-badge {
            display: inline-block;
            background: #f0f4ff;
            border: 1px solid #cbd5e0;
            border-radius: 4px;
            padding: 3px 8px;
            font-size: 0.75rem;
            color: #667eea;
        }

        .stripe-badge a {
            color: #667eea;
            text-decoration: none;
            font-weight: 600;
        }

        .stripe-badge a:hover {
            text-decoration: underline;
        }

        .resanimo-fee {
            font-size: 0.8rem;
            color: #48bb78;
            font-weight: 600;
        }
		
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-bottom: 80px;
        }

        .pricing-card {
            background: white;
            border-radius: 12px;
            padding: 40px 30px;
            display: flex;
            flex-direction: column;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 2px solid transparent;
            position: relative;
        }

        .pricing-card:hover {
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            transform: translateY(-5px);
        }

        .pricing-card.featured {
            border-color: #667eea;
            box-shadow: 0 8px 32px rgba(102, 126, 234, 0.15);
            transform: scale(1.05);
        }

        .pricing-card.featured:hover {
            box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
            transform: scale(1.05) translateY(-5px);
        }

        .plan-name {
            font-size: 1.4rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 8px;
        }

        .pricing-box {
            margin-bottom: 30px;
        }

        .price-display {
            font-size: 2.5rem;
            font-weight: 800;
            color: #667eea;
            line-height: 1;
            margin-bottom: 8px;
        }

        .price-display .size-14 {
            font-size: 1.2rem;
        }

        .price-period {
            color: #718096;
            font-size: 0.95rem;
            margin-bottom: 8px;
        }

        .price-alt {
            color: #a0aec0;
            font-size: 0.85rem;
            font-style: italic;
        }

        .features-list {
            list-style: none;
            margin-bottom: 30px;
            flex-grow: 1;
        }

        .features-list li {
            padding: 12px 0;
            color: #4a5568;
            font-size: 0.95rem;
            border-bottom: 1px solid #edf2f7;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .features-list li:last-child {
            border-bottom: none;
        }

        .cta-button {
            display: block;
            background: #667eea;
            color: white;
            padding: 14px 20px;
            border-radius: 8px;
            text-align: center;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .cta-button:hover {
            background: #5568d3;
            transform: scale(1.02);
        }

        /* ===== TABLEAU COMPARATIF ===== */
        .comparison-section {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            margin-top: 60px;
        }

        .comparison-section h2 {
            text-align: center;
            color: #2d3748;
            padding: 30px;
            font-size: 1.8rem;
            margin: 0;
            border-bottom: 2px solid #edf2f7;
            background: #f7fafc;
        }

        /* Version Desktop */
        .comparison-table-wrapper {
            overflow-x: auto;
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            min-width: 350px;
        }

        .comparison-table thead {
            background: #f7fafc;
        }

        .comparison-table th {
            padding: 20px 15px;
            text-align: center;
            font-weight: 700;
            color: #2d3748;
            border-bottom: 2px solid #e2e8f0;
            font-size: 0.95rem;
        }

        .comparison-table th:first-child {
            text-align: left;
            background: #f7fafc;
            padding-left: 20px;
        }

        .comparison-table .plan-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5px;
        }

        .plan-header-name {
            font-size: 1.1rem;
            font-weight: 700;
            color: #2d3748;
        }

        .plan-header-price {
            font-size: 1.8rem;
            font-weight: 800;
            color: #667eea;
        }

        .plan-header-period {
            font-size: 0.8rem;
            color: #718096;
        }

        .comparison-table td {
            padding: 16px 15px;
            border-bottom: 1px solid #edf2f7;
            text-align: center;
        }

        .comparison-table td:first-child {
            text-align: left;
            padding-left: 20px;
            font-weight: 500;
            color: #2d3748;
            background: #fafbfc;
            text-align: left;
        }

        .comparison-table tbody tr:hover {
            background: #f9fafb;
        }

        .comparison-table .category-header {
            background: #f0f4ff;
            font-weight: 700;
            color: #4a5568;
            padding: 14px 20px;
            font-size: 0.95rem;
            border-left: 4px solid #667eea;
            text-align: left !important;
        }

        .comparison-table .category-header td {
            background: #f0f4ff !important;
            text-align: left !important;
        }

        .feature-check {
            text-align: center;
            font-weight: 600;
            font-size: 1.8rem;
        }

        .feature-check.yes {
            color: #48bb78;
        }

        .feature-check.no {
            color: #cbd5e0;
        }


        /* ===== RESPONSIVE ===== */
        @media (max-width: 768px) {
            .activity-tabs {
                gap: 10px;
            }

            .activity-tabs button {
                padding: 10px 16px;
                font-size: 0.9rem;
            }

            .pricing-card.featured {
                transform: scale(1);
            }

            .pricing-card.featured:hover {
                transform: translateY(-5px);
            }

            .price-display {
                font-size: 1.8rem;
            }

            .plan-name {
                font-size: 1.2rem;
            }

            .multi-activity-list {
                grid-template-columns: 1fr;
            }

            .comparison-section h2 {
                font-size: 1.3rem;
                padding: 20px;
            }

			.comparison-table td,
			.comparison-table th  {
                font-size: 0.7rem;
            }
			
			.plan-header-name, 
			.plan-header-price {
			  font-size: 0.8rem;
			}  
			
			.feature-check {
			  font-size: 1.2rem;
			}
			
			.comparison-table td,
			.comparison-table th {
				padding: 7px;
			}
        }