﻿/* ===== Nouveaux blocs Tarifs Transparents ===== */
.capps-pricing-top-banner {
    margin-bottom: 2.5rem;
    text-align: center;
}

.capps-transparency-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(99, 102, 241, 0.15) 100%);
    border: 1px solid rgba(79, 70, 229, 0.25);
    color: #4f46e5;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.6rem 1.25rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.08);
}

    .capps-transparency-badge i {
        font-size: 1.2rem;
        color: #4f46e5;
    }

.capps-transparency-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

    .capps-transparency-title .highlight-text {
        background: linear-gradient(120deg, #4f46e5 0%, #06b6d4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.capps-guarantees-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.capps-guarantee-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #334155;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

    .capps-guarantee-pill i {
        color: #10b981; /* Vert de confirmation */
        font-size: 1.1rem;
    }

@media (max-width: 768px) {
    .capps-transparency-title {
        font-size: 1.6rem;
    }

    .capps-transparency-badge {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }

    .capps-guarantee-pill {
        font-size: 0.85rem;
        width: 100%;
        justify-content: center;
    }
}


/******/

/* ==========================================================================
   CAPPS - BLOC TRANSPARENCE ET BADGES DE RÉASSURANCE (page_tarifs.css)
   ========================================================================== */

.capps-pricing-top-banner {
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
}

/* Badge principal de transparence (Glassmorphism + Dynamic Glow) */
.capps-transparency-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: rgba(238, 242, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(79, 70, 229, 0.28);
    color: #4338ca;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 0.65rem 1.4rem;
    border-radius: 50px;
    margin-bottom: 1.75rem;
    box-shadow: 0 4px 20px -2px rgba(79, 70, 229, 0.12), 0 2px 6px -1px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .capps-transparency-badge:hover {
        transform: translateY(-2px);
        border-color: rgba(79, 70, 229, 0.5);
        box-shadow: 0 8px 25px -4px rgba(79, 70, 229, 0.2);
    }

    .capps-transparency-badge i {
        font-size: 1.25rem;
        color: #4f46e5;
        animation: cappsPulse 2.5s infinite ease-in-out;
    }

@keyframes cappsPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.85;
    }
}

/* Titre principal du bloc */
.capps-transparency-title {
    font-size: 2.35rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 1.75rem;
    letter-spacing: -0.025em;
}

    .capps-transparency-title .highlight-text {
        background: linear-gradient(135deg, #4f46e5 0%, #0284c7 50%, #06b6d4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

/* Grille des badges / pills de réassurance */
.capps-guarantees-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1.25rem;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

/* Sublimation des Pills (Effet lumineux Shimmer + Hover Elevation) */
.capps-guarantee-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    padding: 0.6rem 1.15rem;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #1e293b;
    box-shadow: 0 2px 5px rgba(15, 23, 42, 0.03), 0 1px 2px rgba(15, 23, 42, 0.02);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: default;
}

    .capps-guarantee-pill::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
        transition: left 0.6s ease;
    }

    .capps-guarantee-pill:hover {
        transform: translateY(-3px);
        background: #ffffff;
        border-color: #cbd5e1;
        color: #0f172a;
        box-shadow: 0 10px 20px -5px rgba(15, 23, 42, 0.08), 0 4px 6px -2px rgba(15, 23, 42, 0.03);
    }

        .capps-guarantee-pill:hover::before {
            left: 100%;
        }

    .capps-guarantee-pill i {
        color: #10b981;
        font-size: 1.15rem;
        background: rgba(16, 185, 129, 0.1);
        border-radius: 50%;
        padding: 2px;
        transition: transform 0.25s ease, background-color 0.25s ease;
    }

    .capps-guarantee-pill:hover i {
        transform: scale(1.1);
        background: rgba(16, 185, 129, 0.2);
    }

/* Adaptations Mobile / Tablette */
@media (max-width: 768px) {
    .capps-pricing-top-banner {
        margin-bottom: 2rem;
    }

    .capps-transparency-title {
        font-size: 1.65rem;
        margin-bottom: 1.25rem;
    }

    .capps-transparency-badge {
        font-size: 0.82rem;
        padding: 0.55rem 1.1rem;
    }

    .capps-guarantees-grid {
        gap: 0.6rem;
    }

    .capps-guarantee-pill {
        font-size: 0.82rem;
        padding: 0.55rem 0.9rem;
        width: calc(50% - 0.3rem);
        justify-content: flex-start;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .capps-guarantee-pill {
        width: 100%;
        justify-content: center;
    }
}

/******/

/* ==========================================================================
   SOUS-LIGNE TARIFAIRE (HT / an · 2 utilisateurs)
   ========================================================================== */

.capps-price-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.01em;
}

    .capps-price-subtitle .capps-sub-divider {
        color: #cbd5e1;
        font-size: 0.95rem;
    }

    .capps-price-subtitle .capps-sub-highlight {
        color: #4f46e5;
        font-weight: 700;
    }

/* Ajustement pour la carte populaire (Pro / Transformation) */
.capps-pricing-popular .capps-price-subtitle {
    color: #475569;
}

    .capps-pricing-popular .capps-price-subtitle .capps-sub-highlight {
        color: #4338ca;
    }


/******/

/* ==========================================================================
   CAPPS SAAS PREMIUM PRICING ENHANCEMENTS
   ========================================================================== */

/* Arrière-plan & conteneur général */
.capps-pricing-section {
    position: relative;
    padding: 80px 0;
    background: radial-gradient(100% 100% at 50% 0%, rgba(79, 70, 229, 0.04) 0%, rgba(248, 250, 252, 0) 100%);
}

/* 1. Bannière de transparence & Badges */
.capps-pricing-top-banner {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
    text-align: center;
}

.capps-transparency-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #eef2ff;
    color: #4f46e5;
    border-radius: 9999px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.capps-transparency-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}

    .capps-transparency-title .highlight-text {
        background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

/* Grille des garanties en pilules */
.capps-guarantees-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.capps-guarantee-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #334155;
    transition: all 0.25s ease;
}

    .capps-guarantee-pill i {
        color: #10b981;
        font-size: 1.1rem;
    }

    .capps-guarantee-pill:hover {
        background: #ffffff;
        border-color: #cbd5e1;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    }

/* 2. Grille & Cartes de Tarifs */
.capps-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    align-items: stretch;
    margin-top: 40px;
}

.capps-pricing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
}

    .capps-pricing-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
        border-color: #cbd5e1;
    }

    /* Carte Populaire (Transformation) */
    .capps-pricing-card.capps-pricing-popular {
        border: 2px solid #4f46e5;
        background: linear-gradient(180deg, #ffffff 0%, #faf5ff 100%);
        box-shadow: 0 20px 25px -5px rgba(79, 70, 229, 0.12);
    }

.capps-popular-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 6px 16px;
    border-radius: 9999px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
}

/* Entête de carte & Prix */
.capps-pricing-header {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 24px;
}

    .capps-pricing-header h3 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 12px;
    }

.capps-price {
    font-size: 3rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -0.03em;
}

    .capps-price span {
        font-size: 1.1rem;
        font-weight: 600;
        color: #64748b;
    }

.capps-price-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    background: #f1f5f9;
    padding: 4px 12px;
    border-radius: 8px;
}

.capps-sub-highlight {
    color: #4f46e5;
    font-weight: 700;
}

.capps-plan-desc {
    margin-top: 12px;
    font-size: 0.9rem;
    color: #64748b;
}

/* Liste des fonctionnalités */
.capps-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .capps-feature-list li {
        font-size: 0.925rem;
        color: #334155;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .capps-feature-list li i {
            font-size: 1.15rem;
            flex-shrink: 0;
        }

        .capps-feature-list li.capps-feature-included i {
            color: #10b981;
        }

        .capps-feature-list li.capps-feature-plus {
            font-weight: 700;
            color: #4f46e5;
        }

            .capps-feature-list li.capps-feature-plus i {
                color: #4f46e5;
            }

/* Boutons & CTAs */
.capps-pricing-footer .btn {
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.25s ease;
}

.capps-pricing-footer .btn-secondary {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    color: #1e293b;
}

    .capps-pricing-footer .btn-secondary:hover {
        background: #f1f5f9;
        border-color: #94a3b8;
        color: #0f172a;
    }

.btn-shine {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%) !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
}

    .btn-shine:hover {
        box-shadow: 0 6px 20px rgba(79, 70, 229, 0.45);
        transform: translateY(-1px);
    }

/* 3. Tableau de comparaison desktop moderne */
.pricing-table-wrapper {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-top: 40px;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
}

    .pricing-table th, .pricing-table td {
        padding: 18px 24px;
        border-bottom: 1px solid #f1f5f9;
        font-size: 0.925rem;
    }

        .pricing-table th[scope="row"] {
            font-weight: 600;
            color: #1e293b;
            text-align: left;
        }

    .pricing-table td {
        text-align: center;
        color: #475569;
    }

        .pricing-table td.is-featured,
        .pricing-table th.pricing-plan--featured {
            background: rgba(79, 70, 229, 0.02);
        }

.pricing-plan__name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
}

.pricing-plan__price {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 4px;
}

    .pricing-plan__price strong {
        color: #4f46e5;
        font-size: 1rem;
    }

    /****/

/* ==========================================================================
   ENHANCED BADGE SYSTEM - CAPPS SAAS
   ========================================================================== */

/* 1. BADGE "LA PLUS POPULAIRE" (Style néon et flottant) */
.capps-popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.15em !important;
    padding: 6px 20px !important;
    border-radius: 9999px !important;
    text-transform: uppercase !important;
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4) !important;
    border: 2px solid #ffffff;
    z-index: 10;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    white-space: nowrap;
}

.capps-pricing-card.capps-pricing-popular:hover .capps-popular-badge {
    transform: translateX(-50%) scale(1.1);
}

/* 2. BADGES DE GARANTIES (Pills interactifs) */
.capps-guarantees-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

.capps-guarantee-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 2px solid #f1f5f9;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #475569;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

    .capps-guarantee-pill i {
        color: #10b981;
        font-size: 1.2rem;
        background: #ecfdf5;
        padding: 4px;
        border-radius: 50%;
    }

    .capps-guarantee-pill:hover {
        border-color: #4f46e5;
        color: #4f46e5;
        transform: translateY(-5px);
        box-shadow: 0 10px 15px -3px rgba(79, 70, 229, 0.2);
    }

/* 3. BADGE DE TRANSPARENCE (En-tête) */
.capps-transparency-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: #eef2ff;
    color: #4f46e5;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    border: 1px solid #c7d2fe;
    animation: pulse-soft 2s infinite ease-in-out;
}

@keyframes pulse-soft {
    0% {
        box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.2);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(79, 70, 229, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(79, 70, 229, 0);
    }
}

/* 4. BADGES D'ITEMS (Dans la liste de prix) */
.capps-feature-plus {
    background: #f5f3ff;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px dashed #7c3aed;
    color: #7c3aed !important;
}


@keyframes rotate-icon {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* 5. TAGS VISUELS DANS LE TABLEAU COMPARATIF */
.pricing-plan__badge {
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
    color: white;
    padding: 4px 12px;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 8px;
    display: inline-block;
}


/****/

/* ==========================================================================
   EXTRA & HIGH-END BADGES & PILLS SYSTEM
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. BADGE "LA PLUS POPULAIRE" (3D Floating Glass & Glow Effect)
   -------------------------------------------------------------------------- */
.capps-popular-badge,
.pricing-card__badge,
.pricing-plan__badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #d946ef 100%) !important;
    background-size: 200% 200% !important;
    animation: gradientShift 4s ease infinite !important;
    color: #ffffff !important;
    font-size: 0.725rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    padding: 7px 22px !important;
    border-radius: 9999px !important;
    text-transform: uppercase !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 10px 25px -5px rgba(79, 70, 229, 0.5), 0 0 15px rgba(124, 58, 237, 0.4) !important;
    z-index: 20 !important;
    white-space: nowrap !important;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

/* Effet de survol dynamique sur le badge populaire */
.capps-pricing-card.capps-pricing-popular:hover .capps-popular-badge,
.pricing-card--featured:hover .pricing-card__badge {
    transform: translateX(-50%) translateY(-30px) scale(1.08) !important;
    box-shadow: 0 15px 30px -5px rgba(79, 70, 229, 0.7), 0 0 25px rgba(217, 70, 239, 0.6) !important;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* --------------------------------------------------------------------------
   2. BADGE BANNIÈRE TRANSPARENCE (Pulse Ring & Metallic Glow)
   -------------------------------------------------------------------------- */
.capps-transparency-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 26px;
    background: linear-gradient(135deg, #eef2ff 0%, #f5f3ff 100%);
    border: 1.5px solid rgba(79, 70, 229, 0.3);
    border-radius: 9999px;
    color: #4338ca;
    font-size: 0.925rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

    .capps-transparency-badge i {
        font-size: 1.25rem;
        color: #4f46e5;
        background: #ffffff;
        padding: 6px;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(79, 70, 229, 0.15);
    }

    .capps-transparency-badge:hover {
        transform: translateY(-2px);
        border-color: #4f46e5;
        box-shadow: 0 8px 25px rgba(79, 70, 229, 0.18);
    }

/* --------------------------------------------------------------------------
   3. PILLS DE GARANTIES (Interactive Hover Cards with Icon Bubbles)
   -------------------------------------------------------------------------- */
.capps-guarantees-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}

.capps-guarantee-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 10px 22px;
    border-radius: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

    .capps-guarantee-pill i {
        color: #10b981;
        font-size: 1.15rem;
        background: #d1fae5;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .capps-guarantee-pill:hover {
        background: #ffffff;
        border-color: #818cf8;
        color: #4f46e5;
        transform: translateY(-4px) scale(1.02);
        box-shadow: 0 12px 20px -5px rgba(79, 70, 229, 0.12);
    }

        .capps-guarantee-pill:hover i {
            background: #10b981;
            color: #ffffff;
            transform: rotate(360deg);
        }

/* --------------------------------------------------------------------------
   4. PILL SUBTITLE (Utilisateurs & Tarification)
   -------------------------------------------------------------------------- */
.capps-price-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 6px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
}

.capps-sub-highlight {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800 !important;
}

/* --------------------------------------------------------------------------
   5. FEATURE BADGES IN LISTS (Feature Plus / Bonus Pills)
   -------------------------------------------------------------------------- */
.capps-feature-list li.capps-feature-plus {
    background: linear-gradient(135deg, rgba(238, 242, 255, 0.8) 0%, rgba(245, 243, 255, 0.8) 100%);
    border: 1px dashed #818cf8;
    padding: 10px 14px;
    border-radius: 12px;
    color: #4338ca !important;
    font-weight: 700 !important;
    transition: all 0.25s ease;
}

    .capps-feature-list li.capps-feature-plus:hover {
        background: #eef2ff;
        border-style: solid;
        border-color: #4f46e5;
        transform: translateX(4px);
    }

    .capps-feature-list li.capps-feature-plus i {
        color: #4f46e5 !important;
        font-size: 1.3rem;
    }

/* --------------------------------------------------------------------------
   6. BADGES HÉRO & SECTION TAGS
   -------------------------------------------------------------------------- */
.tarifs-feature .badge,
.section .badge {
    background: linear-gradient(135deg, #e0e7ff 0%, #eef2ff 100%) !important;
    color: #4338ca !important;
    border: 1px solid #c7d2fe !important;
    padding: 8px 18px !important;
    border-radius: 9999px !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 10px rgba(79, 70, 229, 0.08) !important;
}

/****/

/* ==========================================================================
   EXTRA EXTRA BORDER & BADGE ENHANCEMENTS (High-End SaaS UI)
   ========================================================================== */

/* 1. BADGE "LA PLUS POPULAIRE" - EFFET NÉON DOUBLE BORDURE */
.capps-popular-badge {
    /* Nouveau look : double bordure + effet halo */
    border: 3px solid #ffffff !important;
    outline: 2px solid rgba(79, 70, 229, 0.4);
    box-shadow: 0 10px 30px -5px rgba(79, 70, 229, 0.5), /* Ombre portée profonde */
    0 0 0 6px rgba(79, 70, 229, 0.15) !important; /* Halo externe */
    padding: 8px 25px !important;
}

.capps-pricing-card.capps-pricing-popular:hover .capps-popular-badge {
    outline-offset: 4px; /* Animation de l'outline au survol */
    box-shadow: 0 15px 40px -5px rgba(79, 70, 229, 0.7), 0 0 0 10px rgba(79, 70, 229, 0.25) !important;
}

/* 2. PILLS DE GARANTIES - BORDURES "SOFT-GLOW" ET REFLETS */
.capps-guarantee-pill {
    /* Border épaisse + Inner shadow pour le relief */
    border: 2px solid #e2e8f0 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1), /* Reflet interne haut */
    0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

    .capps-guarantee-pill:hover {
        border-color: #6366f1 !important;
        box-shadow: inset 0 0 0 1px #6366f1, 0 10px 20px -5px rgba(99, 102, 241, 0.3) !important;
    }

/* 3. EFFET BORDURE DE CARTE "PREMIUM GLASS" */
.capps-pricing-card {
    /* Bordure subtile de 1.5px avec highlight */
    border: 1.5px solid rgba(226, 232, 240, 0.8) !important;
    background-clip: padding-box;
    /* Petit effet de highlight sur le haut de la carte */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

    .capps-pricing-card:hover {
        border-color: #818cf8 !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 20px 40px -10px rgba(79, 70, 229, 0.25) !important;
    }

/* 4. BADGE DE TRANSPARENCE - EFFET BORDURE "SHIMMER" */
.capps-transparency-badge {
    border: 2px solid transparent !important;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
    /* La bordure est maintenant un dégradé */
}

/* 5. CERCLAGE DES ICONES (Bonus) */
.capps-guarantee-pill i {
    border: 2px solid #ecfdf5; /* Bordure discrète autour de l'icône */
    box-shadow: 0 0 0 2px #d1fae5;
}

.capps-guarantee-pill:hover i {
    border-color: #ffffff;
    box-shadow: 0 0 0 2px #34d399;
}

/***/

/* ==========================================================================
   EXTRA VISIBLE BORDERS & STRUCTURE (High Contrast SaaS)
   ========================================================================== */

/* 1. CARTES DE TARIFS : Bordure Épaisse par défaut */
.capps-pricing-card {
    border: 3px solid #e2e8f0 !important; /* Très visible par défaut */
    box-shadow: none !important; /* On retire les ombres pour laisser parler la bordure */
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Effet "Double Bordure" sur les cartes */
.capps-pricing-card {
    outline: 2px solid #cbd5e1;
    outline-offset: -8px; /* Crée un cadre interne */
}

    .capps-pricing-card:hover {
        border-color: #4f46e5 !important;
        outline-color: #4f46e5;
        outline-offset: -4px; /* L'outline "rentre" à l'intérieur au survol */
        transform: translateY(-5px);
    }

/* 2. BADGE POPULAIRE : Bordure "Bold" Ultra-visible */
.capps-popular-badge {
    border: 4px solid #ffffff !important;
    outline: 3px solid #4f46e5;
    outline-offset: 1px;
    padding: 8px 25px !important;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.3) !important;
}

/* 3. PILLS DE GARANTIES : Bordures Solides et Marquées */
.capps-guarantee-pill {
    border: 2.5px solid #cbd5e1 !important; /* Plus épais */
    background-color: #f8fafc !important;
    color: #334155 !important;
    font-weight: 700 !important;
}

    .capps-guarantee-pill:hover {
        border-color: #4f46e5 !important;
        background-color: #ffffff !important;
    }

/* 4. TABLEAU DE TARIFS : Quadrillage très visible */
.pricing-table-wrapper {
    border: 3px solid #e2e8f0 !important; /* Bordure externe épaisse */
}

.pricing-table th,
.pricing-table td {
    border: 2px solid #e2e8f0 !important; /* Bordures internes très marquées */
}

/* Highlight de la colonne "Populaire" dans le tableau */
.pricing-plan--featured {
    border-left: 3px solid #4f46e5 !important;
    border-right: 3px solid #4f46e5 !important;
}

/* 5. BADGES "PLUS" DANS LES LISTES */
.capps-feature-list li.capps-feature-plus {
    border: 2px solid #c7d2fe !important; /* Bordure solide */
    background: #f5f3ff !important;
}

/* 6. BOUTONS : Bordure renforcée */
.btn-secondary {
    border: 2px solid #475569 !important; /* Bordure bouton très claire */
    background: transparent !important;
    color: #1e293b !important;
}

    .btn-secondary:hover {
        border-color: #4f46e5 !important;
        background: #4f46e5 !important;
        color: #ffffff !important;
    }

/* 7. BADGE TRANSPARENCE (Titre) */
.capps-transparency-badge {
    border: 3px solid #e0e7ff !important;
    background: #ffffff !important;
}

/******/

/* ==========================================================================
   EXTRA ENHANCED FEATURE OPTIONS (LIST ITEMS & BADGES)
   ========================================================================== */

/* Conteneur principal de la liste */
.capps-feature-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 0 !important;
    margin: 20px 0 32px 0 !important;
    list-style: none !important;
}

    /* Style de base de chaque ligne d'option */
    .capps-feature-list li {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        padding: 10px 14px !important;
        background: #f8fafc !important;
        border: 1.5px solid #e2e8f0 !important;
        border-radius: 12px !important;
        font-size: 0.9rem !important;
        font-weight: 600 !important;
        color: #1e293b !important;
        transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
        position: relative !important;
        overflow: hidden !important;
    }

        /* Effet interactif au survol de l'option */
        .capps-feature-list li:hover {
            background: #ffffff !important;
            border-color: #818cf8 !important;
            transform: translateX(6px) !important;
            box-shadow: 0 4px 12px rgba(79, 70, 229, 0.1) !important;
        }

        /* Styling de l'icône de coche (Badge rond) */
        .capps-feature-list li.capps-feature-included i {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 24px !important;
            height: 24px !important;
            background: #d1fae5 !important;
            color: #059669 !important;
            border: 1.5px solid #a7f3d0 !important;
            border-radius: 50% !important;
            font-size: 1.1rem !important;
            font-weight: 800 !important;
            flex-shrink: 0 !important;
            transition: all 0.25s ease !important;
        }

        /* Animation de la coche au survol */
        .capps-feature-list li.capps-feature-included:hover i {
            background: #10b981 !important;
            color: #ffffff !important;
            border-color: #059669 !important;
            transform: scale(1.15) rotate(10deg) !important;
        }

        /* --------------------------------------------------------------------------
   FEATURE HIGHLIGHT / BONUS ITEM (.capps-feature-plus)
   -------------------------------------------------------------------------- */
        .capps-feature-list li.capps-feature-plus {
            background: linear-gradient(135deg, #eef2ff 0%, #f5f3ff 100%) !important;
            color: #3730a3 !important;
            font-weight: 700 !important;
            box-shadow: 0 2px 8px rgba(99, 102, 241, 0.08) !important;
        }

            .capps-feature-list li.capps-feature-plus i {
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                width: 26px !important;
                height: 26px !important;
                background: #ffffff !important;
                color: #4f46e5 !important;
                border: 1.5px solid #818cf8 !important;
                border-radius: 50% !important;
                font-size: 1.2rem !important;
                flex-shrink: 0 !important;
                box-shadow: 0 2px 5px rgba(79, 70, 229, 0.15) !important;
                transition: all 0.3s ease !important;
            }

            /* Survol de l'élément Plus/Bonus */
            .capps-feature-list li.capps-feature-plus:hover {
                background: #eef2ff !important;
                border-style: solid !important;
                border-color: #4f46e5 !important;
                transform: translateX(8px) scale(1.02) !important;
                box-shadow: 0 6px 16px rgba(79, 70, 229, 0.18) !important;
            }

                .capps-feature-list li.capps-feature-plus:hover i {
                    background: #4f46e5 !important;
                    color: #ffffff !important;
                    transform: rotate(10deg) scale(1.4) !important;
                }

/*****/

        /* ==========================================================================
   EXTRA EXTRA HERO BADGE - PACK STARTER INCLUSION
   ========================================================================== */

        .capps-feature-list li.pack-starter-hero-badge {
            position: relative !important;
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            gap: 12px !important;
            padding: 14px 16px !important;
            margin-bottom: 8px !important;
            /* Arrière-plan gradient métallisé & Glassmorphism */
            background: linear-gradient(135deg, #ffffff 0%, #eef2ff 50%, #e0e7ff 100%) !important;
            /* Triple bordure & ombre néon */
            border: 2px solid #6366f1 !important;
            border-radius: 16px !important;
            box-shadow: 0 8px 20px -4px rgba(79, 70, 229, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
            transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
            overflow: hidden !important;
        }

          

@keyframes shimmerBadge {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }

    20%, 100% {
        transform: translateX(100%) rotate(30deg);
    }
}

/* Survol de la carte d'inclusion */
.capps-feature-list li.pack-starter-hero-badge:hover {
    transform: translateY(-3px) scale(1.02) !important;
    border-color: #4f46e5 !important;
    box-shadow: 0 14px 28px -4px rgba(79, 70, 229, 0.35), 0 0 0 3px rgba(99, 102, 241, 0.2) !important;
}

/* Icône principale style Médaille 3D */
.starter-badge-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    font-size: 1.35rem !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.35) !important;
    border: 1.5px solid #ffffff !important;
    transition: transform 0.3s ease !important;
}

.capps-feature-list li.pack-starter-hero-badge:hover .starter-badge-icon {
    transform: rotate(-10deg) scale(1.1) !important;
}

/* Textes & Typographie */
.starter-badge-content {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.starter-badge-title {
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    color: #1e1b4b !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
}

.starter-badge-subtitle {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    color: #4f46e5 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-top: 2px !important;
}

/* Micro-badge pill à droite */
.starter-tag-pill {
    background: #4f46e5 !important;
    color: #ffffff !important;
    font-size: 0.65rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
    padding: 4px 10px !important;
    border-radius: 9999px !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 2px 6px rgba(79, 70, 229, 0.3) !important;
    white-space: nowrap !important;
}

/*****/

/* ==========================================================================
   ROBUST GRID HERO BADGE - PACK STARTER INCLUSION (NO OVERLAP)
   ========================================================================== */

/* 1. Conteneur principal en GRID CSS */
.capps-feature-list li.pack-starter-hero-badge {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important; /* 3 colonnes strictement séparées */
    align-items: center !important;
    column-gap: 14px !important;
    row-gap: 0 !important;
    padding: 14px 16px !important;
    margin: 16px 0 20px 0 !important;
    /* Arrière-plan & Bordure Solid SaaS */
    background: #f8fafc !important;
    border: 2.5px solid #6366f1 !important;
    border-radius: 16px !important;
    box-shadow: 0 6px 16px -4px rgba(99, 102, 241, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    overflow: visible !important; /* Évite de couper les textes */
}

    /* Hover state */
    .capps-feature-list li.pack-starter-hero-badge:hover {
        background: #ffffff !important;
        border-color: #4f46e5 !important;
        transform: translateY(-3px) !important;
        box-shadow: 0 12px 24px -6px rgba(79, 70, 229, 0.3) !important;
    }

    /* 2. Colonne 1 : Icône Badge */
    .capps-feature-list li.pack-starter-hero-badge .starter-badge-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
        background: #4f46e5 !important;
        color: #ffffff !important;
        border-radius: 12px !important;
        font-size: 1.35rem !important;
        box-shadow: 0 4px 10px rgba(79, 70, 229, 0.3) !important;
        flex-shrink: 0 !important;
        transition: transform 0.3s ease !important;
    }

    .capps-feature-list li.pack-starter-hero-badge:hover .starter-badge-icon {
        transform: scale(1.1) rotate(-8deg) !important;
        background: #4338ca !important;
    }

    /* 3. Colonne 2 : Textes (Stack vertical isolé) */
    .capps-feature-list li.pack-starter-hero-badge .starter-badge-content {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 2px !important;
        min-width: 0 !important; /* Empêche les débordements Flex/Grid */
    }

    .capps-feature-list li.pack-starter-hero-badge .starter-badge-title {
        display: block !important;
        font-size: 0.925rem !important;
        font-weight: 800 !important;
        color: #0f172a !important;
        line-height: 1.2 !important;
        margin: 0 !important;
    }

    .capps-feature-list li.pack-starter-hero-badge .starter-badge-subtitle {
        display: inline-table !important;
        font-size: 0.725rem !important;
        font-weight: 700 !important;
        color: #4f46e5 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.03em !important;
        line-height: 1.2 !important;
        margin: 0 !important;
    }

    /* 4. Colonne 3 : Pill Droit */
    .capps-feature-list li.pack-starter-hero-badge .starter-badge-tag {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        flex-shrink: 0 !important;
    }

    .capps-feature-list li.pack-starter-hero-badge .starter-tag-pill {
        display: inline-block !important;
        background: #e0e7ff !important;
        color: #3730a3 !important;
        border: 1.5px solid #c7d2fe !important;
        font-size: 0.65rem !important;
        font-weight: 900 !important;
        letter-spacing: 0.1em !important;
        padding: 5px 10px !important;
        border-radius: 9999px !important;
        white-space: nowrap !important;
        transition: all 0.25s ease !important;
    }

    .capps-feature-list li.pack-starter-hero-badge:hover .starter-tag-pill {
        background: #4f46e5 !important;
        color: #ffffff !important;
        border-color: #4f46e5 !important;
    }

    /****/

/* ==========================================================================
   TOP-RIGHT TAG HERO BADGE - PACK STARTER INCLUSION (CSS ONLY)
   ========================================================================== */

/* 1. Conteneur principal (Cadre & Spacing) */
.capps-feature-list li.pack-starter-hero-badge {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 16px 80px 16px 16px !important; /* Marge interne à droite réservée pour le tag */
    margin: 16px 0 20px 0 !important;
    background: linear-gradient(135deg, #ffffff 0%, #f4f7ff 50%, #eef2ff 100%) !important;
    border: 2px solid #6366f1 !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 20px -4px rgba(99, 102, 241, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow: visible !important; /* Permet au badge de déborder légèrement au besoin */
}

    /* Survol du conteneur */
    .capps-feature-list li.pack-starter-hero-badge:hover {
        background: #ffffff !important;
        border-color: #4f46e5 !important;
        transform: translateY(-3px) !important;
        box-shadow: 0 12px 28px -6px rgba(79, 70, 229, 0.3) !important;
    }

    /* 2. Positionnement absolu du Tag "INCLUS" en haut à droite */
    .capps-feature-list li.pack-starter-hero-badge .starter-badge-tag {
        position: absolute !important;
        top: -10px !important;
        right: 14px !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 10 !important;
    }

    /* Style du badge/pill "INCLUS" */
    .capps-feature-list li.pack-starter-hero-badge .starter-tag-pill {
        display: inline-block !important;
        background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
        color: #ffffff !important;
        font-size: 0.65rem !important;
        font-weight: 900 !important;
        letter-spacing: 0.12em !important;
        padding: 5px 12px !important;
        border-radius: 9999px !important;
        border: 2px solid #ffffff !important;
        box-shadow: 0 4px 10px rgba(79, 70, 229, 0.35) !important;
        white-space: nowrap !important;
        transition: all 0.25s ease !important;
    }

    .capps-feature-list li.pack-starter-hero-badge:hover .starter-tag-pill {
        background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%) !important;
        transform: scale(1.08) !important;
        box-shadow: 0 6px 14px rgba(79, 70, 229, 0.45) !important;
    }

    /* 3. Style de l'icône 3D */
    .capps-feature-list li.pack-starter-hero-badge .starter-badge-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%) !important;
        color: #ffffff !important;
        border-radius: 12px !important;
        font-size: 1.4rem !important;
        border: 2px solid #ffffff !important;
        box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3) !important;
        flex-shrink: 0 !important;
        transition: transform 0.3s ease !important;
    }

    .capps-feature-list li.pack-starter-hero-badge:hover .starter-badge-icon {
        transform: rotate(-10deg) scale(1.1) !important;
    }

    /* 4. Alignement du texte (Zone centrale protégée) */
    .capps-feature-list li.pack-starter-hero-badge .starter-badge-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    .capps-feature-list li.pack-starter-hero-badge .starter-badge-title {
        font-size: 0.95rem !important;
        font-weight: 800 !important;
        color: #0f172a !important;
        line-height: 1.25 !important;
        margin: 0 !important;
    }

    .capps-feature-list li.pack-starter-hero-badge .starter-badge-subtitle {
        font-size: 0.725rem !important;
        font-weight: 700 !important;
        color: #4f46e5 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.04em !important;
        line-height: 1.2 !important;
        margin: 0 !important;
    }


    /*****/

/* ==========================================================================
   EXTRA LARGE BLOCK HERO BADGE - PACK STARTER INCLUSION (PURE CSS)
   ========================================================================== */

/* 1. Grand Bloc Conteneur Phare */
.capps-feature-list li.pack-starter-hero-badge {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    /* Dimensions généreuses pour effet Grand Bloc */
    width: 100% !important;
    padding:  100px 0  !important; /* Dégagement réservé à droite pour le tag INCLUS */
    margin: 22px 0 28px 0 !important;
    /* Arrière-plan Rich Gradient & Glassmorphism */
    background: linear-gradient(135deg, #ffffff 0%, #f4f6ff 45%, #e0e7ff 100%) !important;
    border-radius: 20px !important;
    /* Double bordure solide & Ombre portée 3D haute définition */
    border: 2.5px solid #6366f1 !important;
    box-shadow: 0 14px 30px -6px rgba(99, 102, 241, 0.28), 0 4px 12px -2px rgba(15, 23, 42, 0.05), inset 0 2px 0 rgba(255, 255, 255, 1) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

  

@keyframes largeShimmer {
    0% {
        transform: translateX(-150%) rotate(25deg);
    }

    30%, 100% {
        transform: translateX(180%) rotate(25deg);
    }
}

/* Interaction au survol (Hover State) */
.capps-feature-list li.pack-starter-hero-badge:hover {
    background: linear-gradient(135deg, #ffffff 0%, #eef2ff 100%) !important;
    border-color: #4f46e5 !important;
    transform: translateY(-5px) scale(1.01) !important;
    box-shadow: 0 20px 40px -8px rgba(79, 70, 229, 0.38), 0 0 20px rgba(99, 102, 241, 0.25) !important;
}

/* 2. Positionnement du Tag INCLUS en Haut à Droite */
.capps-feature-list li.pack-starter-hero-badge .starter-badge-tag {
    position: absolute !important;
    top: -12px !important;
    right: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10 !important;
}

/* Style Macaron / Pill Lumineux */
.capps-feature-list li.pack-starter-hero-badge .starter-tag-pill {
    display: inline-block !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    font-size: 0.725rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.15em !important;
    padding: 7px 18px !important;
    border-radius: 9999px !important;
    border: 2.5px solid #ffffff !important;
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.4), 0 0 10px rgba(124, 58, 237, 0.3) !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

.capps-feature-list li.pack-starter-hero-badge:hover .starter-tag-pill {
    background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%) !important;
    transform: scale(1.1) rotate(2deg) !important;
    box-shadow: 0 8px 22px rgba(79, 70, 229, 0.5) !important;
}

/* 3. Icône 3D Surdimensionnée */
.capps-feature-list li.pack-starter-hero-badge .starter-badge-icon {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    height: 54px !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    border-radius: 16px !important;
    font-size: 1.85rem !important;
    border: 2.5px solid #ffffff !important;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.4) !important;
    flex-shrink: 0 !important;
    transition: all 0.35s ease !important;
}

.capps-feature-list li.pack-starter-hero-badge:hover .starter-badge-icon {
    transform: rotate(-10deg) scale(1.12) !important;
    background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%) !important;
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.5) !important;
}

/* 4. Bloc Texte Agrandit & Renforcé */
.capps-feature-list li.pack-starter-hero-badge .starter-badge-content {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 4px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.capps-feature-list li.pack-starter-hero-badge .starter-badge-title {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.capps-feature-list li.pack-starter-hero-badge .starter-badge-subtitle {
    font-size: 0.825rem !important;
    font-weight: 700 !important;
    background: linear-gradient(90deg, #4f46e5, #7c3aed) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

/****/

/* ==========================================================================
   EXTRA LARGE BLOCK HERO BADGE - PACK STARTER (ZERO REGRESSION)
   ========================================================================== */

/* 1. Conteneur principal (Large Block) */
.capps-feature-list li.pack-starter-hero-badge {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    width: 100% !important;
    padding: 22px 105px 22px 20px !important; /* Marge interne réservée au tag INCLUS */
    margin: 20px 0 26px 0 !important;
    background: linear-gradient(135deg, #ffffff 0%, #f4f6ff 50%, #e0e7ff 100%) !important;
    border: 2.5px solid #6366f1 !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 28px -6px rgba(99, 102, 241, 0.25), inset 0 2px 0 rgba(255, 255, 255, 1) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

   

@keyframes starterShimmerBlock {
    0% {
        transform: translateX(-150%) rotate(25deg);
    }

    30%, 100% {
        transform: translateX(180%) rotate(25deg);
    }
}

/* Interaction au survol */
.capps-feature-list li.pack-starter-hero-badge:hover {
    background: linear-gradient(135deg, #ffffff 0%, #eef2ff 100%) !important;
    border-color: #4f46e5 !important;
    transform: translateY(-4px) scale(1.01) !important;
    box-shadow: 0 18px 36px -8px rgba(79, 70, 229, 0.35), 0 0 20px rgba(99, 102, 241, 0.2) !important;
}

/* 2. Positionnement du Macaron INCLUS en Haut à Droite */
.capps-feature-list li.pack-starter-hero-badge .starter-badge-tag {
    position: absolute !important;
    top: -12px !important;
    right: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10 !important;
}

.capps-feature-list li.pack-starter-hero-badge .starter-tag-pill {
    display: inline-block !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    font-size: 0.7rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.14em !important;
    padding: 6px 16px !important;
    border-radius: 9999px !important;
    border: 2.5px solid #ffffff !important;
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.35) !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

.capps-feature-list li.pack-starter-hero-badge:hover .starter-tag-pill {
    background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%) !important;
    transform: scale(1.08) rotate(2deg) !important;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.45) !important;
}

/* 3. Icône 3D + Fallback CSS si balise vide */
.capps-feature-list li.pack-starter-hero-badge .starter-badge-icon {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    border-radius: 15px !important;
    font-size: 1.75rem !important;
    border: 2.5px solid #ffffff !important;
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.35) !important;
    flex-shrink: 0 !important;
    transition: all 0.35s ease !important;
}

    /* Fallback si la div .starter-badge-icon est vide */
    .capps-feature-list li.pack-starter-hero-badge .starter-badge-icon:empty::before {
        content: "\eb44" !important; /* Code FontAwesome / Boxicons pour les calques/layers */
        font-family: 'boxicons', sans-serif !important;
    }

.capps-feature-list li.pack-starter-hero-badge:hover .starter-badge-icon {
    transform: rotate(-10deg) scale(1.1) !important;
    background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%) !important;
}

/* 4. Bloc Texte Agrandit */
.capps-feature-list li.pack-starter-hero-badge .starter-badge-content {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 3px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.capps-feature-list li.pack-starter-hero-badge .starter-badge-title {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.25 !important;
    margin: 0 !important;
}

.capps-feature-list li.pack-starter-hero-badge .starter-badge-subtitle {
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    background: linear-gradient(90deg, #4f46e5, #7c3aed) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    line-height: 1.25 !important;
    margin: 0 !important;
}

/****/

/* ==========================================================================
   ULTRA-PREMIUM HERO PACK BANNER (GENERIC & ULTRA-ROBUST)
   ========================================================================== */

/* 1. Conteneur principal (Layout Grid sans chevauchement) */
.capps-feature-list li.capps-pack-banner {
    position: relative !important;
    display: grid !important;
    grid-template-columns: auto 1fr !important; /* Alignment Grid robuste */
    align-items: center !important;
    gap: 16px !important;
    width: 100% !important;
    padding: 22px 100px 22px 20px !important; /* Dégagement sécurisé pour le tag INCLUS */
    margin: 20px 0 24px 0 !important;
    /* Dégradé Glassmorphism Luxe */
    background: linear-gradient(135deg, #ffffff 0%, #f4f6ff 40%, #e0e7ff 100%) !important;
    border-radius: 20px !important;
    /* Multi-bordures lumineuses & Ombre 3D */
    border: 2.5px solid #6366f1 !important;
    box-shadow: 0 14px 32px -6px rgba(99, 102, 241, 0.28), 0 4px 10px -2px rgba(15, 23, 42, 0.04), inset 0 2px 0 rgba(255, 255, 255, 0.95) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    list-style: none !important;
}

 

@keyframes cappsBannerShimmer {
    0% {
        transform: translateX(-150%) rotate(25deg);
    }

    30%, 100% {
        transform: translateX(180%) rotate(25deg);
    }
}

/* Survol (Hover State) */
.capps-feature-list li.capps-pack-banner:hover {
    background: linear-gradient(135deg, #ffffff 0%, #eef2ff 100%) !important;
    border-color: #4f46e5 !important;
    transform: translateY(-4px) scale(1.01) !important;
    box-shadow: 0 20px 40px -8px rgba(79, 70, 229, 0.38), 0 0 24px rgba(99, 102, 241, 0.25) !important;
}

/* 2. Positionnement Absolu du Tag "INCLUS" en haut à droite */
.capps-pack-banner__tag {
    position: absolute !important;
    top: -12px !important;
    right: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10 !important;
}

.capps-pack-banner__pill {
    display: inline-block !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    font-size: 0.725rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.15em !important;
    padding: 6px 18px !important;
    border-radius: 9999px !important;
    border: 2.5px solid #ffffff !important;
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.4), 0 0 10px rgba(124, 58, 237, 0.3) !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

.capps-feature-list li.capps-pack-banner:hover .capps-pack-banner__pill {
    background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%) !important;
    transform: scale(1.08) rotate(2deg) !important;
    box-shadow: 0 8px 22px rgba(79, 70, 229, 0.5) !important;
}

/* 3. Icône Médaille 3D avec Gradient Violet-Indigo */
.capps-pack-banner__icon {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 52px !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    border-radius: 16px !important;
    font-size: 1.85rem !important;
    border: 2.5px solid #ffffff !important;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.4) !important;
    flex-shrink: 0 !important;
    transition: all 0.35s ease !important;
}

.capps-feature-list li.capps-pack-banner:hover .capps-pack-banner__icon {
    transform: rotate(-10deg) scale(1.12) !important;
    background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%) !important;
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.5) !important;
}

/* 4. Bloc Texte Typographique Pur */
.capps-pack-banner__body {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 3px !important;
    min-width: 0 !important;
}

.capps-pack-banner__title {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.02em !important;
    line-height: 1.25 !important;
    margin: 0 !important;
}

.capps-pack-banner__subtitle {
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    background: linear-gradient(90deg, #4f46e5, #7c3aed) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    display:inline-table;
}

/* Variations optionnelles par couleur de Pack (Ex. Purple Theme) */
.capps-pack-banner--transformation {
    border-color: #8b5cf6 !important;
}

    .capps-pack-banner--transformation .capps-pack-banner__icon {
        background: linear-gradient(135deg, #7c3aed 0%, #c084fc 100%) !important;
    }


    /*****/


/* ==========================================================================
   CAPPS FAQ ACCORDION COMPONENT
   ========================================================================== */

.capps-faq-section {
    padding: 30px 0 50px 0;
}

.capps-faq-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.capps-faq-item {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .capps-faq-item:hover {
        border-color: #cbd5e1;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

.capps-faq-trigger {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    outline: none;
}

.capps-faq-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .capps-faq-title i {
        color: #4f46e5;
        font-size: 1.3rem;
        flex-shrink: 0;
    }

.capps-faq-icon {
    font-size: 1.5rem;
    color: #64748b;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.capps-faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s ease;
    padding: 0 24px;
    background-color: #f8fafc;
}

    .capps-faq-content p {
        font-size: 0.95rem;
        color: #475569;
        line-height: 1.6;
        margin: 0;
    }

/* État actif lors du clic */
.capps-faq-item.active .capps-faq-icon {
    transform: rotate(180deg);
    color: #4f46e5;
}

.capps-faq-item.active .capps-faq-content {
    max-height: 500px;
    padding: 16px 24px 20px 24px;
    border-top: 1px solid #f1f5f9;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0), padding 0.3s ease;
}


/*****/

/* ==========================================================================
   ULTRA-ENHANCED CAPPS FAQ (PREMIUM SAAS LOOK & FEEL - PURE CSS)
   ========================================================================== */

.capps-faq-section {
    padding: 60px 0 80px 0;
    position: relative;
}

.capps-faq-container {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 1. Carte d'élément FAQ */
.capps-faq-item {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 16px;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.03), 0 2px 6px -1px rgba(15, 23, 42, 0.02);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

    /* Effet au survol */
    .capps-faq-item:hover {
        border-color: rgba(99, 102, 241, 0.4);
        box-shadow: 0 12px 30px -4px rgba(79, 70, 229, 0.08), 0 4px 12px -2px rgba(15, 23, 42, 0.03);
        transform: translateY(-2px);
    }

/* 2. Bouton de déclenchement (Question) */
.capps-faq-trigger {
    width: 100%;
    background: transparent;
    border: none;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    outline: none;
    gap: 16px;
}

.capps-faq-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 1.4;
}

    /* Bulle d'icône de question */
    .capps-faq-title i {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
        color: #4f46e5;
        font-size: 1.35rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: all 0.35s ease;
        box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.15);
    }

.capps-faq-item:hover .capps-faq-title i {
    background: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
}

/* Chevron d'ouverture */
.capps-faq-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f8fafc;
    color: #64748b;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid #e2e8f0;
}

/* 3. Zone de réponse fluide (Animation CSS ultra-smooth via Grid) */
.capps-faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
    padding: 0 28px;
    background: transparent;
}

    .capps-faq-content > p {
        overflow: hidden;
        font-size: 0.96rem;
        color: #475569;
        line-height: 1.65;
        margin: 0;
        transition: opacity 0.3s ease;
        opacity: 0;
    }

/* 4. ÉTAT ACTIF (Quand la question est cliquée) */
.capps-faq-item.active {
    border-color: #6366f1;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 16px 32px -6px rgba(79, 70, 229, 0.12);
}

    /* Ligne d'accentuation violette sur le côté gauche */
    .capps-faq-item.active::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient(180deg, #6366f1 0%, #4f46e5 100%);
        border-radius: 4px 0 0 4px;
    }

    .capps-faq-item.active .capps-faq-title i {
        background: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%);
        color: #ffffff;
        box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
    }

    .capps-faq-item.active .capps-faq-icon {
        transform: rotate(180deg);
        background: #4f46e5;
        color: #ffffff;
        border-color: #4f46e5;
    }

    .capps-faq-item.active .capps-faq-content {
        grid-template-rows: 1fr;
        padding: 4px 28px 26px 86px; /* Alignement parfait sous le texte de la question */
    }

        .capps-faq-item.active .capps-faq-content > p {
            opacity: 1;
        }

/* 5. Adaptation Mobile (< 768px) */
@media (max-width: 767px) {
    .capps-faq-trigger {
        padding: 18px 20px;
    }

    .capps-faq-title {
        font-size: 0.95rem;
        gap: 12px;
    }

        .capps-faq-title i {
            width: 36px;
            height: 36px;
            font-size: 1.15rem;
        }

    .capps-faq-item.active .capps-faq-content {
        padding: 4px 20px 20px 20px; /* Retour à un padding plein sur mobile */
    }
}


/****/

/* ===== Style pour le bloc mention utilisateur supplémentaire ===== */
.capps-pricing-extra-note {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px 24px;
    margin: 30px auto 0 auto;
    max-width: 800px;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

    .capps-pricing-extra-note:hover {
        border-color: #cbd5e1;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);
    }

    .capps-pricing-extra-note span {
        font-size: 1rem;
        font-weight: 600;
        color: #334155;
        letter-spacing: -0.01em;
    }

/* Responsive pour mobile */
@media (max-width: 768px) {
    .capps-pricing-extra-note {
        margin: 20px 15px 0 15px;
        padding: 14px 16px;
        font-size: 0.90rem;
    }
}


/****/

/* ===== Style moderne et soigné pour la mention des tarifs ===== */
.capps-pricing-extra-note {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #cbd5e1;
    border-left: 4px solid #4f46e5; /* Touche de couleur accentuée sur la gauche */
    border-radius: 10px;
    padding: 18px 24px;
    margin: 40px auto 0 auto;
    max-width: 850px;
    text-align: center;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .capps-pricing-extra-note:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 30px -5px rgba(79, 70, 229, 0.08), 0 10px 12px -6px rgba(0, 0, 0, 0.05);
        border-color: #94a3b8;
    }

    .capps-pricing-extra-note span {
        font-family: 'Inter', sans-serif;
        font-size: 0.95rem;
        font-weight: 500;
        color: #334155;
        line-height: 1.6;
        letter-spacing: -0.01em;
    }

        /* Optionnel : ajout d'une petite icône élégante en début de texte via CSS */
        .capps-pricing-extra-note span::before {
            content: "ℹ️ ";
            margin-right: 6px;
        }

/* Responsive pour tablettes et mobiles */
@media (max-width: 768px) {
    .capps-pricing-extra-note {
        margin: 25px 15px 0 15px;
        padding: 14px 18px;
        max-width: 100%;
    }

        .capps-pricing-extra-note span {
            font-size: 0.88rem;
        }
}

/****/

/* ===== Style ultra-moderne et soigné pour la mention des tarifs ===== */
.capps-pricing-extra-note {
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.9) 0%, rgba(241, 245, 249, 0.95) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(203, 213, 225, 0.7);
    border-left: 5px solid #4f46e5;
    border-radius: 12px;
    padding: 20px 28px;
    margin: 45px auto 0 auto;
    max-width: 900px;
    text-align: center;
    box-shadow: 0 12px 30px -6px rgba(0, 0, 0, 0.06), 0 4px 6px -4px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

    .capps-pricing-extra-note:hover {
        transform: translateY(-3px);
        border-color: #94a3b8;
        box-shadow: 0 18px 35px -8px rgba(79, 70, 229, 0.1), 0 6px 10px -4px rgba(0, 0, 0, 0.05);
    }

    .capps-pricing-extra-note span {
        font-family: 'Inter', sans-serif;
        font-size: 0.97rem;
        font-weight: 500;
        color: #1e293b;
        line-height: 1.65;
        letter-spacing: -0.01em;
    }

        /* Ajout d'une petite icône visuelle élégante au début */
        .capps-pricing-extra-note span::before {
            content: "💡 ";
            margin-right: 8px;
            font-size: 1.05rem;
        }

/* Design adaptatif (Responsive) pour les petits écrans */
@media (max-width: 768px) {
    .capps-pricing-extra-note {
        margin: 25px 15px 0 15px;
        padding: 16px 20px;
        max-width: 100%;
        border-left-width: 4px;
    }

        .capps-pricing-extra-note span {
            font-size: 0.9rem;
        }
}

/****/

/* ===== EXTRA EXTRA PREMIUM DESIGN : .capps-pricing-clarity-notice ===== */
.capps-pricing-clarity-notice {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #312e81 100%) !important;
    border-left: 6px solid #6366f1 !important;
    padding: 35px 40px !important;
    border-radius: 16px !important;
    margin-top: 50px !important;
    box-shadow: 0 20px 40px -10px rgba(79, 70, 229, 0.25), 0 0 20px rgba(99, 102, 241, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

    .capps-pricing-clarity-notice:hover {
        transform: translateY(-3px);
        box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.35), 0 0 30px rgba(99, 102, 241, 0.25) !important;
    }

    /* Background glowing orb effect */
    .capps-pricing-clarity-notice::before {
        content: '' !important;
        position: absolute !important;
        top: -60px !important;
        right: -60px !important;
        width: 180px !important;
        height: 180px !important;
        background: radial-gradient(circle, rgba(99, 102, 241, 0.4) 0%, transparent 70%) !important;
        border-radius: 50% !important;
        pointer-events: none !important;
    }

    /* Icon Container */
    .capps-pricing-clarity-notice > div:first-child {
        font-size: 42px !important;
        color: #818cf8 !important;
        flex-shrink: 0 !important;
        background: rgba(99, 102, 241, 0.15) !important;
        width: 75px !important;
        height: 75px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 14px !important;
        box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.15), 0 8px 16px rgba(0, 0, 0, 0.2) !important;
        border: 1px solid rgba(129, 140, 248, 0.3) !important;
    }

    /* Text Content Wrapper */
    .capps-pricing-clarity-notice > div:last-child {
        z-index: 1 !important;
    }

    /* Heading Styling */
    .capps-pricing-clarity-notice h4 {
        margin: 0 0 10px 0 !important;
        font-size: 20px !important;
        font-weight: 800 !important;
        color: #ffffff !important;
        letter-spacing: -0.3px !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    }

    /* Paragraph Styling */
    .capps-pricing-clarity-notice p {
        margin: 0 !important;
        font-size: 15px !important;
        color: #cbd5e1 !important;
        line-height: 1.7 !important;
        font-weight: 400 !important;
    }

        /* Brand Name Highlight inside Paragraph */
        .capps-pricing-clarity-notice p strong {
            color: #ffffff !important;
            font-weight: 750 !important;
            background: linear-gradient(120deg, #818cf8, #c084fc);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

/* Responsive adjustments for mobile screens */
@media (max-width: 768px) {
    .capps-pricing-clarity-notice {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 25px 20px !important;
        gap: 15px !important;
    }

        .capps-pricing-clarity-notice > div:first-child {
            width: 60px !important;
            height: 60px !important;
            font-size: 32px !important;
        }

        .capps-pricing-clarity-notice h4 {
            font-size: 18px !important;
        }
}

/****/

/* ===== ULTRA-PREMIUM "EXTRA EXTRA" GLOW & GLASSMORPHISM DESIGN : .capps-pricing-clarity-notice ===== */
.capps-pricing-clarity-notice {
    background: linear-gradient(135deg, #090d16 0%, #111827 35%, #1e1b4b 100%) !important;
    border-left: 8px solid #6366f1 !important;
    padding: 40px 45px !important;
    border-radius: 20px !important;
    margin-top: 60px !important;
    box-shadow: 0 25px 60px -12px rgba(79, 70, 229, 0.4), 0 0 35px rgba(99, 102, 241, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
    position: relative !important;
    overflow: hidden !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

    .capps-pricing-clarity-notice:hover {
        transform: translateY(-5px) scale(1.01);
        box-shadow: 0 35px 80px -15px rgba(79, 70, 229, 0.55), 0 0 50px rgba(99, 102, 241, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
    }

    /* Dynamic background lighting orb effects */
    .capps-pricing-clarity-notice::before {
        content: '' !important;
        position: absolute !important;
        top: -80px !important;
        right: -80px !important;
        width: 220px !important;
        height: 220px !important;
        background: radial-gradient(circle, rgba(99, 102, 241, 0.5) 0%, rgba(79, 70, 229, 0.1) 50%, transparent 75%) !important;
        border-radius: 50% !important;
        pointer-events: none !important;
        filter: blur(10px);
    }

    .capps-pricing-clarity-notice::after {
        content: '' !important;
        position: absolute !important;
        bottom: -60px !important;
        left: 30% !important;
        width: 180px !important;
        height: 180px !important;
        background: radial-gradient(circle, rgba(168, 85, 247, 0.25) 0%, transparent 70%) !important;
        border-radius: 50% !important;
        pointer-events: none !important;
        filter: blur(15px);
    }

    /* Icon Container with Glassmorphism and Neon Pulse */
    .capps-pricing-clarity-notice > div:first-child {
        font-size: 46px !important;
        color: #a5b4fc !important;
        flex-shrink: 0 !important;
        background: linear-gradient(135deg, rgba(99, 102, 241, 0.25) 0%, rgba(168, 85, 247, 0.15) 100%) !important;
        width: 85px !important;
        height: 85px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 18px !important;
        box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.25), 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(99, 102, 241, 0.4) !important;
        border: 1px solid rgba(165, 180, 252, 0.4) !important;
        position: relative;
        z-index: 1;
        transition: transform 0.3s ease;
    }

    .capps-pricing-clarity-notice:hover > div:first-child {
        transform: rotate(6deg) scale(1.08);
    }

    /* Text Content Wrapper */
    .capps-pricing-clarity-notice > div:last-child {
        z-index: 2 !important;
    }

    /* Heading Styling with Subtly Glowing Shimmer */
    .capps-pricing-clarity-notice h4 {
        margin: 0 0 12px 0 !important;
        font-size: 22px !important;
        font-weight: 850 !important;
        color: #ffffff !important;
        letter-spacing: -0.4px !important;
    }

    /* Paragraph Styling */
    .capps-pricing-clarity-notice p {
        margin: 0 !important;
        font-size: 16px !important;
        color: #94a3b8 !important;
        line-height: 1.8 !important;
        font-weight: 400 !important;
    }

        /* Brand Name and Highlights inside Paragraph */
        .capps-pricing-clarity-notice p strong {
            color: #ffffff !important;
            font-weight: 800 !important;
            background: linear-gradient(120deg, #818cf8, #c084fc);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 1px 2px rgba(0,0,0,0.5));
        }

/* Responsive adjustments for mobile screens */
@media (max-width: 768px) {
    .capps-pricing-clarity-notice {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 30px 24px !important;
        gap: 20px !important;
        margin-top: 40px !important;
    }

        .capps-pricing-clarity-notice > div:first-child {
            width: 65px !important;
            height: 65px !important;
            font-size: 34px !important;
            border-radius: 14px !important;
        }

        .capps-pricing-clarity-notice h4 {
            font-size: 19px !important;
        }

        .capps-pricing-clarity-notice p {
            font-size: 15px !important;
            line-height: 1.7 !important;
        }
}


/****/


/* ===== EXTRA EXTRA PREMIUM DESIGN : LUMINOUS LIGHT MODE & GLASSMORPHISM ===== */
.capps-pricing-clarity-notice {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%) !important;
    border-left: 6px solid #4f46e5 !important;
    border-top: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-right: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
    padding: 35px 40px !important;
    border-radius: 18px !important;
    margin-top: 50px !important;
    box-shadow: 0 20px 45px -10px rgba(79, 70, 229, 0.08), 0 0 25px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

    .capps-pricing-clarity-notice:hover {
        transform: translateY(-4px) scale(1.005) !important;
        box-shadow: 0 25px 60px -12px rgba(79, 70, 229, 0.15), 0 0 30px rgba(79, 70, 229, 0.05), inset 0 1px 0 rgba(255, 255, 255, 1) !important;
        border-color: rgba(79, 70, 229, 0.25) !important;
    }

    /* Background glowing modern light orb effect */
    .capps-pricing-clarity-notice::before {
        content: '' !important;
        position: absolute !important;
        top: -70px !important;
        right: -70px !important;
        width: 200px !important;
        height: 200px !important;
        background: radial-gradient(circle, rgba(79, 70, 229, 0.08) 0%, rgba(99, 102, 241, 0.02) 50%, transparent 75%) !important;
        border-radius: 50% !important;
        pointer-events: none !important;
        filter: blur(10px);
    }

    /* Icon Container - Premium Light Glass */
    .capps-pricing-clarity-notice > div:first-child {
        font-size: 42px !important;
        color: #4f46e5 !important;
        flex-shrink: 0 !important;
        background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(99, 102, 241, 0.05) 100%) !important;
        width: 75px !important;
        height: 75px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 16px !important;
        box-shadow: 0 8px 20px rgba(79, 70, 229, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.8) !important;
        border: 1px solid rgba(79, 70, 229, 0.15) !important;
        position: relative;
        z-index: 1;
        transition: transform 0.3s ease;
    }

    .capps-pricing-clarity-notice:hover > div:first-child {
        transform: scale(1.08) rotate(5deg);
    }

    /* Text Content Wrapper */
    .capps-pricing-clarity-notice > div:last-child {
        z-index: 2 !important;
    }

    /* Heading Styling */
    .capps-pricing-clarity-notice h4 {
        margin: 0 0 10px 0 !important;
        font-size: 20px !important;
        font-weight: 800 !important;
        color: #0f172a !important;
        letter-spacing: -0.4px !important;
    }

    /* Paragraph Styling */
    .capps-pricing-clarity-notice p {
        margin: 0 !important;
        font-size: 15px !important;
        color: #475569 !important;
        line-height: 1.7 !important;
        font-weight: 400 !important;
    }

        /* Brand Name / Highlights */
        .capps-pricing-clarity-notice p strong {
            color: #1e293b !important;
            font-weight: 700 !important;
        }

/* Responsive Mobile Adjustments */
@media (max-width: 768px) {
    .capps-pricing-clarity-notice {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 25px 20px !important;
        gap: 15px !important;
        margin-top: 35px !important;
    }

        .capps-pricing-clarity-notice > div:first-child {
            width: 60px !important;
            height: 60px !important;
            font-size: 32px !important;
            border-radius: 12px !important;
        }

        .capps-pricing-clarity-notice h4 {
            font-size: 18px !important;
        }

        .capps-pricing-clarity-notice p {
            font-size: 14px !important;
            line-height: 1.6 !important;
        }
}

/****/

/* ===== ULTRA-PREMIUM CLARITY NOTICE (LIGHT MODE) ===== */
.capps-pricing-clarity-notice {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%) !important;
    border-left: 6px solid #4f46e5 !important;
    border-top: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-right: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
    padding: 35px 40px !important;
    border-radius: 18px !important;
    margin-top: 50px !important;
    box-shadow: 0 20px 45px -10px rgba(79, 70, 229, 0.08), 0 0 25px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

    .capps-pricing-clarity-notice:hover {
        transform: translateY(-4px) scale(1.005) !important;
        box-shadow: 0 25px 60px -12px rgba(79, 70, 229, 0.15), 0 0 30px rgba(79, 70, 229, 0.05), inset 0 1px 0 rgba(255, 255, 255, 1) !important;
        border-color: rgba(79, 70, 229, 0.25) !important;
    }

    /* Background ambient light orb effect */
    .capps-pricing-clarity-notice::before {
        content: '' !important;
        position: absolute !important;
        top: -70px !important;
        right: -70px !important;
        width: 200px !important;
        height: 200px !important;
        background: radial-gradient(circle, rgba(79, 70, 229, 0.08) 0%, rgba(99, 102, 241, 0.02) 50%, transparent 75%) !important;
        border-radius: 50% !important;
        pointer-events: none !important;
        filter: blur(10px);
    }

/* Icon Container */
.capps-notice-icon {
    font-size: 42px !important;
    color: #4f46e5 !important;
    flex-shrink: 0 !important;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(99, 102, 241, 0.05) 100%) !important;
    width: 75px !important;
    height: 75px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(79, 70, 229, 0.15) !important;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.capps-pricing-clarity-notice:hover .capps-notice-icon {
    transform: scale(1.08) rotate(5deg);
}

/* Text Content Wrapper */
.capps-notice-content {
    z-index: 2 !important;
}

    /* Heading Styling */
    .capps-notice-content h4 {
        margin: 0 0 10px 0 !important;
        font-size: 20px !important;
        font-weight: 800 !important;
        color: #0f172a !important;
        letter-spacing: -0.4px !important;
    }

    /* Paragraph Styling */
    .capps-notice-content p {
        margin: 0 !important;
        font-size: 15px !important;
        color: #475569 !important;
        line-height: 1.7 !important;
        font-weight: 400 !important;
    }

/* Responsive Mobile Adjustments */
@media (max-width: 768px) {
    .capps-pricing-clarity-notice {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 25px 20px !important;
        gap: 15px !important;
        margin-top: 35px !important;
    }

    .capps-notice-icon {
        width: 60px !important;
        height: 60px !important;
        font-size: 32px !important;
        border-radius: 12px !important;
    }

    .capps-notice-content h4 {
        font-size: 18px !important;
    }

    .capps-notice-content p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}


/****/

/* ===== EXTRA DESIGN: STATIC / STICKY BOTTOM PROMO BANNER ===== */
.capps-bottom-promo-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: linear-gradient(135deg, rgba(30, 27, 75, 0.95), rgba(49, 46, 129, 0.95));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 0;
    transition: transform 0.3s ease-in-out;
    font-family: 'Inter', sans-serif;
}

.capps-promo-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.capps-promo-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.capps-promo-badge {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #ffffff;
    font-weight: 800;
    font-size: 0.85rem;
    padding: 6px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
    animation: capps-pulse-glow 2s infinite;
    white-space: nowrap;
}

.capps-promo-text {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0;
}

    .capps-promo-text strong {
        color: #fbbf24;
        font-weight: 700;
    }

.capps-promo-action {
    display: flex;
    align-items: center;
    gap: 12px;
}

.capps-promo-btn {
    background: #ffffff;
    color: #312e81;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

    .capps-promo-btn:hover {
        background: #fbbf24;
        color: #1e1b4b;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(251, 191, 36, 0.3);
        text-decoration: none;
    }

.capps-promo-close {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

    .capps-promo-close:hover {
        color: #ffffff;
    }

@keyframes capps-pulse-glow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.6);
    }

    70% {
        transform: scale(1.03);
        box-shadow: 0 0 0 8px rgba(245, 158, 11, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
    }
}

@media (max-width: 768px) {
    .capps-promo-container {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .capps-promo-content {
        flex-direction: column;
        gap: 8px;
    }

    .capps-promo-bar {
        padding: 10px 0;
    }
}

/****/

/* ===== EXTRA EXTRA PREMIUM STICKY PROMO BAR ===== */
.capps-bottom-promo-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 27, 75, 0.98) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 2px solid transparent;
    border-image: linear-gradient(90deg, #f59e0b, #6366f1, #f59e0b) 1;
    padding: 14px 0;
    font-family: 'Inter', sans-serif;
    animation: cappsSlideUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes cappsSlideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.capps-promo-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.capps-promo-content {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.capps-promo-badge {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #ffffff;
    font-weight: 800;
    font-size: 0.75rem;
    padding: 6px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
    display: flex;
    align-items: center;
    gap: 6px;
    animation: cappsPulseGlow 2.5s infinite;
}

    /* Effet de reflet brillant traversant le badge */
    .capps-promo-badge::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100% );
        transform: rotate(30deg) translateX(-100%);
        animation: cappsShine 3s infinite;
    }

@keyframes cappsShine {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }

    20% {
        transform: rotate(30deg) translateX(100%);
    }

    100% {
        transform: rotate(30deg) translateX(100%);
    }
}

.capps-promo-text {
    color: #f8fafc;
    font-size: 0.95rem;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.01em;
}

    .capps-promo-text strong {
        color: #fbbf24;
        font-weight: 700;
    }

.capps-promo-action {
    display: flex;
    align-items: center;
    gap: 16px;
}

.capps-promo-btn {
    position: relative;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #0f172a;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 9px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

    .capps-promo-btn:hover {
        background: linear-gradient(135deg, #fcd34d 0%, #fbbf24 100%);
        color: #0f172a;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5);
        text-decoration: none;
    }

.capps-promo-close {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

    .capps-promo-close:hover {
        background: rgba(255, 255, 255, 0.15);
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.3);
        transform: scale(1.05);
    }

@keyframes cappsPulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.6);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(245, 158, 11, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
    }
}

@media (max-width: 992px) {
    .capps-promo-container {
        flex-direction: column;
        text-align: center;
        gap: 12px;
        padding: 4px 16px;
    }

    .capps-promo-content {
        justify-content: center;
        flex-direction: column;
        gap: 6px;
    }

    .capps-promo-action {
        width: 100%;
        justify-content: center;
    }

    .capps-bottom-promo-bar {
        padding: 10px 0;
    }
}

/****/


.capps-pricing-card {
    background: var(--white);
    padding: 0; /* Padding moved to body/footer for better control */
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-subtle);
    transition: all var(--transition-slow);
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: var(--shadow-sm);
    height: 100%;
}

.capps-pricing-body {
    padding: 3rem 2.5rem 0;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.capps-pricing-body2 {
    padding: 3rem 2.5rem 0;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.capps-pricing-footer {
    padding: 2.5rem 2.5rem 3rem;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.capps-pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-light);
}

.capps-pricing-header {
    margin-bottom: 2rem;
    text-align: center;
}

    .capps-pricing-header h3 {
        font-size: 1.5rem;
        color: var(--text-heading);
        margin-bottom: 1rem;
    }

.capps-price {
    font-size: 3rem;
    font-weight: 800;
    color: var(--text-heading);
    line-height: 1;
    margin-bottom: 0.5rem;
    letter-spacing: -0.04em;
}

    .capps-price span {
        font-size: 1rem;
        color: var(--text-muted);
        font-weight: 500;
        letter-spacing: 0;
    }

.capps-plan-desc {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.capps-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}

    /* Nos Offres / tarifs: check in circle = one flex item (::before), no em-based nudging */
    .capps-feature-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
        padding-left: 0;
        margin-bottom: 1rem;
        font-size: 0.9375rem;
        color: var(--text-body, var(--text-primary-color));
        line-height: 1.5;
        list-style: none;
        list-style-type: none;
    }


        .capps-feature-list li::after {
            content: none;
        }

.capps-feature-plus {
    font-weight: 700;
    color: var(--primary-dark) !important;
}

/* Optional markup: same 28px circle + 14px check (aliases Nos offres list item layout) */
.capps-pricing-section .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.capps-pricing-section .check-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #3a9bdc;
    flex-shrink: 0;
    box-sizing: border-box;
}

    .capps-pricing-section .check-icon i {
        font-size: 14px;
        line-height: 1;
        color: var(--surface-white);
    }

    .capps-pricing-section .check-icon svg {
        width: 14px;
        height: 14px;
        display: block;
        flex-shrink: 0;
    }

/* Popular Plan Highlight */
.capps-pricing-popular {
    border: 2px solid var(--primary);
    box-shadow: var(--shadow-xl), 0 0 40px color-mix(in srgb, var(--primary-color) 12%, transparent);
    z-index: 2;
    /* Instead of scale which breaks layout, we use a subtle lift or border */
}

@media (min-width: 1024px) {
    .capps-pricing-popular {
        transform: translateY(-10px);
    }

        .capps-pricing-popular:hover {
            transform: translateY(-15px);
        }
}

.capps-popular-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--primary);
    color: var(--white);
    padding: 0.5rem 1.5rem;
    border-radius: var(--radius-full);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: var(--shadow-primary);
    white-space: nowrap;
    width: fit-content;
}

/* Button sizing for full width */
.capps-pricing-card .btn {
    width: 100%;
    min-height: 52px; /* Stable height */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: var(--radius-md);
    white-space: nowrap;
}

@media (max-width: 1023px) {
    .capps-pricing-popular {
        transform: none;
        order: -1;
    }

        .capps-pricing-popular:hover {
            transform: translateY(-8px);
        }
}

@media (max-width: 767px) {
    .capps-pricing-card {
        padding: 2.5rem 1.5rem;
    }
}

/****/

/* ===== Starter card: bigger + 2-column feature list ===== */

/* Give the grid room to let Starter take extra width */
.capps-pricing-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
    align-items: stretch;
}

/* Make the Starter card visually larger */
.capps-pricing-card--starter-wide {
    transform: scale(1.03);
    z-index: 1;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

    /* Two items per line for the long feature list */
    .capps-pricing-card--starter-wide .capps-feature-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 16px;
        row-gap: 6px;
    }

        /* Slightly tighten text so two columns fit nicely */
        .capps-pricing-card--starter-wide .capps-feature-list li {
            font-size: 13px;
            line-height: 1.35;
        }

            .capps-pricing-card--starter-wide .capps-feature-list li i {
                font-size: 15px;
            }

/* On smaller screens, drop back to single column + normal size */
@media (max-width: 992px) {
    .capps-pricing-grid {
        grid-template-columns: 1fr;
    }

    .capps-pricing-card--starter-wide {
        transform: none;
    }

        .capps-pricing-card--starter-wide .capps-feature-list {
            grid-template-columns: 1fr;
        }
}


/****/

.capps-pricing-card--starter-wide {
    padding: 4px; /* small buffer so inner content doesn't feel cramped */
}

    .capps-pricing-card--starter-wide .capps-pricing-body2 {
        padding: 28px 24px; /* increase from whatever your default is */
    }