/* =============================================
   DARLING BODY - INDEX.CSS
   Template inspiré de Bonatica (design chaleureux et premium)
============================================= */

/* === RESET & BASE === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #2D2D2D;
    line-height: 1.6;
    background: #FFFFFF;
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

/* === TYPOGRAPHY === */
h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.8rem;
}

h3 {
    font-size: 1.5rem;
}

/* === CONTAINER === */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* === BUTTONS === */
.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background: #1F1F1F;
    color: #FFFFFF;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #1F1F1F;
}

.btn-primary:hover {
    background: #FF1493;
    color: #FFFFFF;
    transform: translateY(-2px);
    border-color: #FF1493;
}

.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    background: transparent;
    color: #1F1F1F;
    border: 2px solid #1F1F1F;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #FF1493;
    color: #FFFFFF;
    transform: translateY(-2px);
    border-color: #FF1493;
}

.btn-product {
    display: inline-block;
    width: 100%;
    padding: 12px 24px;
    background: #1F1F1F;
    color: #FFFFFF;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-product:hover {
    background: #2D2D2D;
    transform: translateY(-2px);
}

.btn-text {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #1F1F1F;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-text:hover {
    transform: translateX(5px);
}

/* =============================================
   HEADER / NAVIGATION
============================================= */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 0;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1F1F1F;
}

.nav-menu {
    display: flex;
    gap: 40px;
}

.nav-link {
    font-weight: 500;
    color: #6B6B6B;
    font-size: 0.95rem;
    position: relative;
}

.nav-link:hover {
    color: #FF1493;
}

.nav-link.active {
    color: #1F1F1F;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1F1F1F;
}

/* =============================================
   HERO SECTION
============================================= */
.hero {
    padding-top: 120px;
    background: linear-gradient(135deg, #FFD6E8 0%, #FEFAF9 100%);
    position: relative;
    overflow: hidden;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 600px;
    position: relative;
    padding: 60px 20px;
}

/* Formes organiques décoratives */
.organic-shape {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.shape-1 {
    width: 400px;
    height: 400px;
    background: rgba(255, 20, 147, 0.12); /* Rose principal #FF1493 avec opacité optimisée */
    top: -100px;
    left: -100px;
    box-shadow: 0 8px 32px rgba(255, 20, 147, 0.08); /* Ombre subtile pour profondeur */
    z-index: 0;
}

.shape-2 {
    width: 300px;
    height: 300px;
    background: rgba(255, 20, 147, 0.15); /* Rose principal, opacité légèrement plus élevée */
    bottom: 50px;
    right: -80px;
    box-shadow: 0 8px 32px rgba(255, 20, 147, 0.1); /* Ombre un peu plus marquée */
    z-index: 0;
}

.organic-dots {
    position: absolute;
    width: 120px;
    height: 120px;
    z-index: 0;
}

.dots-1 {
    top: 100px;
    right: 200px;
    background: radial-gradient(circle, rgba(255, 20, 147, 0.2) 2px, transparent 2px); /* Rose principal #FF1493 */
    background-size: 20px 20px;
    opacity: 0.5; /* Augmenté de 0.3 à 0.5 pour plus de visibilité */
}

.dots-2 {
    bottom: 150px;
    left: 100px;
    background: radial-gradient(circle, rgba(255, 20, 147, 0.2) 2px, transparent 2px); /* Rose principal #FF1493 */
    background-size: 20px 20px;
    opacity: 0.5; /* Augmenté de 0.3 à 0.5 pour plus de visibilité */
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-subtitle {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6B6B6B;
    margin-bottom: 20px;
    font-weight: 600;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #1F1F1F;
}

.hero-description {
    font-size: 1.05rem;
    color: #6B6B6B;
    margin-bottom: 36px;
    line-height: 1.7;
}

.hero-cta {
    display: flex;
    gap: 16px;
}

.hero-image {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* === HERO SLIDESHOW === */
.hero-slideshow {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 550px;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 4s cubic-bezier(0.4, 0, 0.2, 1); /* 4 secondes avec courbe naturelle */
}

.hero-slide.active {
    opacity: 1;
    z-index: 2; /* Z-index plus élevé pour l'image active */
}

.hero-product {
    max-width: 450px;
    width: 100%;
    height: 550px; /* Hauteur fixe pour contrôler le cadre */
    object-fit: cover; /* Zoom intelligent sur le produit */
    object-position: center center; /* Centre l'image */
    border-radius: 30px; /* Coins arrondis élégants */
    filter: drop-shadow(0 25px 70px rgba(0, 0, 0, 0.15)); /* Ombre douce */
    animation: floatProduct 6s ease-in-out infinite;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.hero-product:hover {
    transform: translateY(-15px) scale(1.03); /* Effet au survol */
    filter: drop-shadow(0 30px 80px rgba(0, 0, 0, 0.2));
}

@keyframes floatProduct {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Trust Bar */
.trust-bar {
    background: #FFF5F7;
    padding: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.trust-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
}

.trust-item {
    padding: 20px;
}

.trust-highlight {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.trust-label {
    font-size: 0.85rem;
    color: #6B6B6B;
    margin-bottom: 8px;
}

.trust-number {
    font-size: 2.5rem;
    color: #1F1F1F;
    margin-bottom: 8px;
}

.trust-text {
    font-size: 0.9rem;
    color: #6B6B6B;
}

.rating-stars {
    color: #FFB800;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

/* =============================================
   WHY SECTION
============================================= */
.why-section {
    padding: 100px 0;
    background: #FFFFFF;
}

.section-title {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 16px;
    color: #1F1F1F;
}

.section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #6B6B6B;
    margin-bottom: 60px;
}

.why-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 50px;
}

.why-image img {
    max-width: 450px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.why-features {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.feature-item {
    display: flex;
    gap: 20px;
}

.feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFD6E8;
    border-radius: 12px;
}

.feature-icon svg {
    width: 28px;
    height: 28px;
}

.feature-title {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #1F1F1F;
}

.feature-text {
    font-size: 0.95rem;
    color: #6B6B6B;
    line-height: 1.7;
}

.why-cta {
    text-align: center;
}

/* =============================================
   BEST SELLERS SECTION
============================================= */
.bestsellers {
    padding: 100px 0;
    background: #FFD6E8;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 produits par ligne */
    gap: 40px;
    margin-top: 60px;
    max-width: 1200px; /* Largeur ajustée pour 2 produits */
    margin-left: auto;
    margin-right: auto;
}

.product-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), border 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent; /* Border transparent pour éviter le changement de taille au hover */
    cursor: pointer; /* Indique que la card est cliquable */
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(255, 20, 147, 0.3);
    border: 2px solid #FF1493;
}

.product-image-wrapper {
    background: #FFF5F7;
    border-radius: 16px; /* Arrondi les coins du container */
    padding: 30px;
    margin-bottom: 20px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Assure que le contenu respecte les coins arrondis */
}

.product-image {
    max-width: 200px;
    margin: 0 auto;
    border-radius: 20px; /* Arrondi prononcé sur l'image du produit */
}

.product-rating {
    color: #FFB800;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.product-name {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #1F1F1F;
}

.product-description {
    font-size: 0.9rem;
    color: #6B6B6B;
    margin-bottom: 16px;
}

.product-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1F1F1F;
    margin-bottom: 20px;
}

/* =============================================
   TRANSFORMATION SECTION
============================================= */
.transformation {
    padding: 100px 0;
    background: #FFFFFF;
}

.transformation-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.transformation-title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 28px;
    color: #1F1F1F;
}

.transformation-description {
    font-size: 1.05rem;
    color: #6B6B6B;
    line-height: 1.8;
    margin-bottom: 32px;
}

.transformation-image img {
    border-radius: 20px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
    width: 100%;
}

/* =============================================
   TESTIMONIALS SECTION
============================================= */
.testimonials {
    padding: 100px 0;
    background: #FFD6E8;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.testimonial-card {
    background: #FFFFFF;
    padding: 36px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.testimonial-rating {
    color: #FFB800;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 0.95rem;
    color: #2D2D2D;
    line-height: 1.7;
    margin-bottom: 24px;
}

.author-name {
    font-weight: 600;
    color: #1F1F1F;
    margin-bottom: 4px;
}

.author-location {
    font-size: 0.85rem;
    color: #6B6B6B;
}

/* =============================================
   FOOTER
============================================= */
.footer {
    background: #1F1F1F;
    color: #FFFFFF;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-title {
    font-size: 1.8rem;
    margin-bottom: 16px;
}

.footer-text {
    color: #B8B8B8;
    font-size: 0.9rem;
    line-height: 1.7;
}

.footer-heading {
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a,
.footer-links li {
    color: #B8B8B8;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #FF1493;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-link {
    color: #B8B8B8;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #FF1493;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #B8B8B8;
    font-size: 0.85rem;
}

/* =============================================
   RESPONSIVE DESIGN
============================================= */
@media (max-width: 992px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.8rem;
    }
    
    .hero-cta {
        justify-content: center;
    }
    
    .trust-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .why-content {
        grid-template-columns: 1fr;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .transformation-content {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .transformation-title {
        font-size: 2rem;
    }
}

/* ========================================
   RESPONSIVE PAGE D'ACCUEIL
======================================== */

/* === TABLETTE (768px - 1023px) === */
@media (max-width: 1023px) {
    .container {
        padding: 0 30px;
    }

    /* Hero Section */
    .hero {
        padding-top: 140px;
    }

    .hero-container {
        gap: 40px;
        padding: 50px 20px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-cta {
        gap: 15px;
    }

    /* Best Sellers */
    .section-title {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }

    .products-grid {
        gap: 30px;
    }
}

/* === MOBILE (< 768px) === */
@media (max-width: 767px) {
    .container {
        padding: 0 20px;
        max-width: 100%;
        width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    /* === HERO SECTION MOBILE === */
    .hero {
        padding: 120px 0 60px;
        background: linear-gradient(135deg, #FFD6E8 0%, #FEFAF9 100%);
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .hero-container {
        display: flex;
        flex-direction: column;
        gap: 40px;
        text-align: center;
        padding: 40px 20px;
        min-height: auto;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .hero-content {
        order: 1;
        width: 100%;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .hero-subtitle {
        font-size: 0.85rem;
        margin-bottom: 20px;
    }

    .hero-description {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .hero-cta {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-secondary {
        width: 100%;
        max-width: 300px;
        padding: 14px 28px;
        font-size: 0.9rem;
    }

    /* Image Hero */
    .hero-image {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-slideshow {
        position: relative;
        width: 90%;
        max-width: 400px;
        height: 350px;
        margin: 0 auto;
        display: block;
        background: linear-gradient(135deg, #FFD6E8 0%, #FEFAF9 100%); /* Fond rose dégradé */
        border-radius: 24px; /* Arrondit le container */
        overflow: hidden; /* Coupe tout ce qui dépasse */
        padding: 20px; /* Espace intérieur pour que l'image ne touche pas les bords */
    }

    .hero-slide {
        position: absolute;
        top: 20px; /* Décale de 20px à cause du padding */
        left: 20px;
        right: 20px;
        bottom: 20px;
        margin: auto;
        width: calc(100% - 40px); /* Prend en compte le padding */
        height: calc(100% - 40px);
        object-fit: contain;
        border-radius: 16px; /* Arrondit l'image elle-même */
        opacity: 0;
        transition: opacity 2.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hero-slide.active {
        opacity: 1;
        z-index: 2;
    }

    /* Best Sellers Section */
    .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .section-subtitle {
        font-size: 0.9rem;
        margin-bottom: 50px;
    }

    /* Grille produits : 1 colonne sur mobile */
    .products-grid,
    .best-sellers-grid {
        grid-template-columns: 1fr !important; /* Force 1 colonne */
        gap: 30px;
        max-width: 400px; /* Limite la largeur pour mobile */
        width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }

    /* Product Cards Mobile */
    .product-card {
        min-height: auto; /* Retire la hauteur fixe */
        padding: 20px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .product-image-wrapper {
        height: 320px; /* Augmente un peu la hauteur */
        width: 100%;
        max-width: 100%;
        min-height: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px; /* Ajoute du padding */
        box-sizing: border-box;
        overflow: hidden;
    }

    .product-image {
        width: auto; /* AUTO au lieu de 90% */
        height: auto; /* AUTO au lieu de 90% */
        max-width: 85%; /* Limite la largeur maximale */
        max-height: 85%; /* Limite la hauteur maximale */
        object-fit: contain; /* IMPORTANT : garde les proportions */
        border-radius: 16px; /* Arrondit les coins */
    }

    .product-name {
        font-size: 1.5rem;
    }

    .product-description {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .product-price {
        font-size: 1.5rem;
        text-align: center;
    }

    .btn-product {
        width: 100%;
        padding: 12px 24px;
        font-size: 0.85rem;
    }

    /* Product Badge */
    .product-badge {
        padding: 6px 14px;
        font-size: 0.7rem;
    }

    /* Rating */
    .product-rating {
        font-size: 0.8rem;
    }

    /* CTA Sections (si présentes) */
    .cta-section {
        padding: 50px 0;
        text-align: center;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .cta-section h2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .cta-section p {
        font-size: 0.9rem;
        margin-bottom: 30px;
    }

    /* Sections générales */
    .why-section,
    section {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    /* === SECTION POURQUOI CHOISIR === */
    .why-section {
        padding: 60px 0;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .why-section .container {
        padding: 0 20px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .why-section .section-title {
        font-size: 2rem;
        margin-bottom: 20px;
        padding: 0 10px;
        text-align: center;
    }

    .why-section .section-subtitle {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 30px;
        padding: 0 10px;
        text-align: center;
    }

    .why-content {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Image dans why-section */
    .why-image {
        max-width: 90%;
        width: 90%;
        height: auto;
        margin: 0 auto 30px;
        display: block;
        border-radius: 16px;
    }

    .why-image img {
        max-width: 100%;
        width: 100%;
        height: auto;
        border-radius: 16px;
    }

    /* Features dans why-section */
    .why-features {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0 10px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .feature-item {
        padding: 20px 15px;
        text-align: center;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .feature-icon {
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .feature-icon svg {
        width: 40px;
        height: 40px;
    }

    .feature-content {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .feature-title {
        font-size: 1.3rem;
        margin-bottom: 12px;
        padding: 0 5px;
    }

    .feature-text {
        font-size: 0.85rem;
        line-height: 1.5;
        padding: 0 5px;
    }

    .why-cta {
        text-align: center;
        margin-top: 30px;
        padding: 0 10px;
    }

    .why-cta .btn-primary {
        width: 100%;
        max-width: 300px;
    }

    /* Témoignages (si présents) */
    .testimonials {
        padding: 60px 0;
    }

    .testimonial-card {
        padding: 30px 20px;
    }

    .testimonial-text {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .testimonial-author {
        font-size: 0.85rem;
    }
}

/* === MOBILE SMALL (< 480px) === */
@media (max-width: 479px) {
    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .product-card {
        padding: 15px;
    }

    /* Effet actif sur mobile pour feedback tactile */
    .product-card:active {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    }

    .product-image-wrapper {
        height: 250px;
        min-height: 250px;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-secondary {
        max-width: 100%;
        padding: 12px 24px;
    }
}