/* --- SECTION BENTO FINAL (Dancing Script) --- */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

.section-bento {
    padding: 100px 0 140px 0;
    background-color: #fcfcfc;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.bento-header { text-align: center; margin-bottom: 60px; max-width: 700px; margin-left: auto; margin-right: auto; }
.bento-title {
    font-family: 'Dancing Script', cursive; 
    color: var(--primary); font-size: 3.5rem; margin-bottom: 10px;
    transform: display: inline-block;
    text-shadow: 2px 2px 0px rgba(244, 180, 88, 0.2);
    font-weight:bold;
}

/* Grille */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Base Carte Standard */
.bento-card {
    background: white;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
    display: flex; flex-direction: column;
}
.bento-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.08); }

.bento-h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 10px; color: var(--text-dark); }
.bento-p { font-size: 1rem; color: #666; line-height: 1.6; max-width: 300px; }

/* --- 1. CARTE GESTION (Large) --- */
.card-main {
    grid-column: span 2;
    background: #fffbf2; /* Beige crème */
    justify-content: center;
}

/* --- 2. CARTE PRIX (Style Vibrant & Pro) --- */
.card-pricing-vibrant {
    grid-column: span 1;
    grid-row: span 2;
    background: white;
    border-radius: 16px; 
    overflow: hidden;
    display: flex; flex-direction: column;
    box-shadow: 0 15px 40px rgba(64, 96, 78, 0.15); 
    border: 1px solid rgba(64, 96, 78, 0.1);
    position: relative;
}

/* BANDEAU HAUT (Vert Marque) */
.pricing-header-band {
    background: var(--primary);
    padding: 15px; text-align: center;
    color: white; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9rem;
}

/* CORPS DU PRIX */
.pricing-body-main {
    padding: 30px 20px;
    text-align: center;
    background: #fff;
}

.price-vibrant {
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem; font-weight: 800; line-height: 1;
    color: var(--primary); 
    margin-bottom: 5px;
}
.price-unit-vibrant { font-size: 1rem; color: #888; font-weight: 500; margin-bottom: 20px; }

/* Encart Commission (Jaune Moutarde) */
.commission-badge {
    background: #fff8e1; color: #b7860b; border: 1px solid #ffeeba;
    display: inline-block; padding: 8px 16px; border-radius: 50px;
    font-weight: 700; font-size: 0.85rem;
}

/* LISTE FONCTIONNALITÉS (Fond Gris très léger) */
.pricing-features-area {
    background: #fcfcfc;
    padding: 30px 25px;
    flex-grow: 1;
    border-top: 1px dashed #e0e0e0;
}

.feat-item {
    display: flex; align-items: center; margin-bottom: 15px;
    font-size: 1rem; color: #444; font-weight: 600;
}
.feat-icon-circle {
    width: 28px; height: 28px;
    background: #e8f5e9; color: var(--primary); 
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-right: 12px; font-size: 0.9rem;
    flex-shrink: 0;
}

/* --- BOUTON ACTION (Force Couleur) --- */
.btn-vibrant {
    background-color: var(--primary) !important; 
    color: #ffffff !important; /* Texte Blanc Forcé */
    display: block; width: 100%; padding: 16px;
    border-radius: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px;
    text-decoration: none; transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(64, 96, 78, 0.3);
    border: 2px solid var(--primary); 
}

/* ETAT HOVER (SURVOL) */
.btn-vibrant:hover, 
.btn-vibrant:focus, 
.btn-vibrant:active {
    background-color: #2f4a3a !important; 
    border-color: #2f4a3a !important;
    color: #ffffff !important; 
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(47, 74, 58, 0.4);
    opacity: 1; 
}

/* --- BADGES PROMINENTS --- */
.badges-container {
    display: flex; justify-content: center; gap: 15px; margin-top: 25px; flex-wrap: wrap;
}

.badge-highlight {
    background-color: #fff8e1; color: #b7860b; border: 1px solid #ffeeba;
    padding: 8px 14px; border-radius: 50px; font-size: 0.8rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.5px; display: flex; align-items: center; gap: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); transition: transform 0.2s;
}
.badge-highlight:hover { transform: scale(1.05); background-color: #ffeeba; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.badge-highlight i { font-size: 1rem; color: #f4b458; }

.badge-highlight.green { background-color: #e8f5e9; color: var(--primary); border-color: #c8e6c9; }
.badge-highlight.green i { color: var(--primary); }

/* --- 3. PETITES CARTES (Illustrations CSS) --- */
.card-small {
    grid-column: span 1;
    background: white;
    justify-content: flex-start;
}

/* --- ILLUSTRATIONS CSS CHALEUREUSES --- */

/* 1. SCÈNE GESTION (Smartphone + Cagette) */
.scene-gestion { position: relative; width: 200px; height: 160px; margin: 20px auto 0; }

.css-phone-warm {
    position: absolute; bottom: 0; left: 20px; width: 90px; height: 150px;
    background: #fff; border: 6px solid var(--text-dark); border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); z-index: 2; transform: rotate(-5deg);
}
.phone-screen {
    background: #fdf6e3; height: 100%; border-radius: 8px; padding: 10px;
    display: flex; flex-direction: column; gap: 6px;
}
.row-item { height: 12px; background: #e0e0e0; border-radius: 4px; width: 100%; }
.row-item.highlight { background: var(--secondary); width: 60%; }

.css-crate {
    position: absolute; bottom: 10px; right: 10px; width: 100px; height: 60px;
    background: #d4a373; border-radius: 4px; z-index: 1;
    display: flex; align-items: flex-end; justify-content: space-around; padding-bottom: 5px; transform: rotate(5deg);
}
.veg { width: 25px; height: 25px; border-radius: 50%; position: relative; top: -15px; }
.veg.red { background: #e63946; } 
.veg.green { background: #40916c; } 
.veg.yellow { background: #ffb703; } 


/* 2. SCÈNE PAIEMENT */
.scene-pay {
    position: relative; width: 100%; height: 120px;
    display: flex; align-items: center; justify-content: center;
}
.css-card-warm {
    width: 140px; height: 90px; background: var(--primary); border-radius: 12px;
    position: relative; transform: rotate(-3deg); box-shadow: 0 8px 20px rgba(64, 96, 78, 0.2); z-index: 1;
}
.card-chip { position: absolute; top: 25px; left: 15px; width: 25px; height: 18px; background: #ffd700; border-radius: 4px; opacity: 0.8; }
.card-lines { position: absolute; bottom: 20px; left: 15px; width: 80px; height: 6px; background: rgba(255,255,255,0.3); border-radius: 3px; }

.css-lock {
    position: absolute; top: -10px; right: -10px; font-size: 2rem; color: var(--secondary);
    background: white; border-radius: 50%; width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.1); z-index: 2;
}

/* 3. SCÈNE SUPPORT */
.scene-support {
    position: relative; width: 100%; height: 120px; display: flex; align-items: center; justify-content: center;
}
.bubble-user {
    background: white; border: 2px solid #eee; padding: 10px 15px;
    border-radius: 12px 12px 0 12px; font-size: 0.8rem; color: #555;
    position: absolute; left: 20px; top: 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.bubble-support {
    background: var(--primary); color: white; padding: 10px 15px;
    border-radius: 12px 12px 12px 0; font-size: 0.8rem; font-weight: 600;
    position: absolute; right: 20px; bottom: 20px; box-shadow: 0 4px 10px rgba(64, 96, 78, 0.2);
    display: flex; align-items: center; gap: 5px;
}
.bubble-support i { color: #ff8fa3; font-size: 0.9rem; }

/* Responsive */
@media (max-width: 991px) {
    .bento-grid { grid-template-columns: 1fr; }
    .card-main, .card-pricing-vibrant, .card-small { grid-column: span 1; grid-row: auto; }
}
