/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Supprimer TOUS les espaces entre sections - RÈGLE GLOBALE */
section {
    margin-top: 0;
    margin-bottom: 0;
}

section+section {
    margin-top: 0;
}

/* Fix spécifique pour les pages Contact et À propos - Espacement en bas */
.faq-section + .footer,
.cta-section + .footer,
.contact-page + .footer,
.about-content + .footer {
    margin-top: 0 !important;
}

/* S'assurer qu'il n'y a pas d'espace blanc en bas du body */
body {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

html {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.hero+section,
.urgency-banner+section,
.blackfriday-banner+section,
.bonus-banner+section,
.social-proof-banner+section,
.features+section,
.products+section,
.trust-badges-section+section,
.testimonials+section {
    margin-top: 0;
}

/* Force responsive global pour mobile */
@media (max-width: 768px) {
    * {
        max-width: 100%;
    }

    html,
    body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: auto !important;
        min-height: 100vh !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

:root {
    --primary-color: #ff6b9d;
    --primary-dark: #e55a8a;
    --secondary-color: #c8a2c8;
    --accent-blue: #6bb6ff;
    --accent-pink: #ffb6e1;
    --accent-purple: #d4a5f9;
    --accent-rose: #ffc0cb;
    --accent-lavender: #e6e6fa;
    --text-dark: #2d1b2d;
    --text-light: #6b5b6b;
    --bg-light: #fef7f7;
    --bg-white: #ffffff;
    --shadow-sm: 0 2px 12px rgba(255, 107, 157, 0.08);
    --shadow-md: 0 8px 24px rgba(255, 107, 157, 0.12);
    --shadow-lg: 0 16px 48px rgba(255, 107, 157, 0.18);
    --shadow-xl: 0 24px 64px rgba(255, 107, 157, 0.25);
    --gradient-primary: linear-gradient(135deg, #ff6b9d 0%, #ffb6e1 50%, #c8a2c8 100%);
    --gradient-hero: linear-gradient(135deg, rgba(255, 107, 157, 0.85) 0%, rgba(255, 182, 225, 0.85) 50%, rgba(200, 162, 200, 0.85) 100%);
    --gradient-overlay: linear-gradient(180deg, rgba(255, 107, 157, 0.2) 0%, rgba(200, 162, 200, 0.1) 50%, rgba(255, 107, 157, 0.3) 100%);
    --gradient-feminine: linear-gradient(135deg, #fff0f5 0%, #ffe4e1 50%, #f5f0ff 100%);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background: var(--gradient-feminine);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 100vh;
}

* {
    box-sizing: border-box;
}

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    height: auto;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="feminine-pattern" width="200" height="200" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="2" fill="rgba(255,107,157,0.03)"/><circle cx="150" cy="150" r="1.5" fill="rgba(200,162,200,0.03)"/><circle cx="100" cy="100" r="1" fill="rgba(255,182,225,0.03)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23feminine-pattern)"/></svg>');
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}

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

@media (max-width: 768px) {
    .container {
        padding: 0 2rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1.5rem;
    }
}

/* Header */
.header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

.nav-brand .logo {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ff1744 0%, #ff6b9d 20%, #ffb6e1 40%, #c8a2c8 60%, #ffb6e1 80%, #ff6b9d 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    text-decoration: none;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    animation: logo-gradient-shift 4s ease infinite, logo-glow 3s ease-in-out infinite;
    text-shadow: 0 0 30px rgba(255, 107, 157, 0.3);
    filter: drop-shadow(0 2px 10px rgba(255, 107, 157, 0.2));
}

.nav-brand {
    position: relative;
    padding: 0 35px;
}

.nav-brand .logo::before {
    content: '✨';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    animation: sparkle-rotate 3s linear infinite;
    filter: drop-shadow(0 0 10px rgba(255, 235, 59, 0.7));
    z-index: 1;
}

.nav-brand .logo::after {
    content: '✨';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    animation: sparkle-rotate 3s linear infinite reverse;
    filter: drop-shadow(0 0 10px rgba(255, 235, 59, 0.7));
    z-index: 1;
}

@keyframes logo-gradient-shift {

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

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

@keyframes logo-glow {

    0%,
    100% {
        filter: drop-shadow(0 2px 10px rgba(255, 107, 157, 0.2));
        transform: scale(1);
    }

    50% {
        filter: drop-shadow(0 4px 20px rgba(255, 107, 157, 0.4));
        transform: scale(1.02);
    }
}

@keyframes sparkle-rotate {
    0% {
        transform: translateY(-50%) rotate(0deg) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-50%) rotate(180deg) scale(1.2);
        opacity: 1;
    }

    100% {
        transform: translateY(-50%) rotate(360deg) scale(1);
        opacity: 0.8;
    }
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-link {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
    position: relative;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
    position: absolute;
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    position: absolute;
}

/* Hero Section */
.hero {
    background: var(--gradient-hero);
    padding: 8rem 0;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    transform: scale(1.05);
    transition: transform 25s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    filter: brightness(0.7) contrast(1.1);
}

.hero:hover .hero-bg-image {
    transform: scale(1.1);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-overlay);
    z-index: 1;
    pointer-events: none;
}

/* Hero Decoration - Feminine Design */
.hero-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.hero-flower {
    position: absolute;
    font-size: 3rem;
    opacity: 0.3;
    animation: float-flower 15s infinite ease-in-out;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));
}

.hero-flower-1 {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
    font-size: 4rem;
}

.hero-flower-2 {
    top: 20%;
    right: 10%;
    animation-delay: 2s;
    font-size: 3.5rem;
}

.hero-flower-3 {
    bottom: 30%;
    left: 8%;
    animation-delay: 4s;
    font-size: 3rem;
}

.hero-flower-4 {
    top: 50%;
    right: 5%;
    animation-delay: 6s;
    font-size: 3.5rem;
}

.hero-flower-5 {
    bottom: 15%;
    right: 20%;
    animation-delay: 8s;
    font-size: 4rem;
}

@keyframes float-flower {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 0.3;
    }

    25% {
        transform: translate(30px, -30px) rotate(10deg) scale(1.1);
        opacity: 0.4;
    }

    50% {
        transform: translate(-20px, -50px) rotate(-10deg) scale(0.9);
        opacity: 0.35;
    }

    75% {
        transform: translate(20px, -20px) rotate(5deg) scale(1.05);
        opacity: 0.4;
    }
}

/* Page Hero Decoration */
.page-hero-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.decoration-flower {
    position: absolute;
    font-size: 2.5rem;
    opacity: 0.25;
    animation: float-flower 12s infinite ease-in-out;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4));
}

.decoration-flower-1 {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.decoration-flower-2 {
    top: 60%;
    right: 15%;
    animation-delay: 3s;
    font-size: 3rem;
}

.decoration-flower-3 {
    bottom: 20%;
    left: 15%;
    animation-delay: 6s;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.08"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.08"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.4;
    z-index: 2;
    pointer-events: none;
}

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

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding: 0 1rem;
}

.hero-buttons .btn {
    min-width: 250px;
    max-width: 90%;
    padding: 1.3rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    text-shadow:
        0 6px 30px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(255, 235, 59, 0.3),
        0 4px 15px rgba(0, 0, 0, 0.4);
    letter-spacing: -0.02em;
    line-height: 1.1;
    background: linear-gradient(135deg, #ffffff 0%, #ffeb3b 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 100%;
    animation: hero-title-glow 3s ease infinite;
    position: relative;
}

@keyframes hero-title-glow {

    0%,
    100% {
        background-position: 0% 50%;
        filter: brightness(1);
    }

    50% {
        background-position: 100% 50%;
        filter: brightness(1.2);
    }
}

.hero-subtitle {
    font-size: 1.7rem;
    margin-bottom: 3rem;
    font-weight: 400;
    opacity: 1;
    text-shadow:
        0 3px 15px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(255, 255, 255, 0.2);
    letter-spacing: 0.02em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.98);
    line-height: 1.6;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    will-change: transform;
    backface-visibility: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    color: var(--primary-color);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15), 0 0 20px rgba(255, 107, 157, 0.2);
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 2px solid rgba(255, 107, 157, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 157, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 107, 157, 0.4), 0 0 30px rgba(255, 107, 157, 0.3);
    border-color: var(--primary-color);
}

.btn-secondary {
    background: var(--gradient-primary);
    color: white;
    box-shadow: 0 8px 30px rgba(255, 107, 157, 0.4), inset 0 0 30px rgba(255, 255, 255, 0.1);
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    background-size: 200% 100%;
    animation: gradient-shift-secondary 3s ease infinite;
}

@keyframes gradient-shift-secondary {

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

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

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-secondary:hover::before {
    left: 100%;
}

.btn-secondary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 107, 157, 0.5), inset 0 0 40px rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-large {
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
}

.btn-product {
    background: var(--bg-white);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 0.8rem 1.5rem;
    margin: 0.5rem;
    font-size: 0.95rem;
}

.btn-product-main {
    width: 100%;
    background: linear-gradient(135deg, #ff6b9d 0%, #ffb6e1 50%, #c8a2c8 100%);
    color: white;
    border: 3px solid rgba(255, 255, 255, 0.3);
    padding: 1.2rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    box-shadow:
        0 8px 30px rgba(255, 107, 157, 0.4),
        inset 0 0 40px rgba(255, 255, 255, 0.2),
        0 0 50px rgba(255, 107, 157, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.btn-product-main:hover {
    transform: translateY(-3px);
    box-shadow:
        0 12px 40px rgba(255, 107, 157, 0.5),
        inset 0 0 50px rgba(255, 255, 255, 0.3),
        0 0 60px rgba(255, 107, 157, 0.4);
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-product:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.btn-product-highlight {
    background: linear-gradient(135deg, #ff4444 0%, #ff6b6b 50%, #ff4444 100%);
    color: white;
    border: 3px solid #ffeb3b;
    box-shadow:
        0 8px 30px rgba(255, 68, 68, 0.6),
        inset 0 0 30px rgba(255, 235, 59, 0.2),
        0 0 40px rgba(255, 68, 68, 0.5);
    font-weight: 800;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    background-size: 200% 100%;
    animation: gradient-shift-btn 3s ease infinite;
}

@keyframes gradient-shift-btn {

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

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

.btn-product-highlight::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: rotate-shine-btn 3s infinite;
}

@keyframes rotate-shine-btn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-product-highlight:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow:
        0 12px 40px rgba(255, 68, 68, 0.8),
        inset 0 0 40px rgba(255, 235, 59, 0.3),
        0 0 60px rgba(255, 68, 68, 0.7);
    border-color: #ffeb3b;
}

.btn-product-highlight:active {
    transform: translateY(-2px) scale(1.02);
}

/* Section Titles */
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 4rem;
    color: var(--text-dark);
    position: relative;
    padding-bottom: 1.5rem;
    letter-spacing: -0.02em;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--primary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 107, 157, 0.3);
}

/* Products Section */
.products {
    padding: 7rem 0 10rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #fff5f9 30%, #f5f0ff 60%, #ffffff 100%);
    position: relative;
    min-height: auto;
    overflow: visible !important;
    z-index: 1;
}

.products::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="150" height="150" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="products-pattern" width="150" height="150" patternUnits="userSpaceOnUse"><circle cx="75" cy="75" r="1.5" fill="rgba(255,107,157,0.04)"/><circle cx="30" cy="30" r="1" fill="rgba(255,182,225,0.04)"/><circle cx="120" cy="120" r="1" fill="rgba(200,162,200,0.04)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23products-pattern)"/></svg>');
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
}

.products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 157, 0.3), transparent);
}

.product-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 6rem;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    border-radius: 30px;
    padding: 4rem;
    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.08),
        0 10px 40px rgba(255, 107, 157, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 107, 157, 0.15);
    position: relative;
    overflow: visible;
    z-index: 1;
    visibility: visible !important;
    opacity: 1 !important;
}

.product-card:last-child {
    margin-bottom: 8rem !important;
    padding-bottom: 2rem !important;
    box-shadow:
        0 35px 120px rgba(0, 0, 0, 0.15),
        0 18px 60px rgba(255, 107, 157, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 0 80px rgba(255, 107, 157, 0.4) !important;
    border: 3px solid rgba(255, 107, 157, 0.5) !important;
    transform: scale(1.03) !important;
    position: relative !important;
    z-index: 10 !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: grid !important;
    background: linear-gradient(135deg, #ffffff 0%, #fff5f9 50%, #ffffff 100%) !important;
}

.product-card:last-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--gradient-primary);
    opacity: 1 !important;
    z-index: 1;
}

.product-card:last-child .product-badge {
    background: linear-gradient(135deg, #ff6b9d 0%, #ffb6e1 100%) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 157, 0.6) !important;
    transform: scale(1.1) !important;
    animation: pulse-badge 2s infinite !important;
}

@keyframes pulse-badge {

    0%,
    100% {
        transform: scale(1.1);
        box-shadow: 0 8px 25px rgba(255, 107, 157, 0.6);
    }

    50% {
        transform: scale(1.15);
        box-shadow: 0 10px 30px rgba(255, 107, 157, 0.8);
    }
}

.product-card:last-child .stock-indicator {
    background: rgba(255, 68, 68, 1) !important;
    box-shadow: 0 6px 20px rgba(255, 68, 68, 0.6) !important;
    animation: pulse-stock-intense 1.5s infinite !important;
}

@keyframes pulse-stock-intense {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 6px 20px rgba(255, 68, 68, 0.6);
    }

    50% {
        transform: scale(1.08);
        box-shadow: 0 8px 25px rgba(255, 68, 68, 0.9);
    }
}

/* FORCER COLONNE UNIQUE SUR MOBILE - PRIORITÉ ABSOLUE */
@media screen and (max-width: 968px) {
    .product-card {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
        gap: 2rem !important;
        padding: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .product-image-wrapper {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .product-content {
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.product-card:hover::before {
    opacity: 1;
}

.product-card:hover {
    transform: translateY(-12px);
    box-shadow:
        0 35px 100px rgba(0, 0, 0, 0.15),
        0 15px 50px rgba(255, 107, 157, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 107, 157, 0.3);
}

.product-card:nth-child(even) {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
}

.product-card:nth-child(odd) {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
}

.product-image-wrapper {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #f8f8f8;
    min-height: 450px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}

.product-card:hover .product-image-wrapper {
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.15),
        0 12px 35px rgba(0, 0, 0, 0.12);
    transform: scale(1.01);
}

@media (max-width: 768px) {
    .product-image-wrapper {
        min-height: 300px;
    }
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    backface-visibility: hidden;
    display: block;
    max-width: 100%;
    height: auto;
    filter: brightness(1) contrast(1) saturate(1);
}

.product-card:hover .product-image {
    transform: scale(1.05);
    filter: brightness(1.02) contrast(1.02) saturate(1.05);
}

.product-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 1;
}

.product-card:hover .product-image-overlay {
    opacity: 1;
}

.product-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    background: linear-gradient(135deg, #ff6b9d 0%, #ffb6e1 100%);
    color: white;
    padding: 0.7rem 1.4rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(255, 107, 157, 0.4);
    z-index: 2;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.product-card:hover .product-badge {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 107, 157, 0.5);
}

.product-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-header {
    margin-bottom: 2rem;
}

.product-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #1a1a1a;
    margin-bottom: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.product-description {
    font-size: 1.15rem;
    color: var(--text-light);
    line-height: 1.9;
    letter-spacing: 0.01em;
}

.product-pricing {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.price-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.8rem 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 252, 0.98) 50%, rgba(255, 245, 249, 0.98) 100%);
    border-radius: 20px;
    border: 3px solid rgba(255, 107, 157, 0.25);
    box-shadow:
        0 6px 25px rgba(255, 107, 157, 0.15),
        inset 0 0 40px rgba(255, 182, 225, 0.08),
        0 0 30px rgba(255, 107, 157, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 10;
    pointer-events: auto !important;
    -webkit-tap-highlight-color: rgba(255, 107, 157, 0.3);
    overflow: hidden;
}

.price-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.price-item:hover::before {
    animation: shine-sweep 1.5s ease-in-out;
}

.price-item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow:
        0 12px 40px rgba(255, 107, 157, 0.25),
        inset 0 0 50px rgba(255, 182, 225, 0.15),
        0 0 50px rgba(255, 107, 157, 0.2),
        0 0 80px rgba(255, 182, 225, 0.1);
    border-color: rgba(255, 107, 157, 0.5);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 248, 250, 1) 50%, rgba(255, 240, 245, 1) 100%);
}

@keyframes shine-sweep {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
        opacity: 0;
    }
}

.price-item.selected {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 245, 249, 1) 30%,
            rgba(255, 240, 250, 1) 50%,
            rgba(245, 240, 255, 1) 70%,
            rgba(255, 250, 255, 1) 100%);
    border-color: rgba(255, 107, 157, 0.7);
    border-width: 4px;
    box-shadow:
        0 12px 45px rgba(255, 107, 157, 0.4),
        inset 0 0 60px rgba(255, 182, 225, 0.2),
        0 0 60px rgba(255, 107, 157, 0.3),
        0 0 100px rgba(255, 182, 225, 0.15);
    transform: translateY(-4px) scale(1.03);
    animation: selected-pulse 2s ease-in-out infinite;
    position: relative;
}

.price-item.selected::after {
    content: '✓';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #ff6b9d 0%, #ffb6e1 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 900;
    box-shadow:
        0 4px 15px rgba(255, 107, 157, 0.5),
        0 0 20px rgba(255, 107, 157, 0.3);
    animation: check-bounce 0.6s ease-out;
    z-index: 5;
}

@keyframes selected-pulse {

    0%,
    100% {
        box-shadow:
            0 12px 45px rgba(255, 107, 157, 0.4),
            inset 0 0 60px rgba(255, 182, 225, 0.2),
            0 0 60px rgba(255, 107, 157, 0.3),
            0 0 100px rgba(255, 182, 225, 0.15);
    }

    50% {
        box-shadow:
            0 15px 55px rgba(255, 107, 157, 0.5),
            inset 0 0 70px rgba(255, 182, 225, 0.25),
            0 0 80px rgba(255, 107, 157, 0.4),
            0 0 120px rgba(255, 182, 225, 0.2);
    }
}

@keyframes check-bounce {
    0% {
        transform: scale(0) rotate(-180deg);
        opacity: 0;
    }

    50% {
        transform: scale(1.3) rotate(10deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.price-item:active {
    transform: translateY(0);
}

.price {
    font-size: 2.8rem;
    font-weight: 900;
    background: linear-gradient(135deg, #ff1744 0%, #ff6b9d 25%, #ffb6e1 50%, #c8a2c8 75%, #ff6b9d 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    margin: 0.4rem 0;
    filter: drop-shadow(0 0 12px rgba(255, 107, 157, 0.4));
    letter-spacing: -0.02em;
    animation: price-gradient-shift 3s ease infinite;
    position: relative;
}

@keyframes price-gradient-shift {

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

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

.price-highlight {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 245, 249, 1) 30%,
            rgba(255, 240, 250, 1) 50%,
            rgba(245, 240, 255, 1) 70%,
            rgba(255, 250, 255, 1) 100%);
    border-color: rgba(255, 107, 157, 0.5);
    box-shadow:
        0 8px 35px rgba(255, 107, 157, 0.3),
        inset 0 0 50px rgba(255, 182, 225, 0.18),
        0 0 45px rgba(255, 107, 157, 0.25),
        0 0 80px rgba(255, 182, 225, 0.12);
    border-width: 3px;
    position: relative;
}

.price-highlight::after {
    content: '⭐';
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 2.5rem;
    animation: rotate-star 3s linear infinite, star-glow 2s ease-in-out infinite;
    filter: drop-shadow(0 0 15px rgba(255, 107, 157, 0.7)) drop-shadow(0 0 30px rgba(255, 182, 225, 0.5));
    z-index: 3;
}

@keyframes star-glow {

    0%,
    100% {
        filter: drop-shadow(0 0 15px rgba(255, 107, 157, 0.7)) drop-shadow(0 0 30px rgba(255, 182, 225, 0.5));
        transform: scale(1);
    }

    50% {
        filter: drop-shadow(0 0 25px rgba(255, 107, 157, 1)) drop-shadow(0 0 50px rgba(255, 182, 225, 0.8));
        transform: scale(1.15);
    }
}

@keyframes rotate-star {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.2);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

.price-highlight .price {
    font-size: 3.2rem;
    background: linear-gradient(135deg, #ff6b9d 0%, #ffb6e1 30%, #c8a2c8 60%, #ff6b9d 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift 3s ease infinite, price-glow 3s ease-in-out infinite;
}

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

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

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

.price-label {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 600;
    margin-top: 0.3rem;
    opacity: 0.8;
}

.price-save {
    display: block;
    margin-top: 0.6rem;
    padding: 0.5rem 0.8rem;
    background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
    color: white;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow:
        0 3px 12px rgba(76, 175, 80, 0.3),
        inset 0 0 15px rgba(255, 255, 255, 0.1);
    letter-spacing: 0.2px;
}

.price-divider {
    text-align: center;
    margin: 0.5rem 0;
    font-size: 0.95rem;
    color: var(--text-light);
    font-weight: 600;
    opacity: 0.7;
    font-style: italic;
    position: relative;
}

.price-divider::before,
.price-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 157, 0.3), transparent);
}

.price-divider::before {
    left: 0;
}

.price-divider::after {
    right: 0;
}

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

/* Testimonials Section */
.testimonials {
    padding: 7rem 0;
    background: linear-gradient(135deg, #fff5f9 0%, #ffe4e1 30%, #f5f0ff 70%, #fff5f9 100%);
    position: relative;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="dots" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1" fill="rgba(255,107,157,0.05)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23dots)"/></svg>');
    opacity: 0.5;
    pointer-events: none;
}

.testimonials-intro {
    text-align: center;
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 3rem;
}

.testimonials-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    visibility: visible !important;
    opacity: 1 !important;
}

.testimonial-card {
    background: linear-gradient(135deg, #ffffff 0%, #fff5f9 100%);
    padding: 2.5rem;
    border-radius: 30px;
    box-shadow:
        0 10px 30px rgba(255, 107, 157, 0.15),
        inset 0 0 30px rgba(255, 182, 225, 0.1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
    border-top: 5px solid;
    border-image: var(--gradient-primary) 1;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 107, 157, 0.2);
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.testimonial-card:hover::before {
    transform: scaleX(1);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 20px 50px rgba(255, 107, 157, 0.25),
        inset 0 0 40px rgba(255, 182, 225, 0.15),
        0 0 50px rgba(255, 107, 157, 0.2);
    border-color: rgba(255, 107, 157, 0.4);
}

.testimonial-content {
    margin-bottom: 1.5rem;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.testimonial-text {
    font-size: 1rem;
    color: var(--text-dark);
    line-height: 1.8;
    font-style: italic;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.testimonial-author {
    text-align: right;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.testimonial-name {
    font-weight: 600;
    color: var(--primary-color);
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.testimonial-cta {
    text-align: center;
    margin-top: 3rem;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.testimonial-cta p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

/* Contact Section */
.contact {
    padding: 7rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    text-align: center;
    position: relative;
}

.contact-intro {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.contact-text {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 2rem;
}

.contact-note {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-light);
    font-style: italic;
}

/* Footer */
.footer {
    background: var(--text-dark);
    color: white;
    padding: 3rem 0;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.footer .container {
    max-width: 100%;
    padding: 0 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    width: 100%;
}

.footer p {
    margin: 0.5rem 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
}

.footer-text {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.5;
}

.footer-contact {
    font-size: 0.9rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    line-height: 1.6;
}

.footer-contact a {
    color: var(--accent-pink);
    text-decoration: none;
    transition: color 0.3s ease;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    display: inline;
    max-width: 100%;
    hyphens: auto;
    white-space: normal;
    line-height: 1.6;
}

.footer-contact a:hover {
    color: white;
}

/* Features Section */
.features {
    padding: 6rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #fff5f9 50%, #ffffff 100%);
    position: relative;
}

.features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="features-pattern" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,107,157,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,182,225,0.05)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23features-pattern)"/></svg>');
    opacity: 0.4;
    pointer-events: none;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-card {
    text-align: center;
    padding: 2.5rem;
    background: linear-gradient(135deg, #fff5f9 0%, #ffffff 50%, #f5f0ff 100%);
    border-radius: 30px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), background 0.5s ease;
    will-change: transform;
    backface-visibility: hidden;
    border: 2px solid rgba(255, 107, 157, 0.2);
    box-shadow:
        0 8px 25px rgba(255, 107, 157, 0.12),
        inset 0 0 30px rgba(255, 182, 225, 0.08);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 182, 225, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow:
        0 15px 40px rgba(255, 107, 157, 0.2),
        inset 0 0 50px rgba(255, 182, 225, 0.15),
        0 0 40px rgba(255, 107, 157, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #fff5f9 100%);
    border-color: rgba(255, 107, 157, 0.4);
}

.feature-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 15px rgba(255, 107, 157, 0.3));
    animation: float-icon 3s ease-in-out infinite;
}

@keyframes float-icon {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.feature-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.feature-text {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Page Hero (for other pages) */
.page-hero {
    background: var(--gradient-hero);
    padding: 4rem 0;
    text-align: center;
    color: white;
    position: relative;
}

.page-hero-enhanced {
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.95) 0%, rgba(200, 162, 200, 0.95) 100%);
    padding: 8rem 0;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.page-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}

.page-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    transform: scale(1.05);
    transition: transform 25s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    filter: brightness(0.7) contrast(1.1);
}

.page-hero-enhanced:hover .page-hero-bg-image {
    transform: scale(1.1);
}

.page-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-overlay);
    z-index: 1;
    pointer-events: none;
}

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

.page-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.page-subtitle {
    font-size: 1.4rem;
    opacity: 0.98;
    margin-bottom: 3rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.01em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-hero-stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

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

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* About Page */
.about-content {
    padding: 7rem 0 9rem 0;
    background: linear-gradient(180deg, #fff 0%, #faf5ff 50%, #fff 100%);
    position: relative;
    margin-bottom: 0;
}

.about-content:last-of-type {
    padding-bottom: 9rem;
}

.about-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 5rem;
    align-items: center;
}

.about-section-enhanced {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    margin-bottom: 6rem;
    align-items: center;
    padding: 4rem;
    background: white;
    border-radius: 35px;
    box-shadow: var(--shadow-lg);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.about-section-enhanced:last-child {
    margin-bottom: 8rem !important;
    padding-bottom: 2rem !important;
}

/* FORCER COLONNE UNIQUE SUR MOBILE - PRIORITÉ ABSOLUE */
@media screen and (max-width: 968px) {
    .about-section-enhanced {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
        gap: 2rem !important;
        padding: 2rem !important;
    }

    .about-section-enhanced.reverse {
        direction: ltr !important;
    }

    .about-section-enhanced.reverse>* {
        direction: ltr !important;
    }
}

.about-section-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.about-section-enhanced:hover::before {
    opacity: 1;
}

.about-section-enhanced:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.about-section.reverse,
.about-section-enhanced.reverse {
    direction: rtl;
}

.about-section.reverse>*,
.about-section-enhanced.reverse>* {
    direction: ltr;
}

.about-image-wrapper {
    position: relative;
}

.about-image-wrapper-enhanced {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.5s ease;
}

.about-section-enhanced:hover .about-image-wrapper-enhanced {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.about-image-placeholder {
    aspect-ratio: 1;
    background: var(--gradient-primary);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
}

.about-image-placeholder-enhanced {
    aspect-ratio: 1;
    background: var(--gradient-primary);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(255, 107, 157, 0.3);
    position: relative;
    overflow: hidden;
}

.about-image-real {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(255, 107, 157, 0.3);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.8s ease, filter 0.8s ease;
    will-change: transform;
    backface-visibility: hidden;
    display: block;
    max-width: 100%;
    height: auto;
    filter: brightness(1) contrast(1.05) saturate(1.1);
}

.about-image-wrapper-enhanced:hover .about-image-real,
.about-image-wrapper:hover .about-image-real {
    transform: scale(1.1);
    box-shadow: 0 25px 70px rgba(255, 107, 157, 0.4);
    filter: brightness(1.05) contrast(1.1) saturate(1.15);
}

.about-image-overlay-enhanced {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 1;
    border-radius: 30px;
}

.about-image-wrapper-enhanced:hover .about-image-overlay-enhanced {
    opacity: 1;
}

.about-image-gradient {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

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

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

.about-image-decoration {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.about-icon {
    font-size: 6rem;
    opacity: 0.8;
}

.about-icon-enhanced {
    font-size: 8rem;
    opacity: 0.9;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.about-text {
    padding: 2rem;
}

.about-text-enhanced {
    padding: 2rem;
}

.about-badge {
    display: inline-block;
    background: var(--gradient-primary);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

.about-title-enhanced {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-paragraph {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-paragraph-enhanced {
    font-size: 1.15rem;
    color: var(--text-light);
    line-height: 1.9;
    margin-bottom: 1.8rem;
}

.about-highlight {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #fff5f9 0%, #f5f0ff 100%);
    border-radius: 15px;
    margin-top: 2rem;
    border-left: 4px solid var(--primary-color);
}

.highlight-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.about-highlight p {
    margin: 0;
    font-size: 1rem;
    color: var(--text-dark);
    font-weight: 500;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.value-item {
    text-align: center;
    padding: 1.5rem;
    background: var(--bg-light);
    border-radius: 15px;
}

.value-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.value-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.value-text {
    color: var(--text-light);
    font-size: 0.95rem;
}

.commitment-list {
    list-style: none;
    margin-top: 1rem;
}

.commitment-list li {
    padding: 0.8rem 0;
    font-size: 1.05rem;
    color: var(--text-dark);
    border-bottom: 1px solid var(--bg-light);
}

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

/* CTA Section */
.cta-section {
    padding: 5rem 0 10rem 0;
    background: linear-gradient(135deg, #fff5f9 0%, #f5f0ff 100%);
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.cta-section:last-of-type {
    padding-bottom: 10rem;
}

.cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.cta-text {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 2rem;
}

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

/* Product Details */
.product-details {
    margin-top: 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
    border-radius: 15px;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.03);
}

.product-details h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-bottom: 1.2rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.product-details h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 0.8rem;
}

.benefits-list li {
    padding: 1rem 1.5rem;
    padding-left: 3rem;
    position: relative;
    color: var(--text-dark);
    background: white;
    border-radius: 10px;
    border-left: 3px solid var(--primary-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.benefits-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(255, 107, 157, 0.15);
}

.benefits-list li::before {
    content: '✨';
    position: absolute;
    left: 1rem;
    font-size: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
}

/* Contact Page */
.contact-page {
    padding: 5rem 0 8rem 0;
    background: var(--bg-white);
    margin-bottom: 0;
    position: relative;
}

.contact-page:last-of-type {
    padding-bottom: 8rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info-title,
.contact-form-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.contact-info-text,
.contact-form-text {
    font-size: 1.05rem;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-method {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-icon {
    font-size: 2rem;
    min-width: 50px;
}

.contact-details h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 0.3rem;
}

.contact-details a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: var(--primary-dark);
}

.contact-details p {
    color: var(--text-light);
    font-size: 0.95rem;
}

.contact-form-wrapper {
    background: var(--bg-light);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
}

.btn-block {
    width: 100%;
    text-align: center;
}

.contact-topics {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-topics h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.topics-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.topics-list li a {
    color: var(--text-dark);
    text-decoration: none;
    display: block;
    padding: 0.8rem;
    background: white;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.topics-list li a:hover {
    background: var(--primary-color);
    color: white;
    transform: translateX(5px);
}

/* FAQ Section */
.faq-section {
    padding: 5rem 0 8rem 0;
    background: linear-gradient(135deg, #fff5f9 0%, #f5f0ff 100%);
    margin-bottom: 0;
    position: relative;
}

.faq-section:last-of-type {
    padding-bottom: 8rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.faq-item {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.faq-question {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.faq-answer {
    color: var(--text-light);
    line-height: 1.8;
    font-size: 0.95rem;
}

/* Chatbot Styles */
.chatbot-toggle {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
    text-decoration: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
}

.chatbot-toggle:focus,
.chatbot-toggle:active,
.chatbot-toggle:hover {
    outline: none !important;
    border: none !important;
    text-decoration: none !important;
}

.chatbot-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.chatbot-toggle.active {
    background: var(--primary-color);
    animation: none;
}

.chatbot-icon {
    font-size: 28px;
    color: white;
}

.chatbot-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.chatbot-widget {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 380px;
    max-width: calc(100vw - 60px);
    height: 600px;
    max-height: calc(100vh - 130px);
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    pointer-events: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.chatbot-widget.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
}

.chatbot-header {
    background: linear-gradient(135deg, #ff6b9d 0%, #c8a2c8 100%);
    padding: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.chatbot-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.chatbot-info {
    flex: 1;
}

.chatbot-info h3 {
    font-size: 1.1rem;
    margin: 0 0 0.2rem 0;
    font-weight: 600;
}

.chatbot-info p {
    font-size: 0.75rem;
    margin: 0;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status-indicator {
    width: 8px;
    height: 8px;
    background: #4caf50;
    border-radius: 50%;
    display: inline-block;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {

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

    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.chatbot-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.chatbot-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.chatbot-messages {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chatbot-message {
    display: flex;
    gap: 0.8rem;
    animation: fadeInUp 0.3s ease;
}

.bot-message {
    align-self: flex-start;
}

.user-message {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.message-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.bot-message .message-avatar {
    background: linear-gradient(135deg, #ff6b9d 0%, #c8a2c8 100%);
}

.user-message .message-avatar {
    background: #25D366;
}

.message-content {
    max-width: 75%;
    background: white;
    padding: 1rem;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.user-message .message-content {
    background: linear-gradient(135deg, #ff6b9d 0%, #c8a2c8 100%);
    color: white;
}

.message-content p {
    margin: 0;
    line-height: 1.5;
    font-size: 0.95rem;
}

.user-message .message-content p {
    color: white;
}

.quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.8rem;
}

.quick-reply-btn {
    background: var(--bg-light);
    border: 1px solid #e0e0e0;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--text-dark);
}

.quick-reply-btn:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.chatbot-input-area {
    padding: 1rem;
    background: white;
    border-top: 1px solid #e0e0e0;
    display: flex;
    gap: 0.5rem;
}

.chatbot-input-area input {
    flex: 1;
    border: 1px solid #e0e0e0;
    padding: 0.8rem 1rem;
    border-radius: 25px;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.3s ease;
}

.chatbot-input-area input:focus {
    border-color: var(--primary-color);
}

.chatbot-send {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b9d 0%, #c8a2c8 100%);
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatbot-send:hover {
    transform: scale(1.1);
}

.chatbot-whatsapp {
    padding: 1rem;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    text-align: center;
    color: white;
}

.chatbot-whatsapp p {
    margin: 0 0 0.5rem 0;
    font-size: 0.9rem;
}

.btn-whatsapp {
    display: inline-block;
    background: white;
    color: #25D366;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 4px 30px rgba(37, 211, 102, 0.7);
    }
}

/* Responsive Design */
/* iPad et tablettes - Activer le menu hamburger */
@media (max-width: 1024px) {
    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column !important;
        gap: 5px !important;
        width: 40px !important;
        height: 40px !important;
        justify-content: center !important;
        align-items: center !important;
        z-index: 1001 !important;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 3rem 0;
        gap: 2rem;
        transition: left 0.3s ease;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .nav-menu.active {
        left: 0;
    }

    /* Hero - Position parfaite sur iPad */
    .hero {
        padding-top: 3rem !important;
        padding-bottom: 5rem !important;
        min-height: 60vh !important;
        max-height: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 0 !important;
    }

    .hero-content {
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        width: 100% !important;
    }

    .hero-title {
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 1.5rem !important;
        font-size: 3.5rem !important;
        line-height: 1.2 !important;
    }

    .hero-subtitle {
        margin-bottom: 2rem !important;
        font-size: 1.3rem !important;
    }

    .hero-buttons {
        margin-top: 2rem !important;
        margin-bottom: 0 !important;
    }

    /* Espacement parfait en bas sur iPad - Ne pas toucher le footer */
    .products {
        padding-top: 5rem !important;
        padding-bottom: 8rem !important;
        margin-bottom: 0 !important;
    }

    .product-card {
        margin-bottom: 4rem !important;
    }

    .product-card:last-child {
        margin-bottom: 8rem !important;
        padding-bottom: 2.5rem !important;
    }

    .products .container {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .about-content {
        padding-top: 5rem !important;
        padding-bottom: 8rem !important;
        margin-bottom: 0 !important;
    }

    .about-section-enhanced {
        margin-bottom: 4rem !important;
    }

    .about-section-enhanced:last-child {
        margin-bottom: 8rem !important;
        padding-bottom: 2.5rem !important;
    }

    .cta-section {
        padding-top: 5rem !important;
        padding-bottom: 8rem !important;
        margin-bottom: 0 !important;
    }

    .features {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
        margin-bottom: 0 !important;
    }

    .testimonials {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
        margin-bottom: 0 !important;
    }

    .trust-badges-section {
        padding-top: 3rem !important;
        padding-bottom: 5rem !important;
        margin-bottom: 0 !important;
    }

    /* Footer - Espacement parfait */
    .footer {
        margin-top: 0 !important;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
        margin-bottom: 0 !important;
    }

    /* Supprimer tous les espaces blancs en bas */
    body {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        overflow-y: auto !important;
    }

    html {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        overflow-y: auto !important;
    }

    section:last-of-type {
        margin-bottom: 0 !important;
    }

    /* S'assurer qu'aucune section ne touche le footer */
    section+.footer {
        margin-top: 0 !important;
    }
}

@media (max-width: 968px) {
    .chatbot-widget {
        width: calc(100vw - 20px);
        right: 10px;
        bottom: 80px;
        height: calc(100vh - 100px);
    }

    .chatbot-toggle {
        bottom: 20px;
        right: 20px;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        flex-direction: column;
        background: white;
        width: 100%;
        padding: 2rem;
        box-shadow: var(--shadow-lg);
        transition: left 0.3s ease;
        gap: 1rem;
    }

    .nav-menu.active {
        left: 0;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .about-section,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-section.reverse {
        direction: ltr;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-wrapper {
        padding: 1.5rem;
    }

    /* Contact Page - Responsive Fix */
    .contact-page {
        padding: 3rem 0 4rem 0 !important;
        margin-bottom: 0 !important;
    }

    .contact-grid {
        gap: 2.5rem !important;
    }

    .contact-info-title,
    .contact-form-title {
        font-size: 1.6rem !important;
    }

    .contact-info-text,
    .contact-form-text {
        font-size: 0.95rem !important;
        margin-bottom: 1.5rem !important;
    }

    .contact-method {
        flex-direction: column !important;
        gap: 0.8rem !important;
        padding: 1rem 0 !important;
    }

    .contact-icon {
        font-size: 1.8rem !important;
        min-width: 40px !important;
    }

    .contact-details h3 {
        font-size: 1rem !important;
        margin-bottom: 0.3rem !important;
    }

    .contact-details p,
    .contact-details a {
        font-size: 0.85rem !important;
        word-break: break-word !important;
    }

    .contact-topics {
        margin-top: 1.5rem !important;
        padding-top: 1.5rem !important;
    }

    .contact-topics h3 {
        font-size: 1.1rem !important;
        margin-bottom: 0.8rem !important;
    }

    .topics-list {
        gap: 0.6rem !important;
    }

    .topics-list li a {
        padding: 0.7rem !important;
        font-size: 0.9rem !important;
    }

    .btn-block {
        width: 100% !important;
        padding: 1rem 1.5rem !important;
        font-size: 0.95rem !important;
    }

    /* FAQ Section - Responsive Fix */
    .faq-section {
        padding: 3rem 0 4rem 0 !important;
        margin-bottom: 0 !important;
    }

    .faq-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    .faq-item {
        padding: 1.5rem !important;
    }

    .faq-question {
        font-size: 1.1rem !important;
    }

    .faq-answer {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }

    /* About Content - Responsive Fix */
    .about-content {
        padding: 3rem 0 4rem 0 !important;
        margin-bottom: 0 !important;
    }

    .about-section-enhanced {
        padding: 1.5rem !important;
        margin-bottom: 2.5rem !important;
        gap: 1.5rem !important;
    }

    .about-section-enhanced:last-child {
        margin-bottom: 4rem !important;
        padding-bottom: 2rem !important;
    }

    /* CTA Section - Responsive Fix */
    .cta-section {
        padding: 3rem 0 5rem 0 !important;
        margin-bottom: 0 !important;
    }

    .cta-title {
        font-size: 1.8rem !important;
        margin-bottom: 0.8rem !important;
    }

    .cta-text {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    .cta-buttons {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .cta-buttons .btn {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Footer spacing from sections above */
    .contact-page + .footer,
    .faq-section + .footer,
    .cta-section + .footer,
    .about-content + .footer {
        margin-top: 0 !important;
        padding-top: 3rem !important;
    }

    /* Increase bottom padding for sections before footer */
    .faq-section {
        padding-bottom: 5rem !important;
    }

    .contact-page {
        padding-bottom: 5rem !important;
    }

    .cta-section {
        padding-bottom: 6rem !important;
    }

    .about-content {
        padding-bottom: 5rem !important;
    }

    .product-card {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .product-image-wrapper {
        max-width: 500px;
        margin: 0 auto;
    }

    .product-pricing {
        flex-direction: column;
        gap: 1rem;
    }

    .price-divider {
        display: none;
    }
}

@media (max-width: 768px) {
    .nav-brand .logo {
        font-size: 1.5rem;
    }

    .hero {
        padding: 5rem 0;
        min-height: 70vh;
    }

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

    .hero-subtitle {
        font-size: 1.3rem;
    }

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

    .hero-buttons {
        padding: 0 1rem;
        gap: 1rem;
    }

    .hero-buttons .btn {
        min-width: 200px;
        max-width: calc(100% - 2rem);
        padding: 1.1rem 1.5rem;
        font-size: 1rem;
    }

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

    .product-actions {
        flex-direction: column;
    }

    .btn-product {
        width: 100%;
        max-width: 100%;
        margin: 0.3rem 0;
    }

    .btn-product-main {
        width: 100%;
        max-width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .product-card {
        padding: 2rem;
        gap: 2rem;
    }

    .urgency-banner {
        top: 70px;
        padding: 1rem 0;
    }

    .urgency-content {
        flex-direction: column;
        gap: 0.8rem;
        padding: 0 1.5rem;
    }

    .urgency-main {
        gap: 0.8rem;
    }

    .urgency-text {
        font-size: 1rem;
    }

    .urgency-timer {
        font-size: 0.85rem;
        padding: 0.6rem 1.5rem;
    }

    .stock-progress-bar {
        margin-top: 1rem;
        height: 28px;
    }

    .stock-progress-text {
        font-size: 0.75rem;
    }

    .social-proof-content {
        flex-direction: column;
        gap: 0.5rem;
        font-size: 0.85rem;
    }

    .proof-separator {
        display: none;
    }

    .product-stats {
        flex-direction: column;
        gap: 0.8rem;
    }

    .guarantee-badge {
        flex-direction: column;
        gap: 0.8rem;
    }

    .stock-indicator {
        bottom: 15px;
        left: 15px;
        font-size: 0.75rem;
        padding: 0.5rem 0.8rem;
    }

    .purchase-notification {
        right: 15px;
        bottom: 80px;
        max-width: calc(100vw - 30px);
        font-size: 0.85rem;
    }

    .price-comparison {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        padding: 1rem;
    }

    .savings-highlight {
        margin-top: 0.5rem;
    }

    .risk-reversal {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        padding: 1rem;
    }

    .trust-badges {
        flex-direction: column;
        gap: 1rem;
    }

    .trust-badge-item {
        width: 100%;
        justify-content: center;
    }

    .bonus-content {
        flex-direction: column;
        gap: 0.8rem;
        font-size: 0.9rem;
    }

    .blackfriday-content {
        flex-direction: column;
        gap: 1rem;
        font-size: 0.9rem;
    }

    .blackfriday-countdown {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .countdown-item {
        padding: 0.8rem 1rem;
        min-width: 60px;
    }

    .countdown-number {
        font-size: 1.8rem;
    }

    .countdown-separator {
        font-size: 1.5rem;
    }

    .loss-aversion {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .urgency-footer {
        flex-direction: column;
        text-align: center;
        padding: 0.8rem;
    }

    .stock-progress-bar {
        height: 25px;
    }

    .stock-progress-text {
        font-size: 0.75rem;
    }

    /* Contact Page - Mobile Responsive Fix */
    .contact-page {
        padding: 2.5rem 0 4.5rem 0 !important;
        margin-bottom: 0 !important;
    }

    .contact-grid {
        gap: 2rem !important;
    }

    .contact-info-title,
    .contact-form-title {
        font-size: 1.5rem !important;
        margin-bottom: 0.8rem !important;
    }

    .contact-info-text,
    .contact-form-text {
        font-size: 0.9rem !important;
        margin-bottom: 1.2rem !important;
        line-height: 1.6 !important;
    }

    .contact-method {
        padding: 0.8rem 0 !important;
    }

    .contact-icon {
        font-size: 1.6rem !important;
        min-width: 35px !important;
    }

    .contact-details h3 {
        font-size: 0.95rem !important;
    }

    .contact-details p,
    .contact-details a {
        font-size: 0.8rem !important;
    }

    .contact-form-wrapper {
        padding: 1.2rem !important;
    }

    .contact-topics {
        margin-top: 1.2rem !important;
        padding-top: 1.2rem !important;
    }

    .contact-topics h3 {
        font-size: 1rem !important;
    }

    .topics-list li a {
        padding: 0.6rem !important;
        font-size: 0.85rem !important;
    }
        margin-top: 1.5rem !important;
        padding-top: 1.5rem !important;
    }

    .topics-list {
        gap: 0.8rem !important;
    }

    .topics-list li {
        font-size: 0.9rem !important;
    }

    /* FAQ Section - Mobile Responsive Fix */
    .faq-section {
        padding: 2.5rem 0 4.5rem 0 !important;
        margin-bottom: 0 !important;
    }

    .faq-grid {
        grid-template-columns: 1fr !important;
        gap: 1.2rem !important;
    }

    .faq-item {
        padding: 1.2rem !important;
    }

    .faq-question {
        font-size: 1rem !important;
        margin-bottom: 0.8rem !important;
    }

    .faq-answer {
        font-size: 0.85rem !important;
        line-height: 1.6 !important;
    }

    /* About Content - Mobile Responsive Fix */
    .about-content {
        padding: 2.5rem 0 4.5rem 0 !important;
        margin-bottom: 0 !important;
    }

    .about-section-enhanced {
        padding: 1.2rem !important;
        margin-bottom: 2rem !important;
        gap: 1.2rem !important;
    }

    .about-section-enhanced:last-child {
        margin-bottom: 3.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .about-image-real {
        max-height: 280px !important;
    }

    .about-title-enhanced {
        font-size: 1.5rem !important;
    }

    .about-paragraph-enhanced {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }

    .values-grid {
        grid-template-columns: 1fr !important;
        gap: 0.8rem !important;
    }

    .value-item {
        padding: 1rem !important;
    }

    .value-icon {
        font-size: 2rem !important;
        margin-bottom: 0.8rem !important;
    }

    .value-title {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
    }

    .value-text {
        font-size: 0.85rem !important;
        line-height: 1.5 !important;
    }

    .commitment-list {
        padding-left: 1rem !important;
        margin-top: 0.8rem !important;
    }

    .commitment-list li {
        font-size: 0.9rem !important;
        padding: 0.6rem 0 !important;
        line-height: 1.5 !important;
    }

    .about-highlight {
        flex-direction: column !important;
        text-align: center !important;
        padding: 1rem !important;
        margin-top: 1.5rem !important;
    }

    .about-highlight p {
        font-size: 0.9rem !important;
    }

    .highlight-icon {
        font-size: 1.8rem !important;
    }

    /* CTA Section - Mobile Responsive Fix */
    .cta-section {
        padding: 2.5rem 0 5.5rem 0 !important;
        margin-bottom: 0 !important;
    }

    .cta-title {
        font-size: 1.6rem !important;
        margin-bottom: 0.8rem !important;
        padding: 0 1rem !important;
    }

    .cta-text {
        font-size: 0.95rem !important;
        margin-bottom: 1.2rem !important;
        padding: 0 1rem !important;
    }

    .cta-buttons {
        flex-direction: column !important;
        gap: 0.8rem !important;
        padding: 0 1rem !important;
    }

    .cta-buttons .btn {
        width: 100% !important;
        max-width: 100% !important;
        padding: 1rem 1.5rem !important;
        font-size: 0.95rem !important;
    }

    /* Footer spacing from sections above - Mobile */
    .contact-page + .footer,
    .faq-section + .footer,
    .cta-section + .footer,
    .about-content + .footer {
        margin-top: 0 !important;
        padding-top: 2.5rem !important;
        padding-bottom: 2rem !important;
    }

    /* Increase bottom padding for sections before footer on mobile */
    .faq-section {
        padding-bottom: 4.5rem !important;
    }

    .contact-page {
        padding-bottom: 4.5rem !important;
    }

    .cta-section {
        padding-bottom: 5.5rem !important;
    }

    .about-content {
        padding-bottom: 4.5rem !important;
    }

    .footer-text,
    .footer-contact {
        font-size: 0.9rem !important;
        padding: 0 1rem !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        line-height: 1.6 !important;
        max-width: 100% !important;
    }

    .footer-contact a {
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        display: inline !important;
        max-width: 100% !important;
    }

    .footer .container {
        padding: 0 2rem !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 4rem 0;
    }

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

    .products,
    .testimonials,
    .contact {
        padding: 3rem 0;
    }

    .product-card {
        padding: 1.5rem;
    }

    /* Contact Page - Small Mobile Fix */
    .contact-page {
        padding: 2rem 0 4rem 0 !important;
    }

    .contact-info-title,
    .contact-form-title {
        font-size: 1.3rem !important;
    }

    .contact-info-text,
    .contact-form-text {
        font-size: 0.85rem !important;
    }

    .contact-form-wrapper {
        padding: 1rem !important;
    }

    /* FAQ Section - Small Mobile Fix */
    .faq-section {
        padding: 2rem 0 4rem 0 !important;
    }

    .faq-item {
        padding: 1rem !important;
    }

    .faq-question {
        font-size: 0.95rem !important;
    }

    .faq-answer {
        font-size: 0.8rem !important;
    }

    /* About Content - Small Mobile Fix */
    .about-content {
        padding: 2rem 0 4rem 0 !important;
    }

    .about-section-enhanced {
        padding: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    .about-section-enhanced:last-child {
        margin-bottom: 3rem !important;
    }

    .about-image-real {
        max-height: 250px !important;
    }

    .about-title-enhanced {
        font-size: 1.3rem !important;
    }

    .about-paragraph-enhanced {
        font-size: 0.85rem !important;
    }

    /* CTA Section - Small Mobile Fix */
    .cta-section {
        padding: 2rem 0 5rem 0 !important;
    }

    .cta-title {
        font-size: 1.4rem !important;
    }

    .cta-text {
        font-size: 0.9rem !important;
    }

    .cta-buttons .btn {
        padding: 0.9rem 1.2rem !important;
        font-size: 0.9rem !important;
    }

    /* Footer - Small Mobile */
    .contact-page + .footer,
    .faq-section + .footer,
    .cta-section + .footer,
    .about-content + .footer {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    /* Increase bottom padding for sections on small mobile */
    .faq-section {
        padding-bottom: 4rem !important;
    }

    .contact-page {
        padding-bottom: 4rem !important;
    }

    .cta-section {
        padding-bottom: 5rem !important;
    }

    .about-content {
        padding-bottom: 4rem !important;
    }

    .footer {
        padding: 2rem 0 !important;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.product-card,
.testimonial-card {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
}

@supports (animation-timeline: scroll()) {

    .product-card,
    .testimonial-card {
        animation-timeline: view();
    }
}

/* Urgency Banner */
.urgency-banner {
    background: linear-gradient(135deg, #f48fb1 0%, #f06292 50%, #ec407a 100%);
    color: white;
    padding: 1.2rem 0;
    position: sticky;
    top: 80px;
    z-index: 999;
    box-shadow: 0 2px 15px rgba(244, 143, 177, 0.25);
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    min-height: auto;
    height: auto;
}

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

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

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

.urgency-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shine-urgency 4s infinite;
}

.urgency-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="sparkles" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.3)"/><circle cx="80" cy="80" r="1" fill="rgba(255,255,255,0.3)"/><circle cx="50" cy="50" r="0.5" fill="rgba(255,255,255,0.4)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23sparkles)"/></svg>');
    opacity: 0.6;
    pointer-events: none;
    animation: sparkle-move 10s linear infinite;
}

@keyframes sparkle-move {
    0% {
        background-position: 0 0;
    }

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

@keyframes shine-urgency {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes pulse-urgency {

    0%,
    100% {
        box-shadow: 0 8px 40px rgba(255, 107, 157, 0.4), inset 0 0 60px rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0 4px 20px rgba(255, 68, 68, 0.5);
    }
}

.urgency-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.urgency-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.5rem;
}

.urgency-icon {
    font-size: 1.8rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.urgency-text {
    font-size: 1.1rem;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}

.urgency-text strong {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 1.1rem;
    display: inline-block;
}

@keyframes glow-text-feminine {

    0%,
    100% {
        text-shadow:
            0 0 20px rgba(255, 255, 255, 0.8),
            0 0 40px rgba(255, 255, 255, 0.5),
            0 2px 10px rgba(0, 0, 0, 0.3);
    }

    50% {
        text-shadow:
            0 0 30px rgba(255, 255, 255, 1),
            0 0 60px rgba(255, 255, 255, 0.7),
            0 0 80px rgba(255, 255, 255, 0.4),
            0 2px 10px rgba(0, 0, 0, 0.3);
    }
}

#stockLeft {
    color: white;
    font-weight: 800;
    font-size: 1.3rem;
    text-shadow:
        0 0 15px rgba(255, 255, 255, 0.8),
        0 2px 5px rgba(0, 0, 0, 0.3);
}

.urgency-timer {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 0.7rem 1.8rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: white;
}

@keyframes pulse-timer-feminine {

    0%,
    100% {
        transform: scale(1);
        box-shadow:
            0 4px 25px rgba(255, 107, 157, 0.4),
            inset 0 0 30px rgba(255, 255, 255, 0.2),
            0 0 20px rgba(255, 255, 255, 0.3);
    }

    50% {
        transform: scale(1.03);
        box-shadow:
            0 6px 35px rgba(255, 107, 157, 0.6),
            inset 0 0 40px rgba(255, 255, 255, 0.3),
            0 0 30px rgba(255, 255, 255, 0.5);
    }
}

/* Stock Progress Bar */
.stock-progress-bar {
    margin-top: 1.2rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    height: 32px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.stock-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ffc107 0%, #ff9800 100%);
    border-radius: 20px;
    transition: width 0.8s ease;
    width: 75%;
    position: relative;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.3);
}

@keyframes progress-shimmer {
    0% {
        background-position: 0% 0%;
    }

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

.stock-progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.stock-progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
    z-index: 2;
    letter-spacing: 0.3px;
    pointer-events: none;
}

#stockPercent {
    color: white;
    font-weight: 800;
    text-shadow:
        0 0 15px rgba(255, 255, 255, 0.8),
        0 2px 5px rgba(0, 0, 0, 0.3);
}

/* Black Friday Banner */
.blackfriday-banner {
    background: linear-gradient(135deg, #f8bbd0 0%, #f48fb1 30%, #f06292 50%, #ec407a 70%, #e91e63 100%);
    color: white;
    padding: 3.5rem 0;
    position: relative;
    overflow: hidden;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 4px 25px rgba(248, 187, 208, 0.3),
        inset 0 0 50px rgba(255, 255, 255, 0.15);
    margin-top: 0;
    margin-bottom: 0;
}

.blackfriday-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.blackfriday-banner::after {
    display: none;
}

@keyframes slide-stripe {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 40px 40px;
    }
}

.blackfriday-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.blackfriday-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
    flex-direction: row;
    padding: 0;
}

@media (max-width: 768px) {
    .blackfriday-banner {
        padding: 2.5rem 0;
    }

    .blackfriday-content {
        gap: 1.2rem;
        padding: 0 1.5rem;
    }

    .blackfriday-main {
        flex-direction: column;
        gap: 1rem;
    }

    .blackfriday-icon {
        font-size: 3rem;
        width: 50px;
        height: 50px;
    }

    .blackfriday-text {
        font-size: 1.1rem;
        line-height: 1.4;
    }

    .blackfriday-timer {
        font-size: 0.9rem;
        padding: 0.7rem 1.5rem;
    }

    .blackfriday-countdown {
        gap: 0.8rem;
        margin-top: 1.2rem;
    }

    .countdown-item {
        padding: 1rem 1.2rem;
        min-width: 75px;
    }

    .countdown-number {
        font-size: 1.8rem;
    }

    .countdown-label {
        font-size: 0.7rem;
    }

    .countdown-separator {
        font-size: 1.5rem;
    }
}

.blackfriday-icon {
    font-size: 4.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff9c4;
    position: relative;
    z-index: 11;
    width: 75px;
    height: 75px;
    filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 20px rgba(255, 249, 196, 0.5));
    text-shadow: 0 0 15px rgba(255, 249, 196, 0.6);
}

@media (max-width: 768px) {
    .blackfriday-icon {
        font-size: 4rem;
        width: 60px;
        height: 60px;
    }
}

@keyframes pulse-glow {

    0%,
    100% {
        filter: drop-shadow(0 0 25px rgba(255, 235, 59, 1)) drop-shadow(0 0 50px rgba(255, 235, 59, 0.9)) drop-shadow(0 0 75px rgba(255, 235, 59, 0.7));
        transform: scale(1);
    }

    50% {
        filter: drop-shadow(0 0 35px rgba(255, 235, 59, 1.2)) drop-shadow(0 0 70px rgba(255, 235, 59, 1)) drop-shadow(0 0 100px rgba(255, 235, 59, 0.9));
        transform: scale(1.1);
    }
}

@keyframes pulse-blackfriday {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.blackfriday-text {
    font-size: 1.9rem;
    font-weight: 800;
    text-shadow:
        0 3px 15px rgba(0, 0, 0, 0.4),
        0 1px 5px rgba(0, 0, 0, 0.5),
        0 0 25px rgba(255, 255, 255, 0.3);
    line-height: 1.5;
    max-width: 1100px;
    color: #ffffff;
    flex: 1;
    min-width: 0;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 1.2rem 1.8rem;
    margin-top: 0.8rem;
    display: block;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 240, 245, 0.25) 50%, rgba(255, 235, 250, 0.2) 100%);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 6px 25px rgba(248, 187, 208, 0.25),
        inset 0 0 50px rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .blackfriday-text {
        font-size: 1.3rem;
        text-align: center;
        line-height: 1.6;
        padding: 0;
    }
}

.blackfriday-text strong {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff9c4;
    font-size: 2.1rem;
    display: inline-block;
    text-shadow:
        0 3px 15px rgba(0, 0, 0, 0.5),
        0 1px 8px rgba(0, 0, 0, 0.6),
        0 0 30px rgba(255, 249, 196, 0.5),
        0 0 50px rgba(255, 249, 196, 0.3);
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

@keyframes text-shimmer {
    0% {
        background-position: -200% 0;
    }

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

@keyframes glow-blackfriday {

    0%,
    100% {
        filter: brightness(1);
        transform: scale(1);
    }

    50% {
        filter: brightness(1.3);
        transform: scale(1.02);
    }
}

@keyframes gradient-shift {

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

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

.blackfriday-timer {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 240, 245, 0.3) 100%);
    backdrop-filter: blur(12px);
    padding: 0.8rem 2.2rem;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1rem;
    box-shadow:
        0 4px 20px rgba(248, 187, 208, 0.2),
        inset 0 0 30px rgba(255, 255, 255, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.3),
        0 0 12px rgba(255, 255, 255, 0.4);
    position: relative;
    color: white;
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .blackfriday-timer {
        font-size: 0.95rem;
        padding: 0.9rem 2rem;
        white-space: normal;
        text-align: center;
    }
}

.blackfriday-timer::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: rotate-shine 3s infinite;
}

@keyframes rotate-shine {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-blackfriday-timer {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 6px 25px rgba(255, 68, 68, 0.7), inset 0 0 30px rgba(255, 235, 59, 0.3), 0 0 40px rgba(255, 68, 68, 0.5);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 8px 35px rgba(255, 68, 68, 0.9), inset 0 0 40px rgba(255, 235, 59, 0.4), 0 0 60px rgba(255, 68, 68, 0.7);
    }
}

#daysLeft {
    color: white;
    font-size: 1.2rem;
    font-weight: 800;
    text-shadow:
        0 0 15px rgba(255, 255, 255, 0.8),
        0 2px 5px rgba(0, 0, 0, 0.3);
}

@keyframes blink-number {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.blackfriday-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    position: relative;
    z-index: 1;
    margin-top: 1.5rem;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .blackfriday-countdown {
        gap: 1rem;
        flex-wrap: wrap;
    }
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 240, 245, 0.3) 50%, rgba(255, 235, 250, 0.25) 100%);
    backdrop-filter: blur(12px);
    padding: 1.2rem 1.8rem;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    min-width: 90px;
    box-shadow:
        0 4px 20px rgba(248, 187, 208, 0.2),
        inset 0 0 40px rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
    position: relative;
}

.countdown-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
    animation: countdown-glow 3s ease-in-out infinite;
}

.countdown-item:hover {
    transform: translateY(-8px) scale(1.08);
    box-shadow:
        0 15px 70px rgba(255, 107, 157, 0.7),
        inset 0 0 80px rgba(255, 255, 255, 0.4),
        0 0 80px rgba(255, 255, 255, 0.6),
        0 0 120px rgba(255, 182, 225, 0.3);
    border-color: rgba(255, 255, 255, 0.9);
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.45) 0%,
            rgba(255, 255, 255, 0.35) 50%,
            rgba(255, 255, 255, 0.25) 100%);
}

@keyframes countdown-glow {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.3;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.6;
    }
}

.countdown-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    margin-bottom: 0.4rem;
    position: relative;
    z-index: 2;
    display: block;
}

@keyframes number-pulse {

    0%,
    100% {
        transform: scale(1);
        text-shadow:
            0 0 30px rgba(255, 255, 255, 1),
            0 0 60px rgba(255, 255, 255, 0.8),
            0 0 90px rgba(255, 255, 255, 0.6),
            0 0 120px rgba(255, 255, 255, 0.4),
            0 5px 20px rgba(0, 0, 0, 0.4);
    }

    50% {
        transform: scale(1.05);
        text-shadow:
            0 0 40px rgba(255, 255, 255, 1.1),
            0 0 80px rgba(255, 255, 255, 0.9),
            0 0 120px rgba(255, 255, 255, 0.7),
            0 0 160px rgba(255, 255, 255, 0.5),
            0 6px 25px rgba(0, 0, 0, 0.5);
    }
}

@keyframes gradient-shift-countdown {

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

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

@keyframes countdown-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.countdown-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-top: 0.5rem;
}

.countdown-separator {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    line-height: 1;
    padding: 0 0.3rem;
    position: relative;
    z-index: 2;
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .countdown-separator {
        font-size: 2.8rem;
    }
}

@keyframes blink-separator {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

/* Bonus Banner */
.bonus-banner {
    background: linear-gradient(135deg, #f8bbd0 0%, #f48fb1 30%, #f06292 50%, #ec407a 70%, #f48fb1 100%);
    color: white;
    padding: 1.8rem 0;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 4px 25px rgba(248, 187, 208, 0.3),
        inset 0 0 50px rgba(255, 255, 255, 0.15);
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    margin-top: 0;
    margin-bottom: 0;
}

.bonus-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

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

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

.bonus-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    z-index: 1;
}

.bonus-icon {
    font-size: 2.5rem;
    animation: bounce-bonus 1s infinite;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
}

@keyframes bounce-bonus {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-5px) scale(1.1);
    }
}

.bonus-text {
    font-size: 1.15rem;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    line-height: 1.5;
    max-width: 1000px;
}

.bonus-text strong {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffeb3b;
    text-shadow:
        0 0 20px rgba(255, 235, 59, 1),
        0 2px 8px rgba(0, 0, 0, 0.6);
    font-size: 1.2rem;
    display: inline-block;
    animation: glow-bonus 2s ease-in-out infinite;
}

@keyframes glow-bonus {

    0%,
    100% {
        text-shadow: 0 0 20px rgba(255, 235, 59, 1), 0 2px 8px rgba(0, 0, 0, 0.6);
    }

    50% {
        text-shadow: 0 0 30px rgba(255, 235, 59, 1), 0 0 50px rgba(255, 235, 59, 0.8), 0 2px 8px rgba(0, 0, 0, 0.6);
    }
}

.bonus-timer {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    padding: 0.7rem 1.5rem;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(255, 255, 255, 0.1);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

/* Live Activity */
.live-activity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 0.8rem;
    font-size: 0.95rem;
    opacity: 1;
    position: relative;
    z-index: 1;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.activity-dot {
    width: 12px;
    height: 12px;
    background: #ffeb3b;
    border-radius: 50%;
    animation: pulse-dot-live 1.5s infinite;
    box-shadow: 0 0 15px rgba(255, 235, 59, 1), 0 0 30px rgba(255, 235, 59, 0.6);
}

@keyframes pulse-dot-live {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 235, 59, 0.7);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.2);
        box-shadow: 0 0 0 4px rgba(255, 235, 59, 0);
    }
}

.activity-text {
    font-weight: 500;
}

/* Trust Badges Section */
.trust-badges-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    padding: 2rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.trust-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.trust-badge-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.2rem;
    background: white;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.trust-badge-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.trust-icon {
    font-size: 1.3rem;
}

.trust-text {
    font-size: 0.9rem;
    color: var(--text-dark);
    font-weight: 500;
}

/* Price Comparison */
.price-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #fff5f9 50%, #f5f0ff 100%);
    border-radius: 25px;
    border: 3px solid rgba(255, 107, 157, 0.3);
    box-shadow:
        0 10px 40px rgba(255, 107, 157, 0.15),
        inset 0 0 50px rgba(255, 182, 225, 0.1),
        0 0 30px rgba(255, 107, 157, 0.1);
    position: relative;
    overflow: hidden;
}

.price-comparison::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 182, 225, 0.15) 0%, transparent 70%);
    animation: rotate-glow 20s linear infinite;
    pointer-events: none;
}

@keyframes rotate-glow {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.competitor-price,
.our-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 245, 249, 0.9) 100%);
    border-radius: 20px;
    border: 2px solid rgba(255, 107, 157, 0.15);
    box-shadow:
        0 5px 20px rgba(255, 107, 157, 0.1),
        inset 0 0 30px rgba(255, 182, 225, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.competitor-price:hover,
.our-price:hover {
    transform: translateY(-5px);
    box-shadow:
        0 8px 30px rgba(255, 107, 157, 0.2),
        inset 0 0 40px rgba(255, 182, 225, 0.1);
    border-color: rgba(255, 107, 157, 0.3);
}

.competitor-label,
.our-label {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.our-label {
    color: var(--primary-color);
    opacity: 1;
    font-weight: 700;
}

.competitor-value {
    font-size: 1.8rem;
    color: #999;
    text-decoration: line-through;
    font-weight: 600;
    opacity: 0.6;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.competitor-value::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #999, transparent);
    opacity: 0.5;
}

.our-value {
    font-size: 2.8rem;
    background: linear-gradient(135deg, #ff6b9d 0%, #ffb6e1 50%, #c8a2c8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    text-shadow: 0 0 30px rgba(255, 107, 157, 0.3);
    position: relative;
    animation: price-glow 3s ease-in-out infinite;
}

@keyframes price-glow {

    0%,
    100% {
        filter: drop-shadow(0 0 5px rgba(255, 107, 157, 0.3));
    }

    50% {
        filter: drop-shadow(0 0 15px rgba(255, 107, 157, 0.5));
    }
}

.our-price {
    border-color: rgba(255, 107, 157, 0.3);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 245, 249, 0.95) 100%);
    box-shadow:
        0 5px 25px rgba(255, 107, 157, 0.15),
        inset 0 0 40px rgba(255, 182, 225, 0.1),
        0 0 20px rgba(255, 107, 157, 0.1);
}

.savings-highlight {
    grid-column: 1 / -1;
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #4caf50 0%, #66bb6a 50%, #81c784 100%);
    color: white;
    border-radius: 20px;
    margin-top: 1rem;
    box-shadow:
        0 8px 30px rgba(76, 175, 80, 0.3),
        inset 0 0 40px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(76, 175, 80, 0.2);
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.savings-highlight::before {
    content: '✨';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 1.5rem;
    animation: sparkle 2s ease-in-out infinite;
    opacity: 0.8;
}

.savings-highlight::after {
    content: '✨';
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 1.5rem;
    animation: sparkle 2s ease-in-out infinite 1s;
    opacity: 0.8;
}

@keyframes sparkle {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 1;
    }
}

.savings-amount {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
}

.savings-percent {
    display: block;
    font-size: 1rem;
    opacity: 0.95;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Loss Aversion */
.loss-aversion {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border-left: 4px solid #ff9800;
    border-radius: 10px;
    margin: 1.5rem 0;
}

.loss-icon {
    font-size: 1.5rem;
    animation: shake-warning 2s infinite;
}

@keyframes shake-warning {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
    }
}

.loss-text {
    font-size: 0.95rem;
    color: var(--text-dark);
    font-weight: 500;
    flex: 1;
}

.loss-text strong {
    color: #ff4444;
    font-weight: 700;
}

/* Risk Reversal */
.risk-reversal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1.5rem;
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
    border-radius: 15px;
    border: 2px solid #4caf50;
}

.risk-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.risk-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.2);
}

.risk-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.risk-text {
    font-size: 0.85rem;
    color: var(--text-dark);
    font-weight: 500;
    line-height: 1.4;
}

/* Urgency Footer */
.urgency-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem;
    background: linear-gradient(135deg, #ffebee 0%, #fce4ec 100%);
    border-radius: 10px;
    margin-top: 1.5rem;
    border: 2px solid rgba(255, 68, 68, 0.3);
}

.urgency-footer-icon {
    font-size: 1.3rem;
    animation: blink-timer 1s infinite;
}

@keyframes blink-timer {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.urgency-footer-text {
    font-size: 0.95rem;
    color: var(--text-dark);
    font-weight: 500;
}

.urgency-footer-text strong {
    color: #ff4444;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Social Proof Banner */
.social-proof-banner {
    background: linear-gradient(135deg, #f8bbd0 0%, #f48fb1 30%, #f06292 50%, #ec407a 70%, #f48fb1 100%);
    color: white;
    padding: 1.5rem 0;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 4px 25px rgba(248, 187, 208, 0.3),
        inset 0 0 50px rgba(255, 255, 255, 0.15);
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    margin-top: 0;
    margin-bottom: 0;
}

.social-proof-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="dots-green" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23dots-green)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.social-proof-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    z-index: 1;
}

.proof-icon {
    font-size: 1.8rem;
    animation: pulse-fire 1.5s infinite;
    filter: drop-shadow(0 0 10px rgba(255, 235, 59, 0.8));
}

@keyframes pulse-fire {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.proof-text {
    font-size: 1.05rem;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.proof-text strong {
    font-weight: 800;
    font-size: 1.3rem;
    color: #ffeb3b;
    text-shadow: 0 0 15px rgba(255, 235, 59, 0.8), 0 2px 5px rgba(0, 0, 0, 0.5);
}

.proof-separator {
    opacity: 0.5;
    font-size: 1.2rem;
}

#recentSales,
#viewingNow,
#cartAbandon {
    color: #ffeb3b;
    font-weight: 700;
}

/* Stock Indicator */
.stock-indicator {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 68, 68, 0.95);
    color: white;
    padding: 0.6rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 3;
    box-shadow: 0 4px 12px rgba(255, 68, 68, 0.4);
    animation: pulse-stock 2s infinite;
}

@keyframes pulse-stock {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(255, 68, 68, 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(255, 68, 68, 0.6);
    }
}

.stock-dot {
    width: 8px;
    height: 8px;
    background: #ffeb3b;
    border-radius: 50%;
    animation: blink-dot 1s infinite;
}

@keyframes blink-dot {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.stock-text {
    font-weight: 600;
}

/* Product Stats */
.product-stats {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.stat-item {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 500;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #fff5f9 0%, #f5f0ff 100%);
    border-radius: 20px;
    border: 1px solid rgba(255, 107, 157, 0.2);
}

/* Price Old */
.price-old {
    font-size: 1.4rem;
    color: #999;
    text-decoration: line-through;
    opacity: 0.5;
    margin-bottom: 0.3rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.price-old::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #999, transparent);
    opacity: 0.6;
}

.price-highlight .price-old {
    font-size: 1.6rem;
    opacity: 0.6;
}

.price-divider {
    text-align: center;
    margin: 1rem 0;
    font-size: 1rem;
    color: var(--text-light);
    font-weight: 600;
    opacity: 0.7;
    font-style: italic;
    position: relative;
}

.price-divider::before,
.price-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 157, 0.3), transparent);
}

.price-divider::before {
    left: 0;
}

.price-divider::after {
    right: 0;
}

.price-save {
    display: block;
    margin-top: 0.8rem;
    padding: 0.6rem 1rem;
    background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
    color: white;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow:
        0 4px 15px rgba(76, 175, 80, 0.3),
        inset 0 0 20px rgba(255, 255, 255, 0.1);
    letter-spacing: 0.3px;
}

/* Guarantee Badge */
.guarantee-badge {
    display: flex;
    gap: 1.5rem;
    margin: 1.5rem 0;
    padding: 1rem;
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
    border-radius: 15px;
    border-left: 4px solid #4caf50;
    flex-wrap: wrap;
}

.guarantee-badge span {
    font-size: 0.9rem;
    color: var(--text-dark);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Purchase Notification */
.purchase-notification {
    position: fixed;
    bottom: 100px;
    right: 30px;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1001;
    transform: translateX(400px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-left: 4px solid #4caf50;
    max-width: 350px;
}

.purchase-notification.show {
    transform: translateX(0);
    opacity: 1;
}

.notification-icon {
    font-size: 1.5rem;
    animation: bounce-notification 1s infinite;
}

@keyframes bounce-notification {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.notification-text {
    font-size: 0.9rem;
    color: var(--text-dark);
}

.notification-text strong {
    color: var(--primary-color);
    font-weight: 600;
}

/* Loading state for images - Optimisé */
.product-image,
.about-image-real,
.hero-bg-image {
    background: linear-gradient(90deg, #f0f0f0 0%, #e8e8e8 50%, #f0f0f0 100%);
    background-size: 200% 100%;
    animation: loading-shimmer 1.5s infinite;
    will-change: background-position;
}

@keyframes loading-shimmer {
    0% {
        background-position: 200% 0;
    }

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

.product-image[src],
.about-image-real[src],
.hero-bg-image[src] {
    animation: none;
    background: transparent;
    opacity: 1;
}

/* Fallback pour images non chargées */
.product-image-wrapper:not(:has(img[src]))::before,
.about-image-wrapper:not(:has(img[src]))::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-primary);
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

/* ============================================
   RESPONSIVE DESIGN COMPLET - TOUS APPAREILS
   ============================================ */

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: var(--text-dark);
    padding: 0.5rem;
    z-index: 1001;
}

/* Desktop (max-width: 1200px) */
@media (max-width: 1200px) {
    .container {
        padding: 0 30px;
    }

    .about-section-enhanced {
        gap: 3rem;
        padding: 3rem;
    }

    .page-hero-stats {
        gap: 3rem;
    }
}

/* Tablette Large (max-width: 968px) - FORCER COLONNE UNIQUE */
@media screen and (max-width: 968px) {
    .container {
        padding: 0 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .nav-menu {
        gap: 1.5rem;
    }

    .nav-link {
        font-size: 0.95rem;
    }

    /* ABOUT SECTION - FORCER COLONNE */
    .about-section,
    .about-section-enhanced {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
        gap: 2rem !important;
        padding: 2rem !important;
        margin-bottom: 2rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .about-section.reverse,
    .about-section-enhanced.reverse {
        direction: ltr !important;
    }

    .about-section.reverse>*,
    .about-section-enhanced.reverse>* {
        direction: ltr !important;
    }

    .about-image-wrapper-enhanced {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        order: 1 !important;
    }

    .about-text-enhanced {
        width: 100% !important;
        max-width: 100% !important;
        padding: 1rem !important;
        order: 2 !important;
    }

    .about-image-real {
        width: 100% !important;
        height: auto !important;
        max-height: 400px !important;
        object-fit: cover !important;
    }

    .page-hero-stats {
        gap: 2rem;
        flex-direction: column;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    /* PRODUCT CARD - FORCER COLONNE */
    .product-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }

    .product-card {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
        gap: 1.5rem !important;
        padding: 1.5rem !important;
        margin-bottom: 2rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .product-image-wrapper {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .product-content {
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-badges {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Tablette (max-width: 768px) */
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    /* Navigation */
    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column !important;
        gap: 5px !important;
        width: 40px !important;
        height: 40px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 3rem 0;
        gap: 2rem;
        transition: left 0.3s ease;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-link {
        font-size: 1.2rem;
        padding: 1rem 2rem;
    }

    .nav-brand {
        padding: 0 20px;
    }

    .nav-brand .logo {
        font-size: 1.5rem;
    }

    .nav-brand .logo::before,
    .nav-brand .logo::after {
        font-size: 1rem;
    }

    /* Hero */
    .hero {
        padding: 4rem 0 2rem 0 !important;
        min-height: auto !important;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
    }

    /* Sections */
    .section-title {
        font-size: 2.5rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
    }

    /* Products - FORCER COLONNE UNIQUE */
    .product-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem;
        width: 100% !important;
        max-width: 100% !important;
    }

    .product-card {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
        gap: 1.5rem !important;
        padding: 1.5rem 1.5rem 1rem 1.5rem !important;
        margin-bottom: 1.5rem !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .product-card:last-child {
        margin-bottom: 4rem !important;
        padding-bottom: 2rem !important;
    }

    .products .container:last-child .product-card:last-child {
        margin-bottom: 4rem !important;
    }

    .product-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 250px !important;
        max-height: 320px !important;
        order: 1 !important;
    }

    .product-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        order: 2 !important;
        box-sizing: border-box !important;
    }

    .product-actions {
        margin-top: 1rem !important;
        margin-bottom: 0 !important;
    }

    .product-image {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        object-fit: cover !important;
    }

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

    .product-pricing {
        flex-direction: column !important;
        gap: 1rem !important;
        width: 100% !important;
    }

    .price-item {
        width: 100% !important;
    }

    .price-divider {
        display: none !important;
    }

    .product-actions {
        flex-direction: column;
        width: 100%;
    }

    .btn-product {
        width: 100% !important;
        margin: 0.5rem 0;
    }

    /* About Section - FORCER COLONNE UNIQUE */
    .about-section,
    .about-section-enhanced {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
        gap: 1.5rem !important;
        padding: 1.5rem !important;
        margin-bottom: 2rem !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .about-section.reverse,
    .about-section-enhanced.reverse {
        direction: ltr !important;
        grid-template-columns: 1fr !important;
    }

    .about-section.reverse>*,
    .about-section-enhanced.reverse>* {
        direction: ltr !important;
    }

    .about-image-wrapper-enhanced {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        order: 1 !important;
    }

    .about-text-enhanced {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 1rem !important;
        order: 2 !important;
        box-sizing: border-box !important;
    }

    .about-image-real {
        width: 100% !important;
        height: auto !important;
        max-height: 350px !important;
        object-fit: cover !important;
        display: block !important;
    }

    .about-title-enhanced {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
    }

    .about-paragraph-enhanced {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    .values-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    .value-item {
        padding: 1.2rem !important;
    }

    .commitment-list {
        padding-left: 1.2rem !important;
    }

    .commitment-list li {
        font-size: 0.9rem !important;
        margin-bottom: 0.6rem !important;
    }

    .about-badge {
        font-size: 0.75rem !important;
        padding: 0.4rem 1rem !important;
    }

    .about-highlight {
        flex-direction: column !important;
        text-align: center !important;
        gap: 0.6rem !important;
        padding: 0.8rem !important;
    }

    .highlight-icon {
        font-size: 1.8rem !important;
    }

    .page-hero-enhanced {
        padding: 2.5rem 0 !important;
        min-height: 35vh !important;
    }

    .page-hero-title {
        font-size: 1.8rem !important;
    }

    .page-hero-subtitle {
        font-size: 0.95rem !important;
    }

    .page-hero-stats {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .stat-item {
        width: 100% !important;
    }

    .stat-number {
        font-size: 2rem !important;
    }

    .stat-label {
        font-size: 0.85rem !important;
    }

    /* CTA Section */
    .cta-section {
        padding-top: 3rem !important;
        padding-bottom: 6rem !important;
        margin-bottom: 0 !important;
    }

    .cta-section+.footer {
        margin-top: 0 !important;
        padding-top: 2.5rem !important;
    }

    .cta-title {
        font-size: 2rem !important;
    }

    .cta-text {
        font-size: 1rem !important;
    }

    .cta-buttons {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .cta-buttons .btn {
        width: 100% !important;
        max-width: 300px !important;
    }

    /* Black Friday Banner */
    .blackfriday-banner {
        padding: 2.5rem 0;
    }

    .blackfriday-main {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .blackfriday-icon {
        font-size: 3.5rem;
        width: 60px;
        height: 60px;
    }

    .blackfriday-text {
        font-size: 1.3rem;
        padding: 1rem 1.2rem;
    }

    .blackfriday-text strong {
        font-size: 1.5rem;
        display: block;
        margin-bottom: 0.5rem;
    }

    .blackfriday-countdown {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.8rem;
    }

    .countdown-item {
        padding: 1rem 1.2rem;
        min-width: 70px;
    }

    .countdown-number {
        font-size: 1.8rem;
    }

    .countdown-label {
        font-size: 0.7rem;
    }

    .countdown-separator {
        font-size: 1.5rem;
    }

    .blackfriday-timer {
        font-size: 0.9rem;
        padding: 0.7rem 1.5rem;
        white-space: normal;
        text-align: center;
    }

    /* Urgency Banner */
    .urgency-banner {
        top: 70px;
        padding: 1rem 0;
    }

    .urgency-content {
        flex-direction: column;
        gap: 0.8rem;
        padding: 0 1.5rem;
    }

    .urgency-main {
        flex-direction: column;
        gap: 0.8rem;
        text-align: center;
    }

    .urgency-text {
        font-size: 0.95rem;
    }

    .urgency-timer {
        font-size: 0.85rem;
        padding: 0.6rem 1.5rem;
    }

    .stock-progress-bar {
        height: 28px;
        margin-top: 0.8rem;
    }

    .stock-progress-text {
        font-size: 0.75rem;
    }

    /* Bonus Banner */
    .bonus-banner {
        padding: 1.5rem 0;
    }

    .bonus-content {
        flex-direction: column;
        gap: 0.8rem;
        text-align: center;
        padding: 0 1.5rem;
    }

    /* Social Proof */
    .social-proof-banner {
        padding: 1.2rem 0;
    }

    .social-proof-content {
        flex-direction: column;
        gap: 0.8rem;
        padding: 0 1.5rem;
        font-size: 0.85rem;
    }

    .proof-separator {
        display: none;
    }

    /* Product Stats */
    .product-stats {
        flex-direction: column;
        gap: 0.8rem;
    }

    /* Price Comparison */
    .price-comparison {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        padding: 1rem;
    }

    /* Risk Reversal */
    .risk-reversal {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        padding: 1rem;
    }

    /* Trust Badges */
    .trust-badges {
        flex-direction: column;
        gap: 1rem;
    }

    .trust-badge-item {
        width: 100%;
        justify-content: center;
    }

    /* Guarantee Badge */
    .guarantee-badge {
        flex-direction: column;
        gap: 0.8rem;
        padding: 1rem;
    }

    /* Loss Aversion */
    .loss-aversion {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    /* Urgency Footer */
    .urgency-footer {
        flex-direction: column;
        text-align: center;
        padding: 0.8rem;
    }

    /* Testimonials */
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    /* Features */
    .features-grid {
        grid-template-columns: 1fr;
    }

    /* About Page */
    .page-hero-enhanced {
        padding: 4rem 0;
        min-height: 50vh;
    }

    .page-hero-title {
        font-size: 2.5rem;
    }

    .page-hero-subtitle {
        font-size: 1.1rem;
    }

    .page-hero-stats {
        flex-direction: column;
        gap: 2rem;
    }

    /* Contact Form */
    .contact-form {
        padding: 2rem;
    }

    /* Footer */
    .footer-content {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    /* Purchase Notification */
    .purchase-notification {
        right: 15px;
        bottom: 80px;
        max-width: calc(100vw - 30px);
        font-size: 0.85rem;
        padding: 0.8rem 1.2rem;
    }
}

/* iPhone 12 Pro, 14 Pro et similaires (390px-428px) - Optimisation PARFAITE */
@media (min-width: 390px) and (max-width: 428px) {
    .hero {
        padding-top: 2rem !important;
        padding-bottom: 3rem !important;
        min-height: 50vh !important;
        max-height: none !important;
    }

    .hero-content {
        padding: 0 1rem !important;
        margin: 0 auto !important;
    }

    .hero-title {
        font-size: 2rem !important;
        line-height: 1.15 !important;
        margin-bottom: 0.8rem !important;
        padding: 0 0.5rem !important;
    }

    .hero-subtitle {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
        padding: 0 1rem !important;
        line-height: 1.5 !important;
    }

    .hero-buttons {
        flex-direction: column !important;
        gap: 0.9rem !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 1rem !important;
        margin-top: 1.5rem !important;
    }

    .hero-buttons .btn {
        width: 100% !important;
        max-width: 100% !important;
        padding: 1rem 1.8rem !important;
        font-size: 0.9rem !important;
        min-width: auto !important;
    }

    .products {
        padding-top: 2.5rem !important;
        padding-bottom: 5rem !important;
        margin-bottom: 0 !important;
    }

    .product-card {
        padding: 1.3rem !important;
        margin-bottom: 2rem !important;
        border-radius: 20px !important;
    }

    .product-card:last-child {
        margin-bottom: 5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .about-content {
        padding-top: 2.5rem !important;
        padding-bottom: 5rem !important;
        margin-bottom: 0 !important;
    }

    .about-section-enhanced {
        padding: 1.5rem !important;
        margin-bottom: 2rem !important;
    }

    .about-section-enhanced:last-child {
        margin-bottom: 5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .cta-section {
        padding-top: 3rem !important;
        padding-bottom: 7rem !important;
        margin-bottom: 0 !important;
    }

    .cta-title {
        font-size: 1.8rem !important;
        margin-bottom: 1rem !important;
        padding: 0 1rem !important;
    }

    .cta-text {
        font-size: 0.95rem !important;
        margin-bottom: 1.5rem !important;
        padding: 0 1rem !important;
    }

    .cta-buttons {
        flex-direction: column !important;
        gap: 1rem !important;
        padding: 0 1rem !important;
        margin-bottom: 0 !important;
    }

    .cta-buttons .btn {
        width: 100% !important;
        max-width: 100% !important;
        padding: 1rem 1.8rem !important;
        font-size: 0.9rem !important;
        margin-bottom: 0 !important;
    }

    /* S'assurer que la section CTA ne touche pas le footer */
    .cta-section+.footer {
        margin-top: 0 !important;
        padding-top: 2.5rem !important;
    }

    .features {
        padding-top: 2.5rem !important;
        padding-bottom: 3rem !important;
        margin-bottom: 0 !important;
    }

    .testimonials {
        padding-top: 2.5rem !important;
        padding-bottom: 3rem !important;
        margin-bottom: 0 !important;
    }

    .trust-badges-section {
        padding-top: 2rem !important;
        padding-bottom: 3rem !important;
        margin-bottom: 0 !important;
    }

    .footer {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .container {
        padding: 0 1.2rem !important;
        max-width: 100% !important;
    }

    /* S'assurer qu'aucune section ne touche le footer */
    section:last-of-type {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    section+.footer {
        margin-top: 0 !important;
    }

    body {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    html {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* Mobile (max-width: 480px) - FORCER TOUT EN COLONNE */
@media (max-width: 480px) {
    .container {
        padding: 0 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* PRODUCT CARD - FORCER */
    .product-card {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
        gap: 1.2rem !important;
        padding: 1.2rem !important;
        margin-bottom: 1.5rem !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .product-card:last-child {
        margin-bottom: 0 !important;
    }

    .products {
        padding: 2rem 0 1rem 0 !important;
        margin-bottom: 0 !important;
    }

    .footer {
        margin-top: 0 !important;
        padding-top: 1.5rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .footer-contact {
        font-size: 0.7rem;
        padding: 0 0.5rem;
        line-height: 1.4;
    }

    .product-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        order: 1 !important;
        min-height: 220px !important;
        max-height: 300px !important;
    }

    .product-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        order: 2 !important;
    }

    /* ABOUT SECTION - FORCER */
    .about-section-enhanced {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
        gap: 1.2rem !important;
        padding: 1.2rem !important;
        margin-bottom: 1.5rem !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .about-image-wrapper-enhanced {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        order: 1 !important;
    }

    .about-text-enhanced {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0.8rem !important;
        order: 2 !important;
    }

    .about-image-real {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 280px !important;
        object-fit: cover !important;
    }

    /* Header */
    .header {
        padding: 1rem 0;
    }

    .nav-brand .logo {
        font-size: 1.3rem;
    }

    /* Hero */
    .hero {
        padding: 3rem 0;
        min-height: 50vh;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
    }

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

    .hero-buttons .btn {
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }

    /* Sections */
    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .products {
        padding: 3rem 0 1rem 0 !important;
        margin-bottom: 0 !important;
        display: block !important;
    }

    .testimonials {
        padding: 3rem 0 1rem 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 1rem !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 1 !important;
    }

    .testimonials .container {
        display: block !important;
        visibility: visible !important;
    }

    .testimonials .section-title {
        display: block !important;
        visibility: visible !important;
    }

    .testimonials-intro {
        display: block !important;
        visibility: visible !important;
    }

    .testimonials-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        margin-bottom: 2rem !important;
        width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .testimonial-card {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 1.5rem !important;
        margin-bottom: 1rem !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .testimonial-content {
        display: block !important;
        visibility: visible !important;
    }

    .testimonial-text {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        display: block !important;
        visibility: visible !important;
    }

    .testimonial-author {
        display: block !important;
        visibility: visible !important;
    }

    .testimonial-cta {
        margin-top: 1rem !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        display: block !important;
        visibility: visible !important;
    }

    .contact,
    .about-content {
        padding: 3rem 0;
    }

    /* Product Card - FORCER COLONNE UNIQUE */
    .product-card {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        padding: 1.5rem !important;
        margin-bottom: 2rem !important;
    }

    .product-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 250px !important;
        max-height: 350px !important;
        margin: 0 !important;
    }

    .product-content {
        width: 100% !important;
    }

    .product-title {
        font-size: 1.6rem;
    }

    .product-description {
        font-size: 0.95rem;
    }

    /* About Section - MOBILE */
    .about-section-enhanced {
        padding: 1.5rem !important;
        gap: 1.5rem !important;
        margin-bottom: 2rem !important;
    }

    .about-image-wrapper-enhanced {
        width: 100% !important;
    }

    .about-image-real {
        max-height: 300px !important;
    }

    .about-text-enhanced {
        padding: 1rem !important;
    }

    .about-title-enhanced {
        font-size: 1.7rem !important;
    }

    .about-paragraph-enhanced {
        font-size: 0.95rem !important;
    }

    .values-grid {
        gap: 1rem !important;
    }

    .value-item {
        padding: 1.2rem !important;
    }

    .about-badge {
        font-size: 0.75rem !important;
        padding: 0.4rem 1rem !important;
    }

    .about-highlight {
        flex-direction: column !important;
        text-align: center !important;
        padding: 0.8rem !important;
    }

    .page-hero-enhanced {
        padding: 2.5rem 0 !important;
        min-height: 35vh !important;
    }

    .page-hero-title {
        font-size: 1.8rem !important;
    }

    .page-hero-stats {
        gap: 1rem !important;
    }

    .stat-number {
        font-size: 2rem !important;
    }

    /* CTA Section Mobile */
    .cta-section {
        padding-top: 2.5rem !important;
        padding-bottom: 6rem !important;
        margin-bottom: 0 !important;
    }

    .cta-section+.footer {
        margin-top: 0 !important;
        padding-top: 2.5rem !important;
    }

    .cta-title {
        font-size: 1.8rem !important;
    }

    .cta-text {
        font-size: 0.95rem !important;
    }

    .cta-buttons {
        flex-direction: column !important;
        gap: 0.8rem !important;
    }

    .cta-buttons .btn {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Black Friday */
    .blackfriday-banner {
        padding: 2rem 0;
    }

    .blackfriday-text {
        font-size: 1.1rem;
        padding: 0.9rem 1rem;
    }

    .blackfriday-text strong {
        font-size: 1.3rem;
    }

    .blackfriday-icon {
        font-size: 3rem;
        width: 50px;
        height: 50px;
    }

    .countdown-item {
        padding: 0.8rem 1rem;
        min-width: 60px;
    }

    .countdown-number {
        font-size: 1.5rem;
    }

    .countdown-label {
        font-size: 0.65rem;
    }

    .countdown-separator {
        font-size: 1.2rem;
    }

    /* Urgency */
    .urgency-banner {
        padding: 0.8rem 0;
    }

    .urgency-content {
        padding: 0 1rem;
    }

    .urgency-text {
        font-size: 0.85rem;
    }

    .urgency-timer {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }

    .stock-progress-bar {
        height: 24px;
    }

    /* Price Items */
    .price-item {
        padding: 1rem;
    }

    .price {
        font-size: 2rem;
    }

    .price-label {
        font-size: 0.85rem;
    }

    /* Buttons */
    .btn-product {
        font-size: 0.9rem;
        padding: 1rem 1.5rem;
    }

    /* About Page */
    .page-hero-enhanced {
        padding: 2.5rem 0 !important;
        min-height: 40vh !important;
    }

    .page-hero-title {
        font-size: 1.8rem !important;
        padding: 0 1rem !important;
    }

    .page-hero-subtitle {
        font-size: 0.95rem !important;
        padding: 0 1rem !important;
    }

    .page-hero-stats {
        flex-direction: column !important;
        gap: 1rem !important;
        margin-top: 1.5rem !important;
    }

    .stat-item {
        width: 100% !important;
    }

    .stat-number {
        font-size: 1.8rem !important;
    }

    .stat-label {
        font-size: 0.85rem !important;
    }

    .about-section-enhanced {
        padding: 1.2rem !important;
        margin-bottom: 2rem !important;
    }

    .about-section-enhanced:last-child {
        margin-bottom: 3.5rem !important;
    }

    /* Contact Page Hero */
    .page-hero {
        padding: 2.5rem 0 !important;
    }

    .page-title {
        font-size: 1.8rem !important;
        padding: 0 1rem !important;
    }

    .page-subtitle {
        font-size: 0.95rem !important;
        padding: 0 1rem !important;
    }

    /* Contact */
    .contact-page {
        padding: 2.5rem 0 4.5rem 0 !important;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .form-group input,
    .form-group textarea {
        font-size: 0.95rem;
        padding: 0.9rem;
    }

    /* FAQ Section */
    .faq-section {
        padding: 2.5rem 0 4.5rem 0 !important;
    }

    /* CTA Section */
    .cta-section {
        padding: 2.5rem 0 4.5rem 0 !important;
    }
}

/* Mobile Très Petit (max-width: 360px) */
@media (max-width: 360px) {
    .container {
        padding: 0 12px;
    }

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

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

    .product-card {
        display: grid !important;
        grid-template-columns: 1fr !important;
        padding: 1.2rem !important;
        gap: 1.2rem !important;
    }

    .product-image-wrapper {
        min-height: 200px !important;
        max-height: 300px !important;
    }

    .about-section-enhanced {
        padding: 1rem !important;
        gap: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    .about-section-enhanced:last-child {
        margin-bottom: 2.5rem !important;
    }

    .about-image-real {
        max-height: 220px !important;
    }

    .about-title-enhanced {
        font-size: 1.2rem !important;
    }

    .about-paragraph-enhanced {
        font-size: 0.8rem !important;
    }

    /* Contact Page - Very Small Mobile */
    .contact-page {
        padding: 1.5rem 0 3.5rem 0 !important;
    }

    .contact-info-title,
    .contact-form-title {
        font-size: 1.2rem !important;
    }

    .contact-info-text,
    .contact-form-text {
        font-size: 0.8rem !important;
    }

    .contact-form-wrapper {
        padding: 0.8rem !important;
    }

    /* FAQ Section - Very Small Mobile */
    .faq-section {
        padding: 1.5rem 0 3.5rem 0 !important;
    }

    .faq-item {
        padding: 0.8rem !important;
    }

    .faq-question {
        font-size: 0.9rem !important;
    }

    .faq-answer {
        font-size: 0.75rem !important;
    }

    /* CTA Section - Very Small Mobile */
    .cta-section {
        padding: 1.5rem 0 4.5rem 0 !important;
    }

    .cta-title {
        font-size: 1.2rem !important;
    }

    .cta-text {
        font-size: 0.85rem !important;
    }

    /* Page Hero - Very Small Mobile */
    .page-hero-enhanced {
        padding: 2rem 0 !important;
        min-height: 30vh !important;
    }

    .page-hero-title {
        font-size: 1.5rem !important;
        padding: 0 1rem !important;
        line-height: 1.3 !important;
    }

    .page-hero-subtitle {
        font-size: 0.85rem !important;
        padding: 0 1rem !important;
        line-height: 1.5 !important;
    }

    .page-hero-stats {
        flex-direction: column !important;
        gap: 0.8rem !important;
        margin-top: 1rem !important;
        padding: 0 1rem !important;
    }

    .stat-item {
        width: 100% !important;
    }

    .stat-number {
        font-size: 1.6rem !important;
    }

    .stat-label {
        font-size: 0.75rem !important;
    }

    .page-hero {
        padding: 2rem 0 !important;
    }

    .page-title {
        font-size: 1.5rem !important;
        padding: 0 1rem !important;
        line-height: 1.3 !important;
    }

    .page-subtitle {
        font-size: 0.85rem !important;
        padding: 0 1rem !important;
        line-height: 1.5 !important;
    }

    /* Footer - Very Small Mobile */
    .contact-page + .footer,
    .faq-section + .footer,
    .cta-section + .footer,
    .about-content + .footer {
        margin-top: 0 !important;
        padding-top: 2rem !important;
        padding-bottom: 1.5rem !important;
    }

    .footer {
        margin-top: 0 !important;
        padding-top: 2rem !important;
        padding-bottom: 1.5rem !important;
    }

    .footer-text,
    .footer-contact {
        font-size: 0.75rem !important;
        padding: 0 0.5rem !important;
        line-height: 1.4 !important;
    }

    .footer-contact a {
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        font-size: 0.75rem !important;
        display: inline !important;
        max-width: 100% !important;
        hyphens: auto !important;
        line-height: 1.6 !important;
    }

    .footer .container {
        padding: 0 0.75rem !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .footer-contact {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        max-width: 100% !important;
    }

    /* Ensure no overflow on very small screens */
    .container {
        padding: 0 1rem !important;
    }

    /* Prevent horizontal overflow */
    * {
        max-width: 100% !important;
    }

    img,
    .about-image-real,
    .product-image {
        max-width: 100% !important;
        height: auto !important;
    }

    .blackfriday-text {
        font-size: 1rem;
    }

    .blackfriday-text strong {
        font-size: 1.2rem;
    }

    .countdown-item {
        padding: 0.7rem 0.8rem;
        min-width: 55px;
    }

    .countdown-number {
        font-size: 1.3rem;
    }

    .btn-product {
        font-size: 0.85rem;
        padding: 0.9rem 1.2rem;
    }
}

/* Orientation Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        min-height: 50vh;
        padding: 3rem 0;
    }

    .page-hero-enhanced {
        min-height: 40vh;
        padding: 3rem 0;
    }
}

/* Images Responsives */
img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.product-image,
.about-image-real,
.hero-bg-image,
.page-hero-bg-image {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

/* Force responsive sur tous les conteneurs - PRIORITÉ MAXIMALE */
@media (max-width: 768px) {

    /* Éviter les débordements horizontaux */
    body,
    html {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    section {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }

    /* Products section */
    .products {
        width: 100% !important;
        padding: 2rem 0 0.5rem 0 !important;
        box-sizing: border-box !important;
        min-height: auto !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .product-card:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 1rem !important;
        box-shadow:
            0 25px 80px rgba(0, 0, 0, 0.15),
            0 12px 40px rgba(255, 107, 157, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.95),
            0 0 50px rgba(255, 107, 157, 0.4) !important;
        border: 3px solid rgba(255, 107, 157, 0.5) !important;
        transform: scale(1.01) !important;
        position: relative !important;
        z-index: 10 !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: grid !important;
        background: linear-gradient(135deg, #ffffff 0%, #fff5f9 50%, #ffffff 100%) !important;
    }

    .product-card:last-child::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: var(--gradient-primary);
        opacity: 1 !important;
        z-index: 1;
    }

    .product-card:last-child .product-badge {
        background: linear-gradient(135deg, #ff6b9d 0%, #ffb6e1 100%) !important;
        box-shadow: 0 6px 20px rgba(255, 107, 157, 0.7) !important;
        transform: scale(1.05) !important;
    }

    .product-card:last-child .stock-indicator {
        background: rgba(255, 68, 68, 1) !important;
        box-shadow: 0 5px 18px rgba(255, 68, 68, 0.7) !important;
    }

    .product-card:last-child .product-title {
        color: var(--text-dark) !important;
        font-weight: 700 !important;
    }

    .product-card:last-child .product-description {
        color: var(--text-light) !important;
    }

    .product-card:last-child .product-content {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .product-card:last-child .product-image-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .products .container {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .products:after {
        display: none !important;
    }

    .products:before {
        display: none !important;
    }

    .footer {
        margin-top: 0 !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        margin-bottom: 0 !important;
        position: relative !important;
    }

    .footer::after {
        display: none !important;
    }

    .about-content {
        width: 100% !important;
        padding: 2.5rem 0 4.5rem 0 !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
    }

    .about-section-enhanced {
        padding: 1.2rem !important;
        margin-bottom: 2rem !important;
        gap: 1.2rem !important;
    }

    .about-section-enhanced:last-child {
        margin-bottom: 3.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    /* Contact Page - Force responsive */
    .contact-page {
        padding: 2.5rem 0 4.5rem 0 !important;
        margin-bottom: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        width: 100% !important;
    }

    .contact-info,
    .contact-form-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* FAQ Section - Force responsive */
    .faq-section {
        padding: 2.5rem 0 4.5rem 0 !important;
        margin-bottom: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .faq-grid {
        grid-template-columns: 1fr !important;
        gap: 1.2rem !important;
        width: 100% !important;
    }

    .faq-item {
        width: 100% !important;
        max-width: 100% !important;
        padding: 1.2rem !important;
    }

    .cta-section {
        padding: 2.5rem 0 4.5rem 0 !important;
        margin-bottom: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .cta-section+.footer,
    .contact-page+.footer,
    .faq-section+.footer,
    .about-content+.footer {
        margin-top: 0 !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    /* Supprimer TOUT espace blanc en bas - CORRECTION DÉFINITIVE */
    body>*:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    body {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        min-height: 100vh !important;
        height: auto !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    html {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        height: auto !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    main,
    .main-content {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    section:last-of-type {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .products:last-child,
    .testimonials:last-child,
    .features:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .container:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Hero section */
    .hero {
        min-height: auto !important;
        padding: 4rem 0 2rem 0 !important;
    }

    /* Features section */
    .features {
        padding: 3rem 0 0.5rem 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Trust badges */
    .trust-badges-section {
        padding: 3rem 0 0.5rem 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Testimonials section - FORCER VISIBILITÉ ABSOLUE */
    section.testimonials {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 10 !important;
        padding: 3rem 0 0.5rem 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .testimonials {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 10 !important;
        padding: 3rem 0 0.5rem 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .testimonials * {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .testimonials .container {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
    }

    .testimonials .section-title {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: var(--text-dark) !important;
    }

    .testimonials-intro {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: var(--text-light) !important;
    }

    .testimonials-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
    }

    .testimonial-card {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 1.5rem !important;
        margin-bottom: 1rem !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .testimonial-content {
        display: block !important;
        visibility: visible !important;
    }

    .testimonial-text {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        display: block !important;
        visibility: visible !important;
    }

    .testimonial-author {
        display: block !important;
        visibility: visible !important;
    }

    .testimonial-cta {
        margin-top: 1rem !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        display: block !important;
        visibility: visible !important;
    }

    /* Urgency banners - SUPPRIMER TOUT ESPACE ET FIXER LES HAUTEURS */
    .urgency-banner,
    .bonus-banner,
    .social-proof-banner,
    .blackfriday-banner {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 1.2rem !important;
        padding-bottom: 1.2rem !important;
        min-height: auto !important;
        height: auto !important;
        position: relative !important;
        top: auto !important;
    }

    .blackfriday-banner {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        min-height: auto !important;
        height: auto !important;
    }

    /* Header - FIXER LA HAUTEUR POUR ÉVITER LES CHANGEMENTS */
    .header {
        position: sticky !important;
        top: 0 !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        padding: 1rem 0 !important;
    }

    /* Empêcher les changements de taille lors du défilement */
    body {
        height: auto !important;
        min-height: 100vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        position: relative !important;
    }

    html {
        height: auto !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        position: relative !important;
    }

    /* Fixer toutes les sections pour éviter les changements */
    section {
        min-height: auto !important;
        height: auto !important;
        position: relative !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    section+section {
        margin-top: 0 !important;
    }

    .hero+section {
        margin-top: 0 !important;
    }

    .hero {
        margin-bottom: 0 !important;
        padding-bottom: 4rem !important;
    }

    /* Supprimer TOUS les espaces entre sections de couleurs différentes */
    .hero+.urgency-banner,
    .urgency-banner+.blackfriday-banner,
    .blackfriday-banner+.bonus-banner,
    .bonus-banner+.social-proof-banner,
    .social-proof-banner+.features,
    .features+.products,
    .products+.trust-badges-section,
    .trust-badges-section+.testimonials,
    .testimonials+.footer {
        margin-top: 0 !important;
    }

    .features,
    .products,
    .trust-badges-section,
    .testimonials {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* Supprimer les paddings en bas excessifs */
    .section-title,
    .section-subtitle {
        margin-bottom: 1rem !important;
    }

    /* S'assurer que le body se termine proprement */
    body {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    html {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* Amélioration du scroll sur mobile */
@media (max-width: 768px) {
    html {
        -webkit-overflow-scrolling: touch;
    }

    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /* Empêcher le zoom sur les inputs iOS */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        font-size: 16px !important;
    }
}

/* Amélioration des boutons sur mobile */
@media (max-width: 768px) {

    .btn,
    .btn-primary,
    .btn-secondary,
    .btn-product {
        -webkit-tap-highlight-color: rgba(255, 107, 157, 0.3);
        touch-action: manipulation;
        min-height: 44px;
        /* Taille minimale recommandée pour le touch */
    }
}

/* Amélioration des cartes produits sur mobile */
@media (max-width: 768px) {
    .product-image-wrapper {
        min-height: 250px;
        max-height: 400px;
    }

    .product-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* Amélioration du chatbot sur mobile */
@media (max-width: 768px) {
    .chatbot-widget {
        width: calc(100vw - 20px);
        max-width: 400px;
        height: calc(100vh - 100px);
        max-height: 600px;
    }

    .chatbot-messages {
        padding: 1rem;
    }

    .chatbot-input {
        padding: 0.8rem;
    }
}

/* ============================================
   FIX CRITIQUE - ESPACEMENT BAS DES PAGES
   Contact et À Propos - Responsive Mobile
   ============================================ */

/* Règles globales pour éviter l'espace blanc en bas */
html, body {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
}

body > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Fix spécifique pour les pages Contact et À Propos sur TOUS les écrans */
.faq-section,
.cta-section,
.contact-page,
.about-content {
    margin-bottom: 0 !important;
}

.faq-section + .footer,
.cta-section + .footer,
.contact-page + .footer,
.about-content + .footer {
    margin-top: 0 !important;
    padding-top: 3.5rem !important;
}

/* Footer - Fix global pour éviter la troncature du texte */
.footer p {
    margin: 0.5rem 0;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.footer .container {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Mobile - Fix critique pour l'espacement en bas */
@media (max-width: 768px) {
    /* S'assurer qu'il n'y a PAS d'espace blanc en bas */
    html, body {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow-x: hidden !important;
    }

    /* Supprimer tout espace après le footer */
    body::after,
    html::after {
        display: none !important;
        content: none !important;
    }

    /* Sections avant le footer - padding-bottom ULTRA généreux pour éviter qu'elles touchent le footer */
    .faq-section {
        padding: 2.5rem 0 12rem 0 !important;
        margin-bottom: 0 !important;
    }

    .contact-page {
        padding: 2.5rem 0 12rem 0 !important;
        margin-bottom: 0 !important;
    }

    .cta-section {
        padding: 2.5rem 0 13rem 0 !important;
        margin-bottom: 0 !important;
    }

    .about-content {
        padding: 2.5rem 0 12rem 0 !important;
        margin-bottom: 0 !important;
    }

    /* Footer - espacement ULTRA généreux depuis les sections */
    .faq-section + .footer,
    .cta-section + .footer,
    .contact-page + .footer,
    .about-content + .footer {
        margin-top: 0 !important;
        padding-top: 6rem !important;
        padding-bottom: 3rem !important;
    }

    .footer {
        margin-top: 0 !important;
        padding-top: 6rem !important;
        padding-bottom: 3rem !important;
    }

    /* Footer - Fix ULTRA pour éviter la troncature du texte */
    .footer .container {
        padding: 0 2.5rem !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    .footer-text,
    .footer-contact {
        font-size: 0.9rem !important;
        padding: 0 1rem !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        line-height: 1.7 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        display: block !important;
    }

    .footer-contact {
        margin-top: 0.8rem !important;
    }

    .footer-contact a {
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        display: inline !important;
        max-width: 100% !important;
        hyphens: auto !important;
        line-height: 1.7 !important;
    }

    /* Force le texte à ne jamais être tronqué */
    .footer p {
        overflow: visible !important;
        text-overflow: clip !important;
        white-space: normal !important;
        word-break: break-word !important;
    }

    /* S'assurer que le dernier élément est le footer */
    body > footer:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 2rem !important;
    }

    /* Supprimer tout espace après les sections */
    section:last-of-type {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Force: pas d'espace après le footer */
    .footer::after {
        display: none !important;
        content: none !important;
    }

    /* Force: le body se termine exactement au footer */
    body > *:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* S'assurer que le footer est vraiment le dernier élément */
    footer.footer {
        margin-bottom: 0 !important;
    }
}

/* Petit mobile - Fix encore plus agressif */
@media (max-width: 480px) {
    .faq-section {
        padding: 2rem 0 10rem 0 !important;
    }

    .contact-page {
        padding: 2rem 0 10rem 0 !important;
    }

    .cta-section {
        padding: 2rem 0 11rem 0 !important;
    }

    .about-content {
        padding: 2rem 0 10rem 0 !important;
    }

    .faq-section + .footer,
    .cta-section + .footer,
    .contact-page + .footer,
    .about-content + .footer {
        padding-top: 5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .footer {
        padding-top: 5rem !important;
        padding-bottom: 2.5rem !important;
    }

    /* Footer - Fix troncature texte sur petit mobile */
    .footer .container {
        padding: 0 2rem !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .footer-text,
    .footer-contact {
        font-size: 0.85rem !important;
        padding: 0 0.75rem !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        line-height: 1.7 !important;
        max-width: 100% !important;
        display: block !important;
    }

    .footer-contact a {
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        font-size: 0.8rem !important;
        hyphens: auto !important;
        line-height: 1.7 !important;
    }

    .footer p {
        overflow: visible !important;
        text-overflow: clip !important;
    }
}

/* Très petit mobile */
@media (max-width: 360px) {
    .faq-section {
        padding: 1.5rem 0 9rem 0 !important;
    }

    .contact-page {
        padding: 1.5rem 0 9rem 0 !important;
    }

    .cta-section {
        padding: 1.5rem 0 10rem 0 !important;
    }

    .about-content {
        padding: 1.5rem 0 9rem 0 !important;
    }

    .footer {
        padding-top: 4.5rem !important;
        padding-bottom: 2rem !important;
    }

    .faq-section + .footer,
    .cta-section + .footer,
    .contact-page + .footer,
    .about-content + .footer {
        padding-top: 4.5rem !important;
        padding-bottom: 2rem !important;
    }

    /* Footer - Fix troncature texte sur très petit mobile */
    .footer .container {
        padding: 0 1.5rem !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .footer-text,
    .footer-contact {
        font-size: 0.8rem !important;
        padding: 0 0.5rem !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        line-height: 1.6 !important;
        max-width: 100% !important;
        display: block !important;
    }

    .footer-contact a {
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        font-size: 0.75rem !important;
        hyphens: auto !important;
        line-height: 1.6 !important;
    }

    .footer p {
        overflow: visible !important;
        text-overflow: clip !important;
    }
}
/* ============================================
   RÈGLES ULTRA SPÉCIFIQUES - PRIORITÉ MAXIMALE MOBILE
   Pour garantir l'espacement et éviter la troncature
   ============================================ */

@media (max-width: 768px) {
    /* Force padding-bottom ULTRA généreux avec sélecteurs spécifiques */
    section.faq-section,
    section.contact-page,
    section.about-content {
        padding-bottom: 12rem !important;
        margin-bottom: 0 !important;
    }

    section.cta-section {
        padding-bottom: 13rem !important;
        margin-bottom: 0 !important;
    }

    /* Force padding-top footer ULTRA généreux */
    footer.footer {
        padding-top: 6rem !important;
        padding-bottom: 3rem !important;
    }

    section.faq-section + footer.footer,
    section.cta-section + footer.footer,
    section.contact-page + footer.footer,
    section.about-content + footer.footer {
        padding-top: 6rem !important;
        margin-top: 0 !important;
    }

    /* Force container footer padding horizontal généreux */
    footer.footer .container {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Force texte footer complet - jamais tronqué */
    footer.footer p,
    footer.footer .footer-text,
    footer.footer .footer-contact {
        overflow: visible !important;
        text-overflow: clip !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        max-width: 100% !important;
        display: block !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        line-height: 1.7 !important;
    }

    footer.footer .footer-contact a {
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        display: inline !important;
        hyphens: auto !important;
    }
}
