body.reseller-page {
    background:
        radial-gradient(circle at top left, rgba(229, 9, 20, 0.12), transparent 22%),
        linear-gradient(180deg, #050505 0%, #0b0b0b 100%);
}

.reseller-hero {
    position: relative;
    padding: 158px 0 92px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(5, 5, 5, 0.95), rgba(20, 7, 8, 0.86)),
        url("https://atlaspro9x.fr/wp-content/uploads/2026/01/6b41f756-7bd9-4d7c-96a1-f76b5866d0e5.webp")
            center/cover no-repeat;
}

.reseller-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(229, 9, 20, 0.22), transparent 28%);
    pointer-events: none;
}

.reseller-hero .container {
    position: relative;
    z-index: 1;
}

.reseller-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 34px;
    align-items: center;
}

.reseller-hero-copy h1 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: clamp(3rem, 5.5vw, 5rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.reseller-hero-text {
    max-width: 640px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.04rem;
    line-height: 1.75;
}

.reseller-hero-panel {
    padding: 28px;
    border-radius: 24px;
    background: rgba(12, 12, 12, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
}

.reseller-panel-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(229, 9, 20, 0.12);
    border: 1px solid rgba(229, 9, 20, 0.2);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.reseller-hero-panel h2 {
    margin-bottom: 22px;
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 1.14;
}

.reseller-panel-stats {
    display: grid;
    gap: 12px;
}

.reseller-stat {
    padding: 14px 0;
    border-radius: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-width: 0 0 1px;
}

.reseller-stat:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.reseller-stat strong,
.reseller-pack-card h3,
.reseller-system-card h3 {
    display: block;
    color: #ffffff;
}

.reseller-stat span,
.reseller-pack-credits {
    color: rgba(255, 255, 255, 0.72);
}

.reseller-pack-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 340px));
    justify-content: center;
    gap: 24px;
}

.reseller-pack-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 72px 24px 30px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, #171717 0%, #101010 100%);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.reseller-pack-card.featured {
    border-color: rgba(229, 9, 20, 0.28);
    box-shadow: 0 18px 46px rgba(229, 9, 20, 0.1);
}

.reseller-pack-badge {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    text-align: center;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(229, 9, 20, 0.14);
    border: 1px solid rgba(229, 9, 20, 0.22);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.reseller-pack-card.featured h3 {
    margin-top: 10px;
}

.reseller-pack-credits {
    margin: 10px 0 12px;
    font-size: 1rem;
    font-weight: 700;
}

.reseller-pack-price {
    margin-bottom: 22px;
    color: #ffffff;
    font-size: clamp(2.3rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1;
}

.reseller-pack-price span {
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 1rem;
    font-weight: 600;
}

.reseller-pack-features {
    display: grid;
    gap: 10px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.reseller-pack-features li {
    position: relative;
    padding-left: 26px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

.reseller-pack-features li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--home-accent);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.reseller-pack-card .btn {
    margin-top: auto;
}

.reseller-system-grid {
    display: grid;
    gap: 24px;
}

.reseller-system-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reseller-system-card {
    padding: 28px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #171717 0%, #101010 100%);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.reseller-system-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: rgba(229, 9, 20, 0.14);
    color: var(--home-accent);
    font-size: 1.2rem;
}

.reseller-system-card p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
}

@media (max-width: 1100px) {
    .reseller-hero-grid,
    .reseller-pack-grid,
    .reseller-system-grid {
        grid-template-columns: 1fr;
    }

    .reseller-pack-grid {
        justify-items: center;
    }

    .reseller-pack-card {
        width: 100%;
        max-width: 420px;
    }
}

@media (max-width: 768px) {
    .reseller-hero {
        padding: 140px 0 78px;
    }

    .reseller-hero-panel,
    .reseller-pack-card,
    .reseller-system-card {
        padding: 24px;
        border-radius: 24px;
    }
}
