/* Importer les mêmes polices que thankyou.css */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
    --gradient-primary: linear-gradient(135deg, #FF3333, #CC0000);
    --color-primary: #FF3333;
    --color-dark: #000000;
    --color-light: #FFFFFF;
    --font-title: 'Space Grotesk', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

/* Masquer le header du dashboard */
.entry-header {
    display: none;
}

/* Structure principale */
.affiliate-dashboard {
    background: linear-gradient(135deg, var(--color-dark) 0%, #0A0000 100%);
    min-height: 100vh;
    font-family: var(--font-body);
    color: var(--color-light);
    padding: 4rem 2rem;
}

/* En-tête du dashboard */
.affiliate-dashboard h2 {
    font-family: var(--font-title);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeIn 0.5s ease;
}

/* Style spécifique pour le titre du dashboard */
.affiliate-dashboard .dashboard-title {
    font-family: var(--font-title);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--color-light) !important;
    font-weight: 700;
    padding: 1rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

/* Ligne de soulignement */
.affiliate-dashboard .dashboard-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--color-light) !important;
    border-radius: 2px;
    background-image: none !important;
}

/* Stats Overview */
.stats-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    animation: slideIn 0.5s ease;
}

.stat-box {
    background: rgba(15, 15, 15, 0.95);
    border: 1px solid rgba(255, 51, 51, 0.1);
    border-radius: 24px;
    padding: 2.5rem;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 51, 51, 0.3);
}

.stat-box h3 {
    font-family: var(--font-title);
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1.5rem;
}

.stat-box h3 .limit-info {
    display: block;
    font-size: 0.8em;
    opacity: 0.7;
}

.stat-box p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.84rem;
    transition: color 0.3s ease;
}

.stat-box p:hover {
    color: var(--color-light);
}

.eur-amount{
    color: var(--color-primary);
}

/* Amélioration des chiffres et statistiques */
.stat-box .stat-number {
    font-family: var(--font-title);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 1rem 0;
    text-shadow: 0 2px 10px rgba(255, 51, 51, 0.2);
}

.stat-box .stat-commission {
    display: flex;
    align-items: center;
    justify-content: center; /* Ajout de cette ligne */
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    border-top: 1px solid rgba(255, 51, 51, 0.1);
    text-align: center; /* Ajout de cette ligne */
    width: 100%; /* Ajout de cette ligne */
}

/* Amélioration des montants */
.stat-box .woocommerce-Price-amount {
    color: var(--color-primary);
    font-weight: 600;
}

/* Section liens d'affiliation repensée */
.affiliate-links {
    background: rgba(15, 15, 15, 0.95);
    border: 1px solid rgba(255, 51, 51, 0.1);
    border-radius: 24px;
    padding: 1rem;
    margin-top: 2rem;
    animation: slideIn 0.7s ease;
}

.affiliate-links h3 {
    font-family: var(--font-title);
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: var(--color-light);
}

.language-selector {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.lang-badge {
    flex: 1;
    padding: 0.8rem 1.2rem;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 51, 51, 0.2);
    border-radius: 8px;
    color: var(--color-light);
    font-family: var(--font-title);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.lang-badge span {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.lang-badge[data-lang="fr"] span {
    background: linear-gradient(to right, 
        #002395 0%, #002395 33.33%, 
        #FFFFFF 33.33%, #FFFFFF 66.66%, 
        #ED2939 66.66%, #ED2939 100%);
}

.lang-badge[data-lang="en"] span {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3Cclippath id='t'%3E%3Cpath d='M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z'/%3E%3C/clippath%3E%3Cpath d='M0,0 v30 h60 v-30 z' fill='%23012169'/%3E%3Cpath d='M0,0 L60,30 M60,0 L0,30' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M0,0 L60,30 M60,0 L0,30' clip-path='url(%23t)' stroke='%23C8102E' stroke-width='4'/%3E%3Cpath d='M30,0 v30 M0,15 h60' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M30,0 v30 M0,15 h60' stroke='%23C8102E' stroke-width='6'/%3E%3C/svg%3E") no-repeat center/cover;
}

.lang-badge.active {
    border-color: var(--color-primary);
    background: rgba(255, 51, 51, 0.1);
    transform: translateY(-2px);
}

.link-box {
    position: relative;
    background: rgba(20, 20, 25, 0.95);
    border: 1px solid rgba(255, 51, 51, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.link-box:hover {
    border-color: rgba(255, 51, 51, 0.2);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.link-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(28, 28, 35, 0.95);
    border-radius: 12px;
    padding: 0.5rem;
    border: 1px solid rgba(255, 51, 51, 0.15);
}

#affiliate-link {
    flex: 1;
    background: rgba(35, 35, 45, 0.95);
    border: 1px solid rgba(255, 51, 51, 0.1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'SF Mono', 'Consolas', monospace;
    font-size: 0.9rem;
    padding: 1rem 1.2rem;
    transition: all 0.3s ease;
}

#affiliate-link:hover {
    background: rgba(40, 40, 50, 0.95);
    border-color: rgba(255, 51, 51, 0.2);
}

#affiliate-link:focus {
    background: rgba(45, 45, 55, 0.95);
    border-color: rgba(255, 51, 51, 0.3);
    outline: none;
    box-shadow: 0 0 0 1px rgba(255, 51, 51, 0.2);
}

.link-box input {
    flex: 1;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'SF Mono', 'Consolas', monospace;
    font-size: 0.9rem;
    padding: 1rem 1.2rem;
    outline: none;
}

.copy-button {
    padding: 0.8rem 1.2rem;
    background: rgba(255, 51, 51, 0.1);
    border: 1px solid rgba(255, 51, 51, 0.2);
    border-radius: 8px;
    color: var(--color-light);
    font-family: var(--font-title);
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.copy-button:hover {
    background: rgba(255, 51, 51, 0.15);
    border-color: rgba(255, 51, 51, 0.3);
    transform: translateY(-1px);
}

.copy-button svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: transform 0.2s ease;
}

.copy-button.copied {
    background: rgba(39, 174, 96, 0.15);
    border-color: rgba(39, 174, 96, 0.3);
}

.copy-button.copied svg {
    transform: scale(0.9);
}

.copy-feedback {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(39, 174, 96, 0.95);
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    font-size: 0.9rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.copy-feedback.visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}

.entry-content p {
    margin-bottom: 0.6em;
}

/* Formulaire de connexion */
.affiliate-login-form {
    max-width: 400px;
    margin: 4rem auto !important;
    background: rgb(22 22 22 / 95%);
    border: 1px solid rgba(255, 51, 51, 0.1);
    border-radius: 24px;
    padding: 3rem 3rem 1rem;
    animation: fadeIn 0.5s ease;
}

.affiliate-login-form h2 {
    font-family: var(--font-title);
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #ffffff;
}

.affiliate-login-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: rgb(255, 255, 255);
}

.affiliate-login-form input[type="text"],
.affiliate-login-form input[type="password"] {
    width: 100%;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 51, 51, 0.2);
    border-radius: 12px;
    color: var(--color-light);
    transition: border-color 0.3s ease;
}

input[type="submit"].button,
input[type="submit"].button:focus,
input[type="submit"].button:active {
    background: red !important;
    border-color: red !important;
    color: #fff !important;
}

.affiliate-login-form input[type="text"]:focus,
.affiliate-login-form input[type="password"]:focus {
    border-color: var(--color-primary);
    outline: none;
}

.affiliate-login-form .button {
    width: 100%;
    padding: 1rem;
    background: var(--gradient-primary);
    color: var(--color-light);
    border: none;
    border-radius: 12px;
    font-family: var(--font-title);
    font-size: 1.1rem;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.affiliate-login-form .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 51, 51, 0.2);
    background-color: #FF3333;
}

@media (min-width: 1200px){
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 0px;
        margin-bottom: 80px;
    }
}

.login-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    font-family: var(--font-title);
    color: #721c24;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: center;
}

/* Section Comment ça marche */
.how-it-works-box {
    background: rgba(255, 51, 51, 0.05);
    border: 1px solid rgba(255, 51, 51, 0.1);
    border-radius: 24px;
    padding: 2.5rem;
    margin: 2rem 0;
    animation: slideIn 0.5s ease;
    text-align: center;
}

.how-it-works-box h3 {
    font-family: var(--font-title);
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: var(--color-light);
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    background: rgba(255, 51, 51, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(255, 51, 51, 0.2);
}

.commission-process {
    padding: 1rem;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
}

.process-card {
    position: relative;
    background: rgba(30, 30, 35, 0.95);
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
}

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

.card-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(255, 51, 51, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.process-card:hover .card-glow {
    opacity: 1;
}

.step-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    width: 24px;
    height: 24px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: var(--color-light);
}

.step-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    background: rgba(255, 51, 51, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

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

.process-card:hover .step-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.process-card h4 {
    color: var(--color-light);
    font-size: 1.1rem;
    margin: 1rem 0;
    font-weight: 600;
}

.step-amount {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-primary);
    margin: 0.5rem 0;
    text-shadow: 0 2px 8px rgba(255, 51, 51, 0.3);
}

.step-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    margin: 0.5rem 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    font-size: 0.9rem;
}

.process-arrow {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.arrow-line {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
    flex: 1;
}

.arrow-head {
    color: var(--color-primary);
    font-size: 1.5rem;
}

.commission-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1rem;
    padding: 0.5rem;
    background: rgba(255, 51, 51, 0.1);
    border-radius: 20px;
}

.percentage {
    font-weight: bold;
    color: var(--color-primary);
}

.label-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.process-card.highlight {
    background: rgba(255, 51, 51, 0.15);
    border: 1px solid rgba(255, 51, 51, 0.2);
    box-shadow: 0 8px 32px rgba(255, 51, 51, 0.1);
}

/* Styles pour la note de commission */
.commission-note {
    position: relative;
    background: rgba(255, 51, 51, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    padding-left: 3rem;
}

.commission-note::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gradient-primary);
    border-radius: 4px 0 0 4px;
}

.commission-note p:first-child {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-primary);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

/* Style minimaliste et compact du sélecteur de devise */
.currency-selector {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border: 1px solid rgba(255, 51, 51, 0.1);
    transition: all 0.3s ease;
}

.currency-selector label {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

#currency-select {
    background: transparent;
    border: none;
    color: var(--color-light);
    font-family: var(--font-body);
    font-size: 0.85rem;
    /* Réduire la largeur du select */
    width: 77px;
    padding: 0.25rem 1.25rem 0.25rem 0.25rem;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ff3333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 12px;
}

#currency-select:focus {
    outline: none;
}

#currency-select option {
    background: rgb(25, 25, 30);
    color: var(--color-light);
    padding: 0.25rem;
}

/* Version mobile */
@media (max-width: 768px) {
    .currency-selector {
        width: calc(100% - 2rem);
        margin: 1rem;
        justify-content: space-between;
    }

    .affiliate-dashboard {
        padding: 1rem 0.5rem;
    }

    .affiliate-dashboard h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    /* Stats Overview */
    .stats-overview {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    }

    .stat-box {
        padding: 1rem;
    }

    .stat-box h3 {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
        text-align: center;
        line-height: 0.9rem;
    }

    .stat-box .stat-number {
        font-size: 1.5rem;
        margin: 1rem 0;
        text-align: center;
    }

    .stat-box .stat-commission {
        font-size: 0.9rem;
    }

    /* How it works section */
    .how-it-works-box {
        padding: 1rem;
        margin: 1rem 0;
    }

    .how-it-works-box h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    .commission-process {
        padding: 1rem;
    }

    /* Section icônes */
    .icons-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 2rem;
        padding: 1.5rem;
        background: rgba(20, 20, 25, 0.95);
        border-radius: 16px;
    }

    .mobile-step-icon {
        position: relative;
        width: 48px;
        height: 48px;
        background: rgba(255, 51, 51, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-step-icon .step-badge {
        position: absolute;
        top: -8px;
        right: -8px;
        width: 24px;
        height: 24px;
        background: var(--gradient-primary);
        border-radius: 50%;
        font-size: 0.85rem;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .mobile-arrow {
        color: var(--color-primary);
        font-size: 1.2rem;
    }

    /* Section détails empilés - Style mobile amélioré */
    .step-detail-card {
        position: relative;
        background: rgba(30, 30, 35, 0.95);
        border-radius: 20px;
        padding: 2.5rem 1.5rem 1.5rem;
        margin-bottom: 2rem;
        text-align: center;
        border: 1px solid rgba(255, 51, 51, 0.1);
    }

    .step-detail-card .step-number {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
        background: var(--gradient-primary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: bold;
        color: #fff;
        box-shadow: 0 4px 10px rgba(255, 51, 51, 0.2);
    }

    .step-info {
        margin-top: 0.5rem;
        text-align: center;
    }

    .step-info h4 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        color: var(--color-light);
        font-weight: 600;
    }

    .step-info .step-amount {
        font-size: 2rem;
        font-weight: bold;
        background: var(--gradient-primary);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 1rem 0;
    }

    .step-info .step-detail {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 51, 51, 0.1);
        border-radius: 10px;
        padding: 0.75rem;
        margin: 0.75rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .commission-label {
        margin-top: 1.5rem;
        padding: 0.75rem;
        background: rgba(255, 51, 51, 0.1);
        border: 1px solid rgba(255, 51, 51, 0.2);
        border-radius: 12px;
    }

    .step-detail-card.highlight {
        background: rgba(255, 51, 51, 0.1);
        border: 2px solid rgba(255, 51, 51, 0.2);
        box-shadow: 0 10px 20px rgba(255, 51, 51, 0.15);
    }
}

/* Ajout d'un breakpoint spécifique pour les très petits écrans */
@media (max-width: 480px) {
    .stats-overview {
        grid-template-columns: repeat(2, 1fr);
    }

    .commission-process {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.25rem;
    }

    .affiliate-links h3 {
        font-size: 1.2rem;
    }

    .copy-button span {
        display: none;
    }
}

/* Section Comment ça marche - Version Desktop */
@media (min-width: 769px) {
    .how-it-works-box {
        max-width: 1200px;
        margin: 3rem auto;
        padding: 3rem;
    }

    /* Layout horizontal pour desktop */
    .steps-details {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        margin: 3rem 0;
        position: relative;
    }

    /* Ajouter des flèches entre les cartes */
    .steps-details > div:not(:last-child)::after {
        content: '→';
        position: absolute;
        right: -1.5rem;
        top: 50%;
        transform: translateY(-50%);
        color: var(--color-primary);
        font-size: 2rem;
        font-weight: bold;
        text-shadow: 0 0 15px rgba(255, 51, 51, 0.3);
    }

    /* Style des cartes sur desktop */
    .step-detail-card {
        position: relative;
        background: rgba(30, 30, 35, 0.95);
        border-radius: 16px;
        padding: 1.5rem 1rem 1rem; /* Réduction du padding */
        text-align: center;
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 51, 51, 0.1);
    }

    .step-detail-card:hover {
        transform: translateY(-10px);
        border-color: rgba(255, 51, 51, 0.3);
        box-shadow: 0 20px 40px rgba(255, 51, 51, 0.1);
    }

    /* Numéro d'étape amélioré */
    .step-detail-card .step-number {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        background: var(--gradient-primary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        font-weight: bold;
        color: var(--color-light);
        box-shadow: 0 5px 15px rgba(255, 51, 51, 0.3);
    }

    /* Contenu des cartes */
    .step-info {
        margin-top: 1rem;
    }

    .step-info h4 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
        color: var(--color-light);
        font-weight: 600;
    }

    .step-amount {
        font-size: 2.5rem;
        font-weight: bold;
        background: var(--gradient-primary);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 1rem 0;
        text-shadow: none;
    }

    /* Détails supplémentaires */
    .step-detail {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 51, 51, 0.1);
        border-radius: 12px;
        padding: 1rem;
        margin: 0.75rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s ease;
    }

    .step-detail:hover {
        background: rgba(255, 255, 255, 0.05);
        border-color: rgba(255, 51, 51, 0.2);
        transform: translateX(5px);
    }

    /* Label de commission amélioré */
    .commission-label {
        margin-top: 2rem;
        padding: 1rem;
        background: rgba(255, 51, 51, 0.1);
        border: 1px solid rgba(255, 51, 51, 0.2);
        border-radius: 15px;
    }

    /* Carte mise en évidence */
    .step-detail-card.highlight {
        background: rgba(255, 51, 51, 0.1);
        border: 2px solid rgba(255, 51, 51, 0.2);
        box-shadow: 0 15px 30px rgba(255, 51, 51, 0.15);
    }

    /* Masquer les éléments mobile */
    .icons-row,
    .mobile-arrow {
        display: none;
    }

    /* Note en bas centrée */
    .commission-note {
        max-width: 800px;
        margin: 3rem auto 0;
        text-align: left;
        background: rgba(255, 51, 51, 0.05);
        border: 1px solid rgba(255, 51, 51, 0.1);
        border-radius: 16px;
        padding: 2rem 2rem 2rem 4rem;
    }
}

/* Force brutale pour le symbole € */
.woocommerce-Price-amount bdi,
.woocommerce-Price-amount bdi span,
.woocommerce-Price-amount span,
.woocommerce-Price-amount *,
.woocommerce-Price-currencySymbol,
*[class*="woocommerce"] .woocommerce-Price-currencySymbol,
span.woocommerce-Price-currencySymbol {
    color: var(--color-primary) !important;
    -webkit-text-fill-color: var(--color-primary) !important;
}

.dashboard-title {
    color: #fff !important;
}

.currency-selector {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

#currency-select {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 51, 51, 0.2);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
}

#currency-select:hover {
    border-color: rgba(255, 51, 51, 0.4);
}

.affiliate-note-indicative {
    margin: auto;
    max-width: 700px;
    font-size: 0.98rem;
    color: #fff;
    background: rgba(255,51,51,0.07);
    border-left: 3px solid var(--color-primary);
    border-radius: 8px;
    padding: 1rem 1.5rem;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    opacity: 0.85;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
@media (max-width: 600px) {
    .affiliate-note-indicative {
        font-size: 0.82rem;
        padding: 0.8rem 0.8rem;
    }
}