/* Fonts */
@font-face {
    font-family: 'TitleFont';
    src: url('../fonts/title.otf') format('opentype');
}

@font-face {
    font-family: 'IntegralCF';
    src: url('../fonts/Fontspring-DEMO-integralcf-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'TitleFont', sans-serif;
}

body {
    background-color: #0B0B0B;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    padding-top: 80px;
}

/* NAVBAR - Identique à l'index */
.navbar {
    background-color: rgba(15, 15, 15, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid #494949;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    margin: 0 auto;
    max-width: 1100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 1000;
}

.logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav-links li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.nav-links li a:hover {
    color: #4A9EFF;
}

.login-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.discord-icon {
    text-decoration: none;
    line-height: 1;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5865F2;
    border: 1px solid #8892fa;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: white;
    box-shadow: 0 0 8px rgba(136, 146, 250, 0.5);
    transition: all 0.2s ease;
}

.discord-icon i {
    text-decoration: none;
    display: block;
    line-height: 1;
}

.discord-login {
    background: linear-gradient(145deg, #003e8c, #007bff);
    border: 1px solid #3399ff;
    color: white;
    font-weight: 500;
    border-radius: 999px;
    padding: 0.8rem 1.8rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    box-shadow: 0 0 8px rgba(51, 153, 255, 0.5);
    transition: all 0.2s ease;
}

.discord-login:hover {
    box-shadow: 0 0 12px rgba(51, 153, 255, 0.8);
    transform: scale(1.02);
}

.discord-icon:hover {
    box-shadow: 0 0 12px rgba(136, 146, 250, 0.8);
    transform: scale(1.02);
}

/* Menu burger */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1001;
    margin-left: 16px;
}

.bar {
    width: 30px;
    height: 4px;
    background-color: white;
    margin: 4px 0;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.menu-toggle.active .bar {
    background-color: transparent;
}

.mobile-only {
    display: none;
}

.close-menu {
    display: none;
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 35px;
    color: white;
    cursor: pointer;
    z-index: 1002;
    transition: transform 0.2s ease;
}

.close-menu:hover {
    transform: scale(1.1);
}

.center-nav {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Back Button - Version simple */
.back-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 0;
    transition: all 0.2s ease;
    margin-bottom: 1.5rem;
}

.back-button:hover {
    color: #3b82f6;
    transform: translateX(-2px);
}

.back-button i {
    font-size: 0.75rem;
}

/* Back Button - Version stylée */
.back-button-styled {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(26, 26, 26, 0.8);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(150, 150, 150, 0.2);
    border-radius: 12px;
    padding: 12px 20px;
    color: #CCCCCC;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.back-button-styled:hover {
    color: white;
    border-color: rgba(150, 150, 150, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.back-button-styled i {
    font-size: 0.875rem;
    transition: transform 0.3s ease;
}

.back-button-styled:hover i {
    transform: translateX(-2px);
}

/* Titre principal du produit - Police sobre */
.product-main-title {
    font-family: 'TitleFont', sans-serif;
    font-size: 2.2rem; /* Réduit de 3rem à 2.5rem */
    font-weight: 600;
    color: white;
    margin-bottom: 1rem; /* Réduit de 1.5rem à 1rem */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

/* MAIN CONTENT */
.product-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 20px 40px 20px; /* Réduit le padding-top de 40px à 20px */
}

.product-layout {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 60px;
    align-items: start;
}

/* IMAGE SECTION */
.image-section {
    position: relative;
}

.main-image-container {
    position: relative;
    margin-bottom: 5px; /* Réduit de 20px à 15px */
}

.instant-delivery-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: linear-gradient(135deg, #CC1E1E, #B71C1C);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(204, 30, 30, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.product-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.product-video {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    display: none;
}

.thumbnails {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.thumbnail, .video-thumbnail {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0.7;
}

.thumbnail:hover, .video-thumbnail:hover, .thumbnail.active {
    transform: scale(1.05);
    border-color: #007bff;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    opacity: 1;
}

/* PRODUCT INFO SECTION */
.product-info {
    background: rgba(26, 26, 26, 0.8);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(150, 150, 150, 0.2);
    border-radius: 20px;
    padding: 40px;
    color: white;
    position: sticky;
    top: 120px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.product-header {
    margin-bottom: 20px;
}

.product-title {
    font-family: 'IntegralCF', sans-serif;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.product-badge {
    background: linear-gradient(135deg, #CC1E1E, #B71C1C);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(204, 30, 30, 0.4);
    margin-bottom: 20px;
}

/* Section discount - Version sobre et discrète */
.discount-info {
    background: rgba(30, 30, 35, 0.8);
    border: 1px solid rgba(100, 100, 100, 0.2);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 25px;
    position: relative;
    backdrop-filter: blur(8px);
}

.discount-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    color: #A0A0A0;
    font-weight: 500;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.discount-header i {
    font-size: 11px;
}

.discount-content {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.discount-percentage {
    background: linear-gradient(135deg, #4A5568, #2D3748);
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 50px;
    text-align: center;
}

.discount-details {
    flex: 1;
}

.discount-label {
    display: block;
    color: #B0B0B0;
    font-size: 0.8rem;
    margin-bottom: 4px;
}

.discount-code-container {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.3);
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.discount-code {
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'Courier New', monospace;
    font-size: 0.85rem;
    color: #E2E8F0;
    font-weight: 500;
    letter-spacing: 0.5px;
    flex: 1;
}

.copy-code-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #E2E8F0;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 11px;
}

.copy-code-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.05);
}

.countdown-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: rgba(0, 0, 0, 0.2);
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.countdown-container i {
    color: #A0A0A0;
    font-size: 11px;
}

.countdown {
    color: #E2E8F0;
    font-size: 0.8rem;
    font-weight: 500;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'Courier New', monospace;
    letter-spacing: 0.3px;
}

/* Responsive pour mobile */
@media screen and (max-width: 768px) {
    .discount-info {
        padding: 14px;
        margin-bottom: 20px;
    }
    
    .discount-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .discount-percentage {
        font-size: 1rem;
        padding: 6px 10px;
    }
    
    .discount-code {
        font-size: 0.8rem;
    }
    
    .countdown {
        font-size: 0.75rem;
    }
}

/* Section discount subtile - SUPPRIMÉE */

.product-badges {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.feature-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.feature-badge.success {
    background: linear-gradient(135deg, #0d2818, #1a3d2e);
    border: 1px solid #2d5a47;
    color: #00D474;
    box-shadow: 0 2px 8px rgba(0, 212, 116, 0.15);
}

.feature-badge.info {
    background: linear-gradient(135deg, #003e8c, #007bff);
    border: 1px solid #3399ff;
    color: white;
    box-shadow: 0 0 8px rgba(51, 153, 255, 0.5);
}

.feature-badge.warning {
    background: linear-gradient(135deg, #b45309, #d97706);
    border: 1px solid #f59e0b;
    color: white;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.15);
}

/* DURATION SECTION */
.duration-section {
    margin-bottom: 30px;
}

.section-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.duration-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.duration-option {
    position: relative;
}

.duration-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.duration-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border: 2px solid rgba(150, 150, 150, 0.3);
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(40, 40, 45, 0.9);
    backdrop-filter: blur(10px);
}

.duration-option input[type="radio"]:checked + .duration-label {
    border-color: #007bff;
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.3);
    background: rgba(0, 123, 255, 0.1);
}

.duration-label:hover {
    border-color: rgba(150, 150, 150, 0.5);
}

.duration-info {
    flex: 1;
}

.duration-name {
    font-weight: 600;
    color: white;
    margin-bottom: 4px;
    font-size: 16px;
}

.duration-stock {
    font-size: 14px;
    color: #00D474;
    margin-bottom: 4px;
}

.duration-details {
    font-size: 14px;
    color: #00D474;
    margin-top: 4px;
}

.duration-price {
    text-align: right;
}

.current-price {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
}

/* EMAIL SECTION */
.email-section {
    margin-bottom: 25px;
}

.email-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    margin-bottom: 8px;
}

.email-input {
    width: 100%;
    background: rgba(40, 40, 45, 0.9);
    border: 1px solid rgba(150, 150, 150, 0.3);
    border-radius: 15px;
    padding: 15px 20px;
    color: white;
    font-size: 16px;
    font-family: 'TitleFont', sans-serif;
    outline: none;
    transition: all 0.3s ease;
}

.email-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.3);
}

.email-help {
    font-size: 12px;
    color: #AAAAAA;
    margin-top: 8px;
}

/* BUY BUTTON */
.buy-now-button {
    background: linear-gradient(145deg, #003e8c, #007bff);
    border: 1px solid #3399ff;
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 18px 30px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(51, 153, 255, 0.4);
    font-family: 'TitleFont', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.buy-now-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(51, 153, 255, 0.6);
}

.buy-now-button i {
    font-size: 16px;
}

/* ===== DESIGN SIMPLE ET COHÉRENT AVEC LE SITE ===== */

/* Container principal - Garde le style original mais plus simple */
.product-details-section {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: 40px;
    color: white;
    grid-column: 1 / -1;
}

/* Tabs - Style original du site */
.tabs {
    display: flex;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50px;
    overflow: hidden;
    margin: 24px 0 0 0;
    padding: 5px;
    width: fit-content;
}

.tab-button {
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.45);
    font-size: 0.88rem;
    font-weight: 600;
    padding: 10px 28px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: 'TitleFont', sans-serif;
    border-radius: 50px;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.tab-button.active {
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
    color: #fff;
    box-shadow: 0 4px 16px rgba(59,130,246,0.4);
}

.tab-button:hover:not(.active) {
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.8);
}

/* Content */
.tab-content {
    display: none;
    padding: 0;
    background: transparent;
    margin-top: 20px;
}
.tab-content.active { display: block; }

/* ===== DESCRIPTION ===== */
.description-content {
    background: #111111;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    padding: 32px 36px;
}

.description-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'TitleFont', sans-serif;
    text-align: left;
}

.description-text {
    color: rgba(255,255,255,0.82);
    line-height: 1.8;
    font-size: 0.92rem;
    text-align: left;
}
.description-text p { margin-bottom: 14px; }



/* ===== FEATURES ===== */
.features-content {
    background: #111111;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    padding: 32px 36px;
}

.features-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    font-family: 'TitleFont', sans-serif;
    text-align: left;
}

/* Liste simple */
.features-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-item-simple {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 6px 0;
}

.feature-item-simple::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00D474;
    box-shadow: 0 0 6px rgba(0,212,116,0.5);
    flex-shrink: 0;
    margin-left: 2px;
}



/* Responsive */
@media screen and (max-width: 768px) {
    .tabs { padding: 4px; }
    .tab-button { padding: 9px 18px; font-size: 0.82rem; }
    .description-content, .features-content { padding: 22px 20px; }
    .description-content h3, .features-content h3 { font-size: 1.1rem; }
}

@media screen and (max-width: 480px) {
    .tab-button { padding: 8px 14px; font-size: 0.78rem; }
    .description-content, .features-content { padding: 18px 16px; }
}

/* OTHER PRODUCTS SECTION - GARDE LE STYLE ORIGINAL */
.other-products-section {
    background: rgba(26, 26, 26, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(150, 150, 150, 0.1);
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    color: white;
    grid-column: 1 / -1;
}

.other-products-header {
    text-align: center;
    margin-bottom: 40px;
}

.other-products-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: white;
    font-family: 'IntegralCF', sans-serif;
}

.other-products-description {
    color: #CCCCCC;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 20px;
}

.other-products-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #4A9EFF;
    font-size: 0.9rem;
    margin-bottom: 20px;
    background: rgba(74, 158, 255, 0.1);
    border: 1px solid rgba(74, 158, 255, 0.3);
    border-radius: 25px;
    padding: 12px 24px;
    backdrop-filter: blur(10px);
    max-width: fit-content;
    margin: 0 auto 40px;
    box-shadow: 0 4px 12px rgba(74, 158, 255, 0.2);
}

.other-products-info i {
    font-size: 14px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

/* LIEN PRODUIT - Toute la carte cliquable */
.product-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.4s ease;
}

.product-card-link:hover {
    transform: translateY(-10px);
}

.product-card-link:hover .product-card {
    box-shadow: 0 20px 40px rgba(150, 150, 150, 0.1);
    border-color: rgba(150, 150, 150, 0.5);
    transform: none; /* Évite le double effet */
}

.product-card {
    background: #1a1a1a;
    border: 1px solid rgba(150, 150, 150, 0.3);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

/* SECTION IMAGE */
.product-image-section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.product-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.3) 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.6) 100%
    );
}

/* BADGE DE RÉDUCTION - ROUGE SOMBRE AVEC GLOW */
.discount-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #CC1E1E, #B71C1C);
    color: white;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 
        0 4px 12px rgba(204, 30, 30, 0.5),
        0 0 20px rgba(204, 30, 30, 0.3);
    z-index: 10;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    animation: pulseGlow 2s ease-in-out infinite alternate;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 
            0 4px 12px rgba(204, 30, 30, 0.5),
            0 0 20px rgba(204, 30, 30, 0.3);
    }
    100% {
        box-shadow: 
            0 4px 16px rgba(204, 30, 30, 0.7),
            0 0 30px rgba(204, 30, 30, 0.5),
            0 0 40px rgba(204, 30, 30, 0.2);
    }
}

/* SECTION DÉTAILS */
.product-details {
    background: #1a1a1a;
    padding: 25px;
    color: white;
}

/* TITRE DE CATÉGORIE */
.product-category-title {
    font-family: 'TitleFont', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    margin: 0 0 20px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* BADGES FEATURES */
.product-features-badges {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.feature-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0d2818, #1a3d2e);
    border: 1px solid #2d5a47;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #00D474;
    box-shadow: 0 2px 8px rgba(0, 212, 116, 0.15);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-badge.instant {
    color: #00D474;
}

.feature-badge.setup {
    color: #00D474;
}

.feature-badge i {
    font-size: 12px;
}

/* BOTTOM SECTION */
.product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.product-pricing {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.price-label {
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
}

.price-container {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.product-price {
    font-size: 2.2rem;
    font-weight: bold;
    color: #CC1E1E;
}

.product-old-price {
    font-size: 1.1rem;
    color: #666;
    text-decoration: line-through;
}

/* NOUVEAU STYLE POUR LE BOUTON BUY NOW - Plus gros */
.product-buy-btn {
    background: rgba(40, 40, 45, 0.9);
    border: 1px solid rgba(150, 150, 150, 0.3);
    border-radius: 10px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.product-buy-btn:hover {
    background: rgba(50, 50, 55, 0.95);
    border-color: rgba(150, 150, 150, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.product-buy-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.product-buy-btn span {
    font-size: 14px;
    font-weight: 500;
}

.product-buy-btn:hover i {
    transform: translateX(2px);
}

/* FOOTER - Identique à l'index */
.footer {
    background-color: #0B0B0B;
    color: white;
    padding: 60px 40px 30px 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 80px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.footer-logo-img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
}

.footer-logo-text {
    font-family: 'TitleFont', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
}

.footer-description {
    color: #AAAAAA;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 350px;
    margin-bottom: 25px;
}

.footer-socials {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AAAAAA;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #3a3a3a;
    color: white;
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.social-link.discord:hover {
    background: #5865F2;
    border-color: #5865F2;
}

.social-link.twitter:hover {
    background: #1DA1F2;
    border-color: #1DA1F2;
}

.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-section h3 {
    font-family: 'TitleFont', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: #AAAAAA;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 2px 0;
}

.footer-links a:hover {
    color: white;
    padding-left: 5px;
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    color: #888888;
}

.footer-copyright {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-copyright i {
    font-size: 14px;
    color: #666666;
}

.back-to-top {
    position: absolute;
    top: -25px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: linear-gradient(145deg, #003e8c, #007bff);
    border: 2px solid #3399ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(51, 153, 255, 0.3);
    text-decoration: none;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(51, 153, 255, 0.5);
}

/* RESPONSIVE DESIGN */
@media screen and (max-width: 1024px) {
    .product-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .product-info {
        position: static;
        top: auto;
    }
    
    .product-details-section, .other-products-section {
        grid-column: 1;
    }
    
    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 100px;
    }
    
    .navbar {
        padding: 0.6rem 1rem;
        max-width: calc(100% - 40px);
        top: 10px;
    }

    .logo {
        width: 40px;
        height: 40px;
    }

    .menu-toggle {
        display: flex;
    }
    
    .close-menu {
        display: block;
    }

    .nav-links {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        z-index: 1001;
        transition: all 0.4s ease;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .nav-links.active {
        display: flex;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .navbar.menu-open {
        background-color: transparent;
        border: none;
        backdrop-filter: none;
        box-shadow: none;
        top: 0 !important;
    }

    .nav-links li a {
        font-size: 1.5rem;
        padding: 0.8rem 0;
    }

    .mobile-only {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .discord-icon.mobile-only {
        width: 72px;
        height: 72px;
        font-size: 32px;
        background-color: #5865F2;
        border-radius: 50%;
        border: 1px solid #8892fa;
        box-shadow: 0 0 8px rgba(136, 146, 250, 0.5);
    }

    .discord-login.mobile-only {
        background: linear-gradient(145deg, #003e8c, #007bff);
        border: 1px solid #3399ff;
        color: white;
        font-size: 20px;
        padding: 10px 32px;
        border-radius: 999px;
        box-shadow: 0 0 8px rgba(51, 153, 255, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        text-decoration: none;
    }

    .login-buttons {
        display: none;
    }

    .center-nav {
        position: static;
        transform: none;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    
    .product-container {
        padding: 20px 15px;
    }
    
    .product-info {
        padding: 30px 20px;
    }
    
    .product-title {
        font-size: 2rem;
    }
    
    .product-main-title {
        font-size: 2rem; /* Réduit de 2.5rem à 2rem */
        margin-bottom: 0.75rem; /* Réduit encore plus sur mobile */
    }
    
    .main-image-container {
        margin-bottom: 10px; /* Encore plus réduit sur mobile */
    }
    
    .back-button-styled {
        padding: 10px 16px;
        font-size: 0.8rem;
    }
    
    .duration-options {
        gap: 10px;
    }
    
    .duration-label {
        padding: 12px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .duration-price {
        text-align: left;
        width: 100%;
    }
    
    .current-price {
        font-size: 1.5rem;
    }
    
    .product-details-section, .other-products-section {
        padding: 30px 20px;
    }
    
    .tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .tab-button {
        padding: 12px 20px;
        white-space: nowrap;
        font-size: 1rem;
    }
    
    .other-products-title {
        font-size: 2rem;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .thumbnails {
        justify-content: flex-start;
    }
    
    .thumbnail, .video-thumbnail {
        width: 100px;
        height: 70px;
    }
    
    .footer {
        padding: 40px 20px 20px 20px;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .footer-brand {
        align-items: center;
    }
    
    .footer-description {
        text-align: center;
        max-width: 100%;
    }
    
    .footer-socials {
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .back-to-top {
        right: 20px;
    }
}

@media screen and (max-width: 480px) {
    .product-info {
        padding: 25px 15px;
    }
    
    .product-title {
        font-size: 1.8rem;
    }
    
    .product-main-title {
        font-size: 1.75rem; /* Réduit de 2rem à 1.75rem */
        margin-bottom: 0.5rem;
    }
    
    .main-image-container {
        margin-bottom: 8px;
    }
    
    .back-button-styled {
        padding: 8px 14px;
        font-size: 0.75rem;
        gap: 0.5rem;
    }
    
    .duration-label {
        padding: 10px 12px;
    }
    
    .product-details-section, .other-products-section {
        padding: 25px 15px;
    }
    
    .other-products-title {
        font-size: 1.8rem;
    }
    
    .product-details {
        padding: 20px;
    }
    
    .product-category-title {
        font-size: 1.1rem;
    }
    
    .footer {
        padding: 30px 15px 15px 15px;
    }
    
    .footer-container {
        gap: 30px;
    }
    
    .footer-logo-text {
        font-size: 1.5rem;
    }
    
    .footer-description {
        font-size: 0.9rem;
    }
    
    .back-to-top {
        width: 45px;
        height: 45px;
        font-size: 14px;
        right: 15px;
    }
    
    .thumbnails {
        gap: 10px;
    }
    
    .thumbnail, .video-thumbnail {
        width: 80px;
        height: 60px;
    }
}

/* OPTIMISATION LAYOUT POUR BOUTON BUY NOW VISIBLE */

/* Réduire le padding-top du body */
body {
    padding-top: 70px; /* Réduit de 80px à 70px */
}

/* Optimiser le container principal */
.product-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 20px 40px 20px; /* Réduit le padding-top de 20px à 15px */
}

/* Réduire l'espace du titre */
.product-main-title {
    font-size: 2rem; /* Réduit de 2.2rem à 2rem */
    margin-bottom: 0.5rem; /* Réduit de 1rem à 0.5rem */
}

/* Optimiser le layout principal */
.product-layout {
    display: grid;
    grid-template-columns: 1fr 480px; /* Réduit de 500px à 480px */
    gap: 40px; /* Réduit de 60px à 40px */
    align-items: start;
}

/* Réduire l'espace de l'image */
.main-image-container {
    margin-bottom: 8px; /* Réduit de 5px à 8px pour plus de compacité */
}

/* Optimiser la section product-info */
.product-info {
    padding: 30px; /* Réduit de 40px à 30px */
    position: sticky;
    top: 90px; /* Ajusté pour la nouvelle navbar */
}

/* Compacter la section discount */
.discount-info {
    padding: 12px; /* Réduit de 16px à 12px */
    margin-bottom: 20px; /* Réduit de 25px à 20px */
}

/* Réduire l'espace des options de durée */
.duration-section {
    margin-bottom: 20px; /* Réduit de 30px à 20px */
}

.section-title {
    font-size: 1.1rem; /* Réduit de 1.2rem à 1.1rem */
    margin-bottom: 15px; /* Réduit de 20px à 15px */
}

.duration-options {
    gap: 8px; /* Réduit de 12px à 8px */
    margin-bottom: 20px; /* Réduit de 25px à 20px */
}

.duration-label {
    padding: 12px 16px; /* Réduit de 16px 20px à 12px 16px */
}

/* Optimiser le bouton Buy Now */
.buy-now-button {
    padding: 16px 30px; /* Réduit de 18px à 16px */
    font-size: 17px; /* Réduit de 18px à 17px */
}

/* Réduire la taille des thumbnails */
.thumbnail, .video-thumbnail {
    width: 100px; /* Réduit de 120px à 100px */
    height: 65px; /* Réduit de 80px à 65px */
}

.thumbnails {
    gap: 10px; /* Réduit de 15px à 10px */
}

/* Responsive optimisé */
@media screen and (max-width: 1024px) {
    .product-layout {
        grid-template-columns: 1fr;
        gap: 30px; /* Réduit de 40px à 30px */
    }
    
    .product-info {
        position: static;
        top: auto;
        padding: 25px; /* Réduit encore plus sur tablette */
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 90px; /* Ajusté pour mobile */
    }
    
    .navbar {
        padding: 0.5rem 1rem;
        top: 5px; /* Réduit de 10px à 5px */
    }
    
    .product-container {
        padding: 10px 15px; /* Encore plus compact sur mobile */
    }
    
    .product-main-title {
        font-size: 1.8rem;
        margin-bottom: 0.3rem;
    }
    
    .product-info {
        padding: 20px 15px; /* Très compact sur mobile */
    }
    
    .discount-info {
        padding: 10px;
        margin-bottom: 15px;
    }
    
    .duration-section {
        margin-bottom: 15px;
    }
    
    .duration-options {
        gap: 6px;
        margin-bottom: 15px;
    }
    
    .duration-label {
        padding: 10px 12px;
    }
    
    .buy-now-button {
        padding: 14px 25px;
        font-size: 16px;
    }
}

/* ===== FEATURES GRID - Colonnes par catégories ===== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 0;
}

.features-column {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 20px 22px;
}

.features-category-title {
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255,255,255,0.4);
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    font-family: 'TitleFont', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.features-column .features-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.features-column .feature-item-simple {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.85);
    font-size: 0.88rem;
    line-height: 1.5;
    padding: 4px 0;
}

.features-column .feature-item-simple::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00D474;
    box-shadow: 0 0 6px rgba(0,212,116,0.5);
    flex-shrink: 0;
    margin-left: 2px;
}

/* Responsive pour les colonnes */
@media screen and (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .features-column {
        padding: 16px;
    }
    
    .features-category-title {
        font-size: 1rem;
        margin-bottom: 12px;
    }
    
    .features-column .feature-item-simple {
        font-size: 0.9rem;
        padding: 4px 0;
    }
}

@media screen and (max-width: 480px) {
    .features-grid {
        gap: 16px;
    }
    
    .features-column {
        padding: 14px;
    }
    
    .features-category-title {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }
}

.other-products-header {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px; /* Ajoute de la hauteur en haut */
}

.other-products-title {
    font-family: 'TitleFont', sans-serif;
    font-size: 3.2rem; /* Plus gros que 1.8rem */
    margin-bottom: 20px;
    color: white;
    font-weight: 600;
    text-align: center;
}

.other-products-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #4A9EFF;
    font-size: 0.85rem; /* Plus gros que 0.75rem */
    font-weight: 500;
    margin-bottom: 30px;
    background: rgba(74, 158, 255, 0.1);
    border: 1px solid rgba(74, 158, 255, 0.3);
    border-radius: 20px;
    padding: 10px 20px; /* Légèrement plus de padding */
    backdrop-filter: blur(10px);
    max-width: fit-content;
    margin: 0 auto 30px;
    box-shadow: 0 2px 8px rgba(74, 158, 255, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-family: 'TitleFont', sans-serif;
}

.other-products-info i {
    font-size: 11px; /* Légèrement plus gros */
}

/* Page bundle : même layout que page produit, contenu centré */
.page-bundle .product-container {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.page-bundle .product-layout {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 60px;
    align-items: start;
}
.bundle-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #CC1E1E, #B71C1C);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(204, 30, 30, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.bundle-original-price {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9em;
    margin-right: 0.5rem;
}
@media screen and (max-width: 1024px) {
    .page-bundle .product-layout {
        grid-template-columns: 1fr 480px;
    }
}
@media screen and (max-width: 768px) {
    .page-bundle .product-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .page-bundle .product-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Upsell : sous la durée sélectionnée, design simplifié */
.upsell-section {
    margin: 0.5rem 0 1rem 0;
    padding: 0.75rem 1rem;
    background: rgba(26, 26, 26, 0.4);
    border: 1px solid rgba(150, 150, 150, 0.12);
    border-radius: 10px;
}
.upsell-block {
    margin-bottom: 0.5rem;
}
.upsell-block:last-of-type {
    margin-bottom: 0;
}
.upsell-checkbox-label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
    color: #ccc;
    font-size: 0.9rem;
    font-weight: 500;
}
.upsell-checkbox {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.upsell-checkbox-custom {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(150, 150, 150, 0.5);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.3);
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upsell-checkbox-label:hover .upsell-checkbox-custom {
    border-color: rgba(74, 158, 255, 0.6);
}
.upsell-checkbox:checked + .upsell-checkbox-custom {
    background: #4A9EFF;
    border-color: #4A9EFF;
    box-shadow: 0 0 12px rgba(74, 158, 255, 0.4);
}
.upsell-checkbox:checked + .upsell-checkbox-custom::after {
    content: '';
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-bottom: 3px;
}
.upsell-variants {
    margin-top: 0.5rem;
    margin-left: 1.5rem;
}
.upsell-select {
    width: 100%;
    max-width: 260px;
    padding: 0.4rem 0.6rem;
    background: rgba(0,0,0,0.25);
    border: 1px solid rgba(150,150,150,0.2);
    border-radius: 6px;
    color: #fff;
    font-size: 0.85rem;
}
.upsell-total-line {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(150,150,150,0.15);
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.upsell-total-label {
    font-weight: 600;
    color: #bbb;
    font-size: 0.9rem;
}
.upsell-total-amount {
    font-size: 1.1rem;
    font-weight: 700;
    color: #4A9EFF;
}
.buy-now-total {
    margin-left: 0.5rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
}
/* ============================================================
   PRODUCT PAGE — Reviews section (3 cards like Other Products)
============================================================ */
.product-reviews-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    margin-bottom: 60px;
}
.product-review-card {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.product-review-card:hover {
    border-color: rgba(59,130,246,0.2);
    box-shadow: 0 6px 24px rgba(0,0,0,0.3);
}
.prc-img {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #0d0f18;
    flex-shrink: 0;
}
.prc-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.product-review-card:hover .prc-img img { transform: scale(1.03); }
.prc-text {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.prc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.prc-author { display: flex; align-items: center; gap: 8px; min-width: 0; }
.prc-avatar {
    width: 30px; height: 30px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid rgba(255,255,255,0.1);
    flex-shrink: 0;
}
.prc-avatar-ph {
    width: 30px; height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.3);
    font-size: 0.8rem;
    flex-shrink: 0;
}
.prc-name { font-size: 0.78rem; font-weight: 700; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.prc-date { font-size: 0.66rem; color: rgba(59,130,246,0.9); font-weight: 500; margin-top: 1px; }
.prc-stars { display: flex; align-items: center; gap: 2px; flex-shrink: 0; }
.prc-rating { font-size: 0.7rem; font-weight: 700; color: rgba(255,255,255,0.35); margin-left: 3px; }

@media (max-width: 900px) {
    .product-reviews-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 560px) {
    .product-reviews-grid { grid-template-columns: 1fr !important; }
}

/* ============================================================
   TRUST BADGES — sous Buy Now (style boutons distincts)
============================================================ */
.trust-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    padding: 9px 16px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    transition: background 0.2s, border-color 0.2s;
    flex: 1;
    justify-content: center;
    white-space: nowrap;
}
.trust-badge:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.16);
}
.trust-badge i { font-size: 0.85rem; }
.trust-badge:nth-child(1) i { color: #4ade80; }
.trust-badge:nth-child(2) i { color: #60a5fa; }
.trust-badge:nth-child(3) i { color: #4ade80; }