/* ════════════════════════════════════════════════════════════
   JAMBO PAGE — CSS v2
   Dark gaming · Mobile-first · Conversion max
   ════════════════════════════════════════════════════════════ */

/* ── Base ────────────────────────────────────────────────────── */
html {
    background: #07070f;
}

.jambo-page {
    min-height: 100vh;
    background: #07070f;
    color: #e0e0ee;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
.home-jambo-shell {
    min-height: auto;
    display: block;
}
body.home {
    background: #07070f;
}
body.home #content.site-content {
    background: transparent;
}
body.home .site-header {
    background: transparent;
    box-shadow: none;
    border-bottom: 0;
}
body.home .header-container {
    border-bottom: 0;
}
.jambo-page * { box-sizing: border-box; }
.jambo-page a { text-decoration: none; }
.jambo-page strong { color: #fff; }

/* ── Boutons ─────────────────────────────────────────────────── */
.jambo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .75rem 1.5rem;
    border-radius: 10px;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .02em;
    border: none;
    cursor: pointer;
    transition: transform .15s, box-shadow .2s, background .2s;
    white-space: nowrap;
    line-height: 1.2;
}
.jambo-btn:hover  { transform: translateY(-2px); }
.jambo-btn:active { transform: translateY(0); }

.jambo-btn--primary {
    background: linear-gradient(135deg, #E8344A 0%, #C62A3E 100%);
    color: #fff;
    box-shadow: 0 4px 20px rgba(232,52,74,.3);
}
.jambo-btn--primary:hover { box-shadow: 0 6px 28px rgba(232,52,74,.5); color: #fff; }

.jambo-btn--ghost {
    background: rgba(255,255,255,.07);
    color: rgba(255,255,255,.75);
    border: 1px solid rgba(255,255,255,.12);
}
.jambo-btn--ghost:hover { background: rgba(255,255,255,.12); color: #fff; }

.jambo-btn--outline {
    background: transparent;
    color: #E8344A;
    border: 1.5px solid rgba(232,52,74,.5);
}
.jambo-btn--outline:hover { background: rgba(232,52,74,.08); border-color: #E8344A; color: #E8344A; }

.jambo-btn--lg  { padding: .9rem 2rem;   font-size: .95rem; }
.jambo-btn--xl  { padding: 1.1rem 2.5rem; font-size: 1.05rem; border-radius: 12px; }
.jambo-btn--full { width: 100%; }

/* ── Hero ────────────────────────────────────────────────────── */
.jambo-hero {
    position: relative;
    padding: calc(var(--spin-topbar-h, 56px) + 3.5rem) 1.5rem 3.5rem;
    overflow: hidden;
}
.jambo-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.jambo-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .2;
}
.jambo-hero__glow--1 {
    width: 540px; height: 540px;
    background: radial-gradient(circle, #E8344A, transparent 70%);
    top: -120px; right: -80px;
}
.jambo-hero__glow--2 {
    width: 420px; height: 420px;
    background: radial-gradient(circle, #3a0080, transparent 70%);
    bottom: -60px; left: -100px;
}

/* Layout hero : 2 colonnes sur desktop */
.jambo-hero__inner {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ── Hero contenu texte ──────────────────────────────────────── */
.jambo-hero__live-badge {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .78rem;
    font-weight: 700;
    color: #E8344A;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 1.1rem;
}
.jambo-hero__dot-pulse {
    display: inline-block;
    width: 8px; height: 8px;
    background: #E8344A;
    border-radius: 50%;
    animation: jambo-pulse-ring 2s infinite;
}
.jambo-hero__title {
    font-size: clamp(2rem, 4.5vw, 2.9rem);
    font-weight: 900;
    line-height: 1.12;
    color: #fff;
    margin: 0 0 1.1rem;
}
.jambo-hero__accent {
    display: block;
    font-style: normal;
    background: linear-gradient(135deg, #E8344A 0%, #ff8c55 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.jambo-hero__desc {
    font-size: .97rem;
    color: rgba(255,255,255,.58);
    line-height: 1.7;
    margin: 0 0 1.8rem;
    max-width: 500px;
}
.jambo-hero__cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1.5rem;
}
.jambo-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem 1.4rem;
    font-size: .79rem;
    color: rgba(255,255,255,.38);
}
.jambo-hero__trust span { display: flex; align-items: center; gap: .3rem; }

/* ── Roue ────────────────────────────────────────────────────── */
.jambo-hero__wheel-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.jambo-wheel-demo {
    position: relative;
    width: 320px; height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jambo-wheel-outer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jambo-wheel-demo__halo {
    position: absolute;
    inset: -24px;
    background: radial-gradient(circle, rgba(232,52,74,.18) 0%, transparent 70%);
    border-radius: 50%;
    animation: jambo-wheel-glow 4s ease-in-out infinite;
}
.jambo-wheel-pointer-wrap {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    filter: drop-shadow(0 2px 6px rgba(255,193,7,.45));
}
.jambo-wheel-svg {
    width: 300px; height: 300px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    filter: drop-shadow(0 8px 30px rgba(232,52,74,.25));
    animation: jambo-spin-slow 22s linear infinite;
    transform-origin: center;
    cursor: pointer;
}
.jambo-wheel-svg:hover { animation-play-state: paused; }
.jambo-wheel-ring-outer {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    z-index: 0;
    opacity: .2;
    background: conic-gradient(
        #E8344A 0deg, #C4293D 30deg,
        #E8344A 60deg, #C4293D 90deg,
        #E8344A 120deg, #C4293D 150deg,
        #E8344A 180deg, #C4293D 210deg,
        #E8344A 240deg, #C4293D 270deg,
        #E8344A 300deg, #C4293D 330deg,
        #E8344A 360deg
    );
}
.jambo-wheel-price {
    display: flex;
    align-items: baseline;
    gap: .35rem;
    background: rgba(232,52,74,.1);
    border: 1px solid rgba(232,52,74,.25);
    border-radius: 20px;
    padding: .4rem 1.1rem;
}
.jambo-wheel-price__num {
    font-size: 1.4rem;
    font-weight: 900;
    color: #E8344A;
}
.jambo-wheel-price__cur {
    font-size: .82rem;
    font-weight: 700;
    color: rgba(232,52,74,.7);
}

/* ── Ticker ──────────────────────────────────────────────────── */
.jambo-ticker-wrap {
    max-width: 1160px;
    margin: 2.5rem auto 0;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}
.jambo-ticker {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    padding: .7rem 1.2rem;
    overflow: hidden;
}
.jambo-ticker__live {
    font-size: .76rem;
    font-weight: 700;
    color: #E8344A;
    white-space: nowrap;
    flex-shrink: 0;
}
.jambo-ticker__track {
    flex: 1;
    overflow: hidden;
    height: 22px;
    position: relative;
}
.jambo-ticker__item {
    display: block;
    font-size: .82rem;
    color: rgba(255,255,255,.6);
    white-space: nowrap;
    animation: jambo-ticker-fade 9s ease-in-out infinite;
}

/* ── Sections ────────────────────────────────────────────────── */
.jambo-section { padding: 5rem 1.5rem; }
.jambo-section__inner {
    max-width: 1100px;
    margin: 0 auto;
}
.jambo-section__inner--narrow { max-width: 720px; }
.jambo-section__head {
    text-align: center;
    margin-bottom: 3rem;
}
.jambo-section__tag {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #E8344A;
    background: rgba(232,52,74,.08);
    border: 1px solid rgba(232,52,74,.2);
    border-radius: 20px;
    padding: .28rem .9rem;
    margin-bottom: .8rem;
}
.jambo-section__title {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 .6rem;
    line-height: 1.2;
}
.jambo-section__sub {
    font-size: .92rem;
    color: rgba(255,255,255,.45);
    margin: 0;
}
.jambo-section__cta {
    text-align: center;
    margin-top: 2.5rem;
}

/* ── Comment ça marche ───────────────────────────────────────── */
.jambo-how { background: rgba(255,255,255,.015); }
.jambo-steps {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1.5rem;
}
.jambo-step {
    flex: 1;
    min-width: 180px;
    max-width: 260px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 16px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    transition: border-color .2s, transform .2s;
}
.jambo-step:hover {
    border-color: rgba(232,52,74,.3);
    transform: translateY(-4px);
}
.jambo-step__num {
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .15em;
    color: rgba(232,52,74,.6);
    margin-bottom: .5rem;
}
.jambo-step__icon { font-size: 2rem; margin-bottom: .65rem; display: block; }
.jambo-step__title {
    font-size: .95rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 .45rem;
}
.jambo-step__desc {
    font-size: .82rem;
    color: rgba(255,255,255,.48);
    line-height: 1.65;
    margin: 0;
}
.jambo-step__connector {
    width: 40px;
    height: 2px;
    background: rgba(232,52,74,.3);
    flex-shrink: 0;
    position: relative;
}
.jambo-step__connector::after {
    content: '';
    position: absolute;
    right: -5px; top: -4px;
    border: 5px solid transparent;
    border-left-color: rgba(232,52,74,.5);
}

/* ── Récompenses ─────────────────────────────────────────────── */
.jambo-rewards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: .85rem;
}
.jambo-reward-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color .2s, transform .2s;
}
.jambo-reward-card:hover {
    border-color: rgba(232,52,74,.25);
    transform: translateY(-3px);
}
.jambo-reward-card__stripe {
    height: 4px;
    width: 100%;
    flex-shrink: 0;
}
.jambo-reward-card__body {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem 1.1rem;
}
.jambo-reward-card__icon { font-size: 1.5rem; flex-shrink: 0; }
.jambo-reward-card__name {
    font-size: .88rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    letter-spacing: .02em;
    text-transform: uppercase;
}

/* ── Stats ───────────────────────────────────────────────────── */
.jambo-proof {
    background: linear-gradient(135deg, rgba(232,52,74,.05) 0%, rgba(60,0,120,.05) 100%);
    border-top: 1px solid rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.jambo-stats-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 4rem;
}
.jambo-stat { text-align: center; }
.jambo-stat__num {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: .3rem;
}
.jambo-stat__label {
    font-size: .8rem;
    color: rgba(255,255,255,.38);
    font-weight: 500;
}

/* ── Pourquoi ────────────────────────────────────────────────── */
.jambo-why-hero-card {
    background: linear-gradient(135deg, rgba(232,52,74,.1) 0%, rgba(60,0,120,.12) 100%);
    border: 1px solid rgba(232,52,74,.22);
    border-radius: 20px;
    padding: 2.25rem 2.5rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}
.jambo-why-hero-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #E8344A, #ff8c55);
    border-radius: 20px 20px 0 0;
}
.jambo-why-hero-card__badge {
    display: inline-block;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #E8344A;
    background: rgba(232,52,74,.1);
    border: 1px solid rgba(232,52,74,.25);
    border-radius: 20px;
    padding: .25rem .85rem;
    margin-bottom: .9rem;
}
.jambo-why-hero-card__title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 .85rem;
    line-height: 1.25;
}
.jambo-why-hero-card__desc {
    font-size: .9rem;
    color: rgba(255,255,255,.6);
    line-height: 1.75;
    margin: 0;
}
.jambo-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.1rem;
    margin-bottom: 2rem;
}
.jambo-why-card {
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 16px;
    padding: 1.6rem 1.4rem;
    transition: border-color .2s, transform .2s;
}
.jambo-why-card:hover {
    border-color: rgba(232,52,74,.2);
    transform: translateY(-3px);
}
.jambo-why-card__icon { font-size: 1.7rem; margin-bottom: .65rem; display: block; }
.jambo-why-card h3 {
    font-size: .95rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 .45rem;
}
.jambo-why-card p {
    font-size: .83rem;
    color: rgba(255,255,255,.5);
    line-height: 1.65;
    margin: 0;
}
.jambo-why-bymna {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.2rem;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
    font-size: .88rem;
    color: rgba(255,255,255,.45);
}

/* ── FAQ ─────────────────────────────────────────────────────── */
.jambo-faq-list { display: flex; flex-direction: column; gap: .5rem; }
.jambo-faq-item {
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .2s;
}
.jambo-faq-item.is-open { border-color: rgba(232,52,74,.25); }
.jambo-faq-item__q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: none;
    border: none;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    transition: color .2s;
}
.jambo-faq-item__q:hover { color: #E8344A; }
.jambo-faq-item__icon {
    flex-shrink: 0;
    transition: transform .25s;
    color: rgba(255,255,255,.3);
}
.jambo-faq-item.is-open .jambo-faq-item__icon {
    transform: rotate(180deg);
    color: #E8344A;
}
.jambo-faq-item__a { padding: 0 1.25rem 1rem; }
.jambo-faq-item__a p {
    margin: 0;
    font-size: .85rem;
    color: rgba(255,255,255,.55);
    line-height: 1.72;
}

/* ── CTA Final ───────────────────────────────────────────────── */
.jambo-cta-final {
    padding: 6rem 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #07070f;
}
.jambo-cta-final__inner {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.jambo-cta-final__glow {
    position: absolute;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(232,52,74,.13) 0%, transparent 70%);
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    border-radius: 50%;
}
.jambo-cta-final__title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    color: #fff;
    margin: 0 0 .9rem;
    line-height: 1.2;
}
.jambo-cta-final__sub {
    font-size: .97rem;
    color: rgba(255,255,255,.48);
    margin: 0 0 2rem;
}
.jambo-cta-final__note {
    margin: 1.2rem 0 0;
    font-size: .78rem;
    color: rgba(255,255,255,.28);
}

/* ── Sticky CTA mobile ───────────────────────────────────────── */

/* ── Animations ──────────────────────────────────────────────── */
@keyframes jambo-spin-slow {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@keyframes jambo-pulse {
    0%,100% { opacity: 1; }
    50%      { opacity: .3; }
}
@keyframes jambo-pulse-ring {
    0%   { box-shadow: 0 0 0 0 rgba(232,52,74,.55); }
    70%  { box-shadow: 0 0 0 9px rgba(232,52,74,0); }
    100% { box-shadow: 0 0 0 0 rgba(232,52,74,0); }
}
@keyframes jambo-wheel-glow {
    0%,100% { opacity: .4; transform: scale(1); }
    50%      { opacity: .7; transform: scale(1.04); }
}
@keyframes jambo-ticker-fade {
    0%   { opacity: 0; transform: translateY(8px); }
    8%   { opacity: 1; transform: translateY(0); }
    85%  { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-8px); }
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 960px) {
    .jambo-hero__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .jambo-hero__desc    { max-width: 100%; }
    .jambo-hero__cta-group,
    .jambo-hero__trust   { justify-content: center; }
    .jambo-hero__wheel-col { order: -1; }
    .jambo-wheel-demo    { width: 260px; height: 260px; }
    .jambo-wheel-svg     { width: 240px; height: 240px; }
    .jambo-step__connector { display: none; }
    .jambo-steps         { gap: 1rem; }
}
@media (max-width: 600px) {
    .jambo-hero          { padding: calc(var(--spin-topbar-h, 56px) + 2rem) 1rem 2.5rem; }
    .jambo-section       { padding: 3.5rem 1rem; }
    .jambo-rewards-grid  { grid-template-columns: 1fr 1fr; }
    .jambo-why-grid      { grid-template-columns: 1fr; }
    .jambo-why-hero-card { padding: 1.5rem 1.25rem; }
    .jambo-stats-row     { gap: 1.5rem 2rem; }
}

@media (max-width: 390px) {
    .jambo-hero {
        padding: calc(var(--spin-topbar-h, 56px) + 1.4rem) .9rem 2rem;
    }

    .jambo-hero__inner {
        gap: 1.4rem;
    }

    .jambo-hero__live-badge {
        justify-content: center;
        font-size: .72rem;
        letter-spacing: .08em;
        margin-bottom: .9rem;
    }

    .jambo-hero__title {
        font-size: clamp(1.65rem, 8vw, 2.05rem);
        line-height: 1.08;
        margin-bottom: .85rem;
    }

    .jambo-hero__desc {
        font-size: .9rem;
        line-height: 1.55;
        margin-bottom: 1.2rem;
    }

    .jambo-hero__cta-group {
        flex-direction: column;
        gap: .65rem;
        margin-bottom: 1.05rem;
    }

    .jambo-btn,
    .jambo-btn--lg,
    .jambo-btn--xl {
        width: 100%;
        white-space: normal;
        text-align: center;
        padding: .9rem 1rem;
        min-height: 48px;
    }

    .jambo-hero__trust {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: .45rem;
        font-size: .76rem;
    }

    .jambo-hero__trust span {
        justify-content: center;
        text-align: center;
    }

    .jambo-wheel-demo {
        width: min(236px, calc(100vw - 2.2rem));
        height: min(236px, calc(100vw - 2.2rem));
    }

    .jambo-wheel-svg {
        width: min(214px, calc(100vw - 3.2rem));
        height: min(214px, calc(100vw - 3.2rem));
    }

    .jambo-wheel-demo__halo {
        inset: -14px;
    }

    .jambo-wheel-price {
        padding: .35rem .95rem;
    }

    .jambo-ticker-wrap {
        padding: 0;
        margin-top: 1.5rem;
    }

    .jambo-ticker {
        gap: .65rem;
        padding: .65rem .85rem;
    }

    .jambo-ticker__item {
        font-size: .76rem;
    }

    .jambo-section {
        padding: 3rem .9rem;
    }

    .jambo-section__head {
        margin-bottom: 2rem;
    }

    .jambo-steps {
        display: grid;
        grid-template-columns: 1fr;
        gap: .9rem;
    }

    .jambo-step {
        max-width: none;
        min-width: 0;
        padding: 1.25rem 1rem;
    }

    .jambo-step__icon {
        font-size: 1.75rem;
        margin-bottom: .45rem;
    }

    .jambo-step__title {
        font-size: .9rem;
    }

    .jambo-step__desc {
        font-size: .78rem;
        line-height: 1.55;
    }

    .jambo-rewards-grid {
        grid-template-columns: 1fr;
    }

    .jambo-reward-card__body {
        padding: .9rem .95rem;
    }

    .jambo-stats-row {
        gap: 1rem 1.2rem;
    }

    .jambo-stat__num {
        font-size: clamp(1.6rem, 8vw, 2rem);
    }

    .jambo-why-hero-card,
    .jambo-why-card {
        padding: 1.2rem 1rem;
    }

    .jambo-faq-item__q {
        padding: .9rem 1rem;
        font-size: .84rem;
    }

    .jambo-faq-item__a {
        padding: 0 1rem .9rem;
    }

    .jambo-cta-final {
        padding: 4rem .9rem 6rem;
    }
}
