/*----------------------------------------------
*
* [Default Stylesheet]
*
* Theme    : Leverage
* Version  : 2.1
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------

[ALL CONTENTS]

1. Root
2. Button
3. Effects

----------------------------------------------*/

/*----------------------------------------------
1. Root
----------------------------------------------*/

/* #region Root */

:root {
    --h1-font: 'Default', sans-serif;
    --h1-size: 6rem;
    --h1-m-size: 3.5rem;
    --h1-weight: 900;
    --h1-m-weight: 900;
    
    --h2-font: 'Poppins', sans-serif;
    --h2-size: 3rem;
    --h2-m-size: 2rem;
    --h2-weight: 600;
    --h2-m-weight: 600;
    
    --h3-font: 'Poppins', sans-serif;
    --h3-size: 1.5rem;
    --h3-m-size: 1.3rem;
    --h3-weight: 600;
    --h3-m-weight: 600;
    
    --p-font: 'Poppins', sans-serif;
    --p-size: 1rem;
    --p-m-size: 1rem;
    --p-weight: 400;
    --p-m-weight: 400;

    --header-bg-color: #111111;
    --nav-brand-height: 35px;
    --nav-item-color: #f5f5f5;
    --top-nav-item-color: #f5f5f5;
    --hero-bg-color: #111111;
    --footer-brand-height: 80px;
    
    --primary-button-color: #f5f5f5;
    --primary-button-hover-color: #f5f5f5;
    
    --dark-button-color: #f5f5f5;
    --dark-button-hover-color: #f5f5f5;
    --dark-button-bg-color: #040402;

    --lvr-primary-color: #B087FF;
    --lvr-secondary-color: #B087FF;
    
    --white-color: #f9f9f9;
    --black-color: #040402;
    --dark-grey-color: #191919;

    --primary-t-color: #2f323a;
    --secondary-t-color: #f5f5f5; 
    --primary-p-color: #6f6f6f;
    --secondary-p-color: #8e8e8e;
    --primary-b-color: #f5f5f5;
    --primary-l-color: rgba(0, 0, 0, .25);
    --secondary-l-color: rgba(255, 255, 255, 0.25);

    --valid-color: #007a4d;
    --invalid-color: #e34f4f;

    --primary-bg-color: #f5f5f5;
    --primary-bg-color-2: #eeeeee;
    --primary-bg-color-3: #e5e5e5;

    --secondary-bg-color: #040402;
    --secondary-bg-color-2: #111111;
    --secondary-bg-color-3: #191919;

    --translucent-dark-background-color: #ffffff09;

    --card-bg-color: #f5f5f5;

    --footer-bg-color: #111111;
}

/* #endregion Root */

/*----------------------------------------------
2. Button
----------------------------------------------*/

/* #region Button */

.buttons {
    position: relative;
    z-index: 2;
}

.primary-button,
.primary-button:visited, .primary-button:active {
    position: relative;
    z-index: 2;
    padding: 9px 25px 9px 25px;
    background: linear-gradient(90deg,rgba(180, 140, 252, 1) 0%, rgba(131, 64, 255, 1) 100%);
    opacity: 0.85;
    color: white;
    font-weight: 500;
    border-radius: 15px;
}

.conditional-settings .primary-button {
    color: var(--primary-button-color);
}

.conditional-settings .primary-button:hover {
    color: white;
}

.primary-button:hover, .primary-button:focus {
    opacity: 1;
}

.dark-button,
.dark-button:visited, .dark-button:active {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: var(--hero-bg-color);
    border-radius: 0;
    color: var(--white-color);
    font-weight: 500;
}

.conditional-settings .dark-button {
    color: var(--dark-button-color);
    background-color: var(--dark-button-bg-color);
}

.conditional-settings .dark-button:hover {
    color: var(--dark-button-hover-color);
}

.dark-button:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-image: -webkit-linear-gradient(45deg, var(--lvr-secondary-color) 15%, var(--lvr-primary-color) 65%);
    background-image: linear-gradient(45deg, var(--lvr-secondary-color) 15%, var(--lvr-primary-color) 65%);
}

.dark-button:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    bottom: 0;
    right: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 0;
    background-color: inherit;
}

.dark-button.inherit:after {
    background-color: inherit;
}

.dark-button:hover, .dark-button:focus,
.dark-button:hover:after, .dark-button:focus:after {
    background-color: var(--lvr-primary-color);
    background-image: -webkit-linear-gradient(45deg, var(--lvr-secondary-color) 15%, var(--lvr-primary-color) 65%);
    background-image: linear-gradient(45deg, var(--lvr-secondary-color) 15%, var(--lvr-primary-color) 65%);
    color: var(--white-color);
}

footer .dark-button {
    background-color: var(--footer-bg-color);
}

/* #endregion Button */

/*----------------------------------------------
3. Effect
----------------------------------------------*/

/* #region Effect */

.effect-static-text {
    background-image: -webkit-linear-gradient(45deg, var(--lvr-secondary-color) 15%, var(--lvr-primary-color) 65%);
    background-image: linear-gradient(45deg, var(--lvr-secondary-color) 15%, var(--lvr-primary-color) 65%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
         background-clip: text;
    -webkit-text-fill-color: transparent;
}

.effect-static-text i {
    -webkit-text-fill-color: var(--lvr-primary-color);
}

.effect-motion-text,
.effect-motion-hover:hover {
    background-image: linear-gradient(to right, var(--lvr-primary-color) 20%, var(--primary-t-color) 40%, var(--primary-t-color) 60%, var(--lvr-primary-color) 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -moz-background-clip: text;
         background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: effect 1s linear infinite;
    animation: effect 1s linear infinite;
}

.effect-motion-text i,
.effect-motion-hover:hover i {
    -webkit-text-fill-color: var(--lvr-primary-color);
}

.effect-static-bg {
    background-image: -webkit-linear-gradient(45deg, var(--lvr-secondary-color) 15%, var(--lvr-primary-color) 65%);
    background-image: linear-gradient(45deg, var(--lvr-secondary-color) 15%, var(--lvr-primary-color) 65%);
}

.effect-motion-bg {
    background-image: -webkit-linear-gradient(45deg, var(--lvr-secondary-color) 15%, var(--lvr-primary-color) 65%);
    background-image: linear-gradient(45deg, var(--lvr-secondary-color) 15%, var(--lvr-primary-color) 65%);
    background-size: 200% auto;
    -webkit-animation: effect 1s linear infinite;
    animation: effect 1s linear infinite;
}

.navbar.navbar-sticky {
    box-shadow: none !important;
    background: transparent !important; /* si tu veux garder le fond transparent */
}

/* #endregion Effect */
.mr-custom {
    margin-right: 35%;
}

#primary {
    margin-right: 25%;
}

@media (max-width: 1430px) {
    .mr-custom {
        margin-right: 27%;
    }

    #primary {
        margin-right: 10%;
    }
}

@media (max-width: 1199px) {
    .mr-custom {
        margin-right: 65%; 
    }
}

@media (max-width: 991px) {
    .mr-custom {
        margin-right: 50%;
    }

    #primary {
        margin-right: 0;
    }
}

/*Light Theme CSS*/

.content-section.post-15 {
    position: relative;       /* nécessaire pour que ::before et ::after restent dans la section */
    overflow: hidden;         /* empêche le scroll horizontal si les lumières dépassent */
    z-index: 1;               /* le contenu reste au-dessus des lumières */
}

/* Lumière 1 */
.content-section.post-15::before {
    content: '';
    position: absolute;
    top: 38%;
    left: -20%;
    width: 40vw;
    height: 40vw;
    background: radial-gradient(circle, rgba(176,135,255,0.6) 0%, transparent 70%);
    filter: blur(10vw);
    z-index: 0;
    opacity: 1;
}

/* Lumière 2 */
.content-section.post-15::after {
    content: '';
    position: absolute;
    bottom: 14%;
    right: -35%;
    width: 65vw;
    height: 65vw;
    background: radial-gradient(circle, rgba(176,135,255,0.6) 0%, transparent 70%);
    filter: blur(10vw);
    z-index: 0;
    opacity: 0.7;
}

/*Tagline */
.hero-tagline {
    width: 15%;
    background: linear-gradient(
        90deg, 
        rgb(128, 103, 176) 0%, 
        rgb(79, 56, 112) 50%, 
        rgb(41, 29, 62) 100%
    );
    text-align: center;
    padding: 15px 7px;
    border-radius: 17px;
    border: 2px solid rgb(103, 72, 144);
    box-shadow: 0 4px 15px rgba(34, 13, 75, 0.2);
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 100;
    letter-spacing: 0.4px;
    margin: 0;
    color: rgb(255, 255, 255);
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-tagline-inner {
    position: relative;
    color: white;
}
.hero-tagline-inner::after {
    content: "";
    position: absolute;
    top: -25%;
    left: -100%;
    width: 50%;
    height: 150%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,   
        rgba(255, 255, 255, 0.246) 50%, 
        rgba(255,255,255,0) 100%   
    );
    transform: skewX(-25deg);
    animation: shine 7s linear infinite; /* 2s passage + 5s pause */
}

@keyframes shine {
    0% {
        left: -100%;
    }
    28.57% { /* 2s/7s ≈ 28.57% du temps de l'animation */
        left: 125%;
    }
    100% {
        left: 125%; /* reste en pause jusqu'à la fin */
    }
}


.hero-tagline-inner span {
    color: #cbafff;
}





/* Hero Section */
.hero {
    padding-top: 15%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}



.hero-content {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 1%;
    position: relative;
    z-index: 1;
}

.hero-content h1{
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 0 0;
    font-family: 'poppins', sans-serif;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(196, 196, 196, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content h2{
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 0px 0;
    font-family: 'poppins', sans-serif;
    background: linear-gradient(180deg,rgba(176, 135, 255, 1) 0%, rgba(135, 102, 196, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-description{
    font-size: 1.1rem;
    width: 35%;
    font-weight: 100;
    line-height: 1.6;
    margin: 0 0 15px 0;
    font-family: 'poppins', sans-serif;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
}

/* Hero Buttons */
.hero-buttons {
  display: flex;
  gap: 15px;
}

.btn-primary-hero,
.btn-secondary-hero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 25px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary-hero {
    background: linear-gradient(90deg,rgba(180, 140, 252, 1) 0%, rgba(131, 64, 255, 1) 100%);
    color: white;
    border: none;
}

.btn-secondary-hero {
  background-color: transparent;
  border: 2px solid #b187ff9f;
  color: white;
}

.text-button-hero{
    margin: 0;
    padding: 0;
    color: white;
}

.btn-primary-hero:hover,
.btn-secondary-hero:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.icon {
  width: 20px;
  height: 20px;
}

/* Hero Benefits */
.hero-benefits {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 2%;
    width: 28%;
    color: #ffffff;
}

.benefits-title{
    font-size: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.577);
    padding: 5px 15px;
    height: auto;
    margin: 0;
    opacity: 0.5;
    border-radius: 15px;
    transition: 0.3s all ease-in-out;
}

.benefits-title:hover{
    opacity: 1;
    border: 1px solid #B087FF;
}



/* Hero Image */
.hero-section-image {
    position: absolute;
    z-index: 0;
    top: -15%;
    left: 0;
    right: 0;
    opacity: 0.25;
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* Empêche la sélection de l'image */
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
}

.hero-section-image img {
    width: 150%;
    height: 150%;
    object-fit: cover;

    /* Empêche la sélection de l'image */
    user-select: none;
    -webkit-user-select: none; 
    -moz-user-select: none;    
    -ms-user-select: none;     
    pointer-events: none; /* Empêche le clic ou le drag sur l'image */
}

/* Products Section */
.products-section {
    /* background-color: #0a0a0a; */
    color: white;
}

.products-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5%;
    flex-wrap: wrap;
}

.product-card {
    position: relative;
    width: 25%;
    height: 530px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid rgb(103, 103, 103);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease, 0.3s ease-in-out;
    opacity: 0.9;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.6);
    opacity: 1;
}

.product-card img{
    width: 65px;
    height: 65px;
    border-radius: 10px;
    border: 2px solid #ffffff23;
    background-color: #cdcdcd75;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 6px;

 /* Empêche la sélection de l'image */
    user-select: none;
    -webkit-user-select: none; 
    -moz-user-select: none;    
    -ms-user-select: none;     
    pointer-events: none; 

    transition: 0.3s ease-in-out;
}

.product-card-content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    width: 100%;
    height: 30%;
    padding-left: 3%;
}

.product-card-content h4{
    font-size: 2rem;
    margin: 0;
}

.product-card-content p {
    margin: 5px 0 0 0;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.516);
    text-shadow: 0 1px 6px rgba(0,0,0,0.6);
}

@media (max-width: 1024px) {
    .products-cards {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    .product-card {
        width: 80%;
        height: 370px;
        padding: 10px;
    }
    .p-payment-methods{
        width: 75%;
        font-size: 0.8rem;
        text-align: center;
    }
}

.p-payment-methods{
    opacity: 0.7;
}

/* Purchase Button */
.btn-purchase-card {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff00; /* Couleur semi-transparente */
    border: 1px solid #ffffff5d;
    color: white !important;
    padding: 2% 7%;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s ease;

    backdrop-filter: blur(10px);        /* Blur du fond */
    -webkit-backdrop-filter: blur(10px); /* Support Safari */
}


.btn-purchase-card svg {
    transition: transform 0.3s ease;
}

.btn-purchase-card:hover {
    transform: translateY(-2px);
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.034);
    border: 1px solid #b187ff9e;
}

.btn-purchase-card:hover svg {
    transform: translateX(3px);
}



/* Our Impact Section */
.our-impact{
    /* display: flex;*/
    display: none;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 200px;
    gap: 2%;
    z-index: 1;
    padding: 8% 0% 0% 0%;
}

.our-impact-block {
    position: relative;
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3% 2%;
    transition: all 0.3s ease;
    z-index: 1;
}

.our-impact-block h4 {
    font-size: 3rem;
    font-weight: 500;
    margin: 0 0 1% 0;
    font-family: 'poppins', sans-serif;
    margin: 0;
    background: linear-gradient(90deg, rgba(180, 140, 252, 1) 0%, rgba(131, 64, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* pour certains navigateurs modernes */
}

.our-impact-block p {
    font-size: 1.3rem;
    font-weight: 100;
    line-height: 1.6;
    text-align: start;
    font-family: 'poppins', sans-serif;
    color: white;
    margin: 0;
}


/* Header Title */

.section-tag {
    display: inline-block;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 999px;
    border: 1px solid #B087FF;
    box-shadow: 0 4px 12px rgba(150, 120, 255, 0.25);
    margin-bottom: 10px;
    animation: fadeIn 1s ease-in-out;
}

/* animation légère d'apparition */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}


.why-us-header, .our-impact-header, .payment-methods-header, .showcase-header, .products-header {
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: center;
    align-items: start;
    gap: 2%;
    width: 40%;
}

.products-header{
    padding: 8% 0% 0% 5%;
}

.why-us-header{
    padding: 11% 0% 2% 5%;
}

.our-impact-header {
    display: none;
    padding: 8% 5% 0% 5%;
}

.payment-methods-header {
    padding: 8% 0% 0% 5%;
}

.showcase-header {
    padding: 8% 0% 0% 5%;
}

.why-us-header h3, .our-impact-header h3, .payment-methods-header h3, .showcase-header h3, .products-header h3 {
    height: 5vh;
    align-content: start;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-family: 'poppins', sans-serif;
    color: white;
}

/* Why us */
.why-us {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 10% 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: 200px;
    gap: 2%;
    z-index: 1;
}

.why-us-block {
    position: relative;
    width: 30%;
    height: auto;
    background: linear-gradient(135deg, rgba(176, 135, 255, 0.15) 0%, rgba(102, 78, 145, 0.15) 100%);
    border-radius: 20px;
    border: 1px solid rgb(86, 69, 107);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 3% 2%;
    transition: all 0.3s ease;
    z-index: 1;
}

.why-us-block h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 1% 0;
    font-family: 'poppins', sans-serif;
    color: white;
}

.why-us-block p {
    font-size: 0.95rem;
    font-weight: 100;
    line-height: 1.6;
    text-align: start;
    font-family: 'poppins', sans-serif;
    color: white;
    opacity: 0.75;
}

.bg-light {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    background: linear-gradient(90deg, rgba(180, 140, 252, 1) 0%, rgba(131, 64, 255, 1) 100%);
    filter: blur(10vw);
    z-index: 0; 
}

.bg-light-2 {
    position: absolute;
    top: 25%;
    right: 30%;
    width: 40%;
    height: 40%;
    opacity: 0.5;
     background: linear-gradient(90deg, rgba(131, 64, 255, 1) 0%, rgba(180, 140, 252, 1) 100%);
    filter: blur(5vw);
    z-index: 0; 
}

.why-us-block img {
    width: 10%;
    height: auto;
    margin-bottom: 10px;
}

.why-us-block:hover {
    background: linear-gradient(135deg, rgba(176, 135, 255, 0.25) 0%, rgba(102, 78, 145, 0.25) 100%);
    box-shadow: 0 4px 15px rgba(131, 64, 255, 0.2);
    transform: translateY(-5px);
}


/* Payment Methods Section */
.payment-methods {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    width: 100%;
}

.payment-methods-top{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 2vw;
    z-index: 1;
}

.payment-methods-bottom{
    width: 80%;
    padding-top: 3%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 2vw;
    z-index: 1;
}

.tagline-payment-methods {
    width: 100%;
    background: linear-gradient(90deg, rgba(176, 135, 255, 0.45) 0%, rgba(102, 78, 145, 0.45) 45%, rgba(65, 47, 89, 0.45) 100%);
    text-align: center;
    padding: 4px 7px;
    border-radius: 17px;
    border: 2px solid rgb(86, 69, 107);
    font-family: 'poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 100;
    letter-spacing: 0.4px;
    margin: 0 0 1% 0;
    color: white;
    text-align: center;
}

.payement-tagline{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.payment-method{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 50%;
    border-radius: 20px;
    gap: 2%;
    padding: 1.7% 4% 1.7% 2%;
    background-color: #0000003d;
    border: 2px solid #b187ff31;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.payment-method:hover {
    background: linear-gradient(135deg, rgba(15, 2, 22, 0.297) 0%, rgba(56, 43, 81, 0.25) 100%);
    backdrop-filter: blur(2px);
}

.payment-method-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 80%;
    margin-left: 2%;
}

.payment-method h4{
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 1% 0;
    font-family: 'poppins', sans-serif;
    color: white;
}

.payment-method p{
    font-size: 0.95rem;
    font-weight: 100;
    line-height: 1.6;
    font-family: 'poppins', sans-serif;
    color: white;
    opacity: 0.75;
    margin: 1% 0% 0% 0%;
    width: 100%;
}

.payment-method img{
    width: 10%;
    height: auto;
    border-radius: 10px;
}

.bg-map{
    position: absolute;
    top: -18%;
    left: 25%;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: url(./upload/map.png) no-repeat center center;
    background-size: cover;
    z-index: 0; 
    pointer-events: none;
    user-select: none;
}

.bg-map img {
    z-index: 0;
    width: 50%;
    height: auto;
    filter: brightness(0.5);
}

/* Showcase Section */
.showcase {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 80vh;
}

.showcase iframe {
    padding-top: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}


/* ----------------------------- */
/* Responsive */
@media (max-width: 1024px) {
    .bg-light, .bg-light-2 {
        display: none;
    }

    .hero-tagline{
        width: 60%;
        padding: 5px 10px;
    }

    .btn-primary-hero, .btn-secondary-hero{
        padding: 2% 5%;
    }

    .hero-content{
        justify-content: center;
        align-items: center;
        width: 80%;
        margin: 0;
        align-items: center;
    }

    .hero-content h1{
        font-size: 3.4rem;
        text-align: center;
    }

    .hero-content h2{
        font-size: 2.8rem;
        text-align: center;
    }

    .hero-description{
        font-size: 0.7rem;
        width: 80%;
    }

    .hero-buttons{
        width: 80%;
        justify-content: center;
    }

    .hero-section-image{
        display: none;
    }

    .text-button-hero{
        font-size: 0.6rem;
    }

    .hero-benefits{
        margin-top: 7%;
        width: 80%;
        gap: 2%;
    }

    .benefits-title{
        width: 25%;
        text-align: center;
        font-size: 0.5rem;
    }



    .why-us-header, .our-impact-header, .showcase-header, .products-header {
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        gap: 1%;
    }
    .our-impact {
        display: none;
    }
    .why-us{
        display: flex;
        flex-direction: column;
        height: auto;
        gap: 20px;
    }

    .why-us-block, .our-impact-block {
        width: 80%;
        margin: 0 auto;
}

@media (max-width: 768px) {
    .hero {
        padding-top: 20%;
        height: auto;
        flex-direction: column;
    }

    .hero-tagline {
        width: 80%;
    }

    .hero-left h1, .hero-left h2 {
        font-size: 2.5rem;
    }

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

    .hero-left button {
        width: 60%;
    }

    .hero-right img {
        margin-top: 5%;
        width: 80%;
    }
    .payment-methods-top, .payment-methods-bottom {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 20px;
    }

    .payment-method {
        width: 80%;
        margin: 0 auto;
    }

    .bg-map {
        display: none;
    }

    .showcase iframe {
        width: 80%;
    }
    .payment-method-text p{
        text-align: center;
    }
    .legal-links {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .hero{
        margin-top: 10%;
    }

    .hero-tagline {
        width: 80%;
    }

    .hero-left h1, .hero-left h2 {
        font-size: 2rem;
    }

    .description {
        font-size: 0.85rem;
    }

    .hero-left button {
        width: 70%;
    }

    .hero-right img {
        margin-top: 5%;
        width: 90%;
    }
    .why-us-block {
        width: 100%;
    }

    .why-us-header h3 {
        font-size: 1.5rem;
    }

    .why-us-header, .our-impact-header, .showcase-header {
        padding: 8% 5% 0% 5%;
    }
    .benefits-title{
        width: 100%;
    }
    
    .payment-methods-header {
        padding: 5% 5% 0% 5%;
        width: 100%;
    }

    .payment-method{
        justify-content: center;
        align-items: center;
    }

    .payment-method h4 {
        font-size: 1.2rem;
    }

    .payment-method p {
        font-size: 0.85rem;
    }

    .payement-tagline {
        flex-direction: column;
        gap: 5px;
        text-align: center;
        width: 100%;
    }

    .payment-method img {
        display: none;
    }
}
}


/* Scroll bar */ 

/* Scrollbar Track (fond) */
::-webkit-scrollbar {
    width: 14px; /* largeur verticale */
    height: 12px; /* largeur horizontale */
}

/* Track */
::-webkit-scrollbar-track {
    background: #0a0a0a; /* fond sombre */
    border-radius: 10px;
}

/* Handle (la partie que tu déplaces) */
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #b48cfc, #8340ff);
    border-radius: 10px;
    border: 3px solid #0a0a0a; /* espace autour du thumb */
}

/* Handle hover */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #c29cff, #9550ff);
}


/* --- ANIMATIONS HERO --- */

/* Fade + Slide up */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade + Scale */
@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeScaleTitle {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
}

/* Fade simple */
@keyframes fadeInHero {
  0% { opacity: 0; }
  100% { opacity: 0.25; }
}


/* --- Hero Animations on Load --- */
.hero-content h1 {
  animation: fadeUp 1s ease-out 0.2s both;
}

.hero-tagline{
animation: fadeUp 1s ease-out 0.8s both;
}

.hero-content h2 {
  animation: fadeUp 1s ease-out 0.5s both;
}

.hero-description {
  animation: fadeUp 1s ease-out 0.8s both;
}

.hero-buttons {
  animation: fadeScale 1s ease-out 1.1s both;
}

.hero-benefits {
  animation: fadeScaleTitle 1s ease-out 1.5s both;
}

/* Chaque élément dans hero-benefits apparaît légèrement décalé */
.hero-benefits .benefits-title:nth-child(1) {
  animation: fadeScaleTitle 0.8s ease-out 1.4s both;
}
.hero-benefits .benefits-title:nth-child(2) {
  animation: fadeScaleTitle 0.8s ease-out 1.6s both;
}
.hero-benefits .benefits-title:nth-child(3) {
  animation: fadeScaleTitle 0.8s ease-out 1.8s both;
}

/* Image de fond Hero */
.hero-section-image {
  animation: fadeInHero 2.5s ease-in-out 0.2s both;
}

.zoomWindowContainer,
.zoomContainer,
img.zoomImg {
    display: none !important;
}


/* Undetected */

.undetected-badge-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid #22c532;
    color: #22c532;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* Badge avec pulse */
.undetected-badge {
    position: relative;
    width: 12px;
    height: 12px;
    background: #22c532;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Le halo animé */
.undetected-badge::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #22c532;
    opacity: 0.6;
    animation: pulse 1.5s ease-out infinite;
}

/* Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    70% {
        transform: scale(2.3);
        opacity: 0;
    }
    100% {
        transform: scale(2.3);
        opacity: 0;
    }
}

.undetected p {
    margin: 0;
    padding: 0;
}



.checkout-section{
    display: flex;
    justify-content: center;
    width: 100%;
    /* background-color: green; */
}

.checkout-content{
    width: 60%;
    /* background-color: red; */
}

/* Tableau des détails de commande WooCommerce */
.woocommerce-order-details table {
    width: 100%;
    border-collapse: collapse; /* pour des bordures nettes */
    background-color: #1c1c1c; /* fond gris foncé pour tout le tableau */
    color: #ffffff; /* texte blanc par défaut */
}

.woocommerce-order-details table tbody tr td {
    border-top: 1px solid #2c2c2c; /* bordure de séparation */
    padding: 10px 15px; /* espacement interne */
    vertical-align: middle; /* aligne le texte verticalement */
    background-color: #1c1c1c; /* fond gris foncé pour chaque cellule */
}

/* Ligne hover optionnelle pour lisibilité */
.woocommerce-order-details table tbody tr:hover td {
    background-color: #2a2a2a; /* léger survol plus clair */
}

/* En-têtes du tableau */
.woocommerce-order-details table thead tr th, .woocommerce-order-details table tfoot tr th, .woocommerce-order-details table tfoot tr td {
    border-bottom: 2px solid #2c2c2c;
    color: #ffffff;
    padding: 12px 15px;
    text-align: left;
    background-color: #1c1c1c; /* même fond gris foncé */
}

.woocommerce-order-details table tfoot tr th {
    border-bottom: 2px solid #2c2c2c;
    color: #ffffff;
    padding: 12px 15px;
    text-align: left;
    background-color: #1c1c1c; /* même fond gris foncé */
}

@media (max-width: 469px) {
    a[href="https://discord.gg/kZkwW4YmKh"].btn.primary-button {
        display: none !important;
    }
}


@media (max-width: 1268px) {
    a[href="https://discord.gg/kZkwW4YmKh"].btn.primary-button {
        display: none !important;
    }
    .content-section.post-15::before {
        display: none;
    }
    .content-section.post-15::after {
        display: none;
    }
}


@media (max-width: 480px) {
  .undetected-badge-wrapper {
    display: inline-flex;
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
  }

  .untedected-text {
    font-size: 13px;
  }
}

/* Very small screens: hide text, keep badge only */
@media (max-width: 340px) {
  .untedected-text {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .undetected-badge-wrapper {
    padding: 4px;
  }

  .undetected-badge {
    width: 14px;
    height: 14px;
  }
}
.variations_form .variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.variations_form .variation-buttons .button-duration {
    display: flex;
    flex-direction: column; /* nom au dessus, prix en dessous */
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    cursor: pointer;
    padding: 5px 6%;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.variations_form .variation-buttons .button-duration .variation-name {
    font-weight: 400; /* normal par défaut */
    font-size: 1rem;
}

.variations_form .variation-buttons .button-duration .variation-price {
    font-size: 0.8rem;
    opacity: 0.6; /* prix plus léger */
    margin-top: 2px;
}

.variations_form .variation-buttons .button-duration.selected {
    background: linear-gradient(90deg, rgba(180,140,252,1) 0%, rgba(131,64,255,1) 100%);
    color: #fff;
    border: 1px solid #7d5cb8;
}

.variations_form .variation-buttons .button-duration.selected .variation-name {
    font-weight: 600; /* titre en gras si sélectionné */
}

/* Responsive */
@media (max-width: 768px){
    .variations_form .variation-buttons .button-duration {
        flex: 0 1 100% !important; /* sur mobile, plein largeur */
    }
}





/* Masquer tous les selects de variations */
.variations_form select {
    display: none !important;
}

.variation-buttons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.var-products{
    display: flex;
    flex-direction: column;
}
.terms-notice{
    margin-top: 4%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    align-content: center;
    justify-content: start;
    /* background-color: rgba(255, 255, 255, 0.066); */
    /* border: 1px solid rgba(255, 255, 255, 0.162); */
    border-radius: 5px;
    width: 100%;
}

.icon-secure{
    width: 22px;
    height: 22px;
    border-radius: 3px;
    margin-right: 1%;
    opacity: 0.9;
}

.text-secure, #terms-link{
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
    font-weight: 100;
}

.product_meta{
    display: none;
}



.promo-hero {
    margin-top: -5%;
    margin-bottom: 5%;
    padding: 22px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promo-hero__inner {
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* Barre gauche : fade depuis l’extrémité gauche vers le centre */
.promo-hero-left__bar {
  width: 80px; /* réduire la longueur */
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
      to right,
      rgba(180, 140, 252, 0) 0%,   /* extrémité gauche transparente */
      rgba(179, 140, 252, 0.657) 50%,  /* centre opaque */
      rgba(131, 64, 255, 0.662) 100%   /* vers centre-texte */
  );
}

/* Barre droite : fade depuis le centre vers l’extrémité droite */
.promo-hero-right__bar {
  width: 80px; /* réduire la longueur */
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
      to right,
      rgba(179, 140, 252, 0.657) 0%,    /* centre opaque */
      rgba(131, 64, 255, 0.662) 50%,    /* centre opaque */
      rgba(131, 64, 255, 0) 100%    /* extrémité droite transparente */
  );
}


.promo-hero__center {
  position: relative;
  /* padding: 3px 14px; */
}

.promo-hero__light {
  position: absolute;
  inset: -8px -40px;
  border-radius: 20px;
  background: #b187ff4e;
  filter: blur(50px);
  opacity: 0.85;
  z-index: 0;
}

.promo-hero__title {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

.promo-hero__desc {
    margin-top: -1%;
  color: #ffffff;
  opacity: 0.65;
  font-size: 0.95rem;
  text-align: center;
}

.in-stock{
    color: #22C55E;
}

.out-of-stock{
    color: rgb(201, 32, 32);
}

.affilate-nextmarket{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 80px;
}

.slicewp-affiliate-register-form{
    width: 50%;
}