body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background: #f9fbff;
    color: #1a1a1a;
}

/* Bannière 18+ */
.top-banner {
    background-color: #3a61ec;
    color: #fff;
    text-align: center;
    padding: 6px 10px;
    font-size: 0.95rem;
    font-weight: 500;
}

.top-banner span {
    background: #fff;
    color: #3a61ec;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 700;
    margin-right: 6px;
}

/* Navbar */
.navbar {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    font-weight: 700;
    color: #3a61ec;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #444;
}

.navbar-nav .nav-link:hover {
    color: #3a61ec;
}

.btn-cta {
    background: #3a61ec;
    color: #fff;
    border-radius: 25px;
    padding: 8px 18px;
    font-weight: 600;
}

.btn-cta:hover {
    background: #456eff;
    color: #fff
}

/* Hero */
.hero {
    background: url(../img/hero.jpg);
    background-position: center;
    background-size: cover;
    padding: 80px 20px;
}

.hero h1 {
    font-weight: 800;
    font-size: 2.6rem;
    margin-bottom: 20px;
}

.hero p.lead {
    color: #555;
    font-size: 1.15rem;
    margin-bottom: 30px;
}

.hero .btn {
    margin-right: 12px;
    margin-bottom: 10px;
}

.badges span {
    display: inline-block;
    margin: 6px 8px 0 0;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    background: #fff;
    border: 1px solid #ddd;
}

.hero-image {
    border: 2px solid #888
}

.notice {
    margin-top: 20px;
    background: #fff7e6;
    border: 1px solid #ffd699;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 0.95rem;
}

.notice a {
    font-weight: 700;
    color: #d47a00;
}

/* ===== Unique Classement Card (one-off style) ===== */
.offer-card {
    position: relative;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff, #f7faff);
    border: 1px solid #e7eefc;
    box-shadow: 0 30px 60px rgba(16, 24, 40, .08)
}

.offer-top {
    position: relative;
    padding: 22px 22px 12px 22px;
    border-bottom: 1px dashed #e7eefc
}

.legal-ribbon {
    position: absolute;
    left: 0;
    top: -15px;
    background: #10213f;
    color: #fff;
    font-weight: 800;
    padding: .35rem .8rem .35rem 1.1rem;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px
}

.legal-ribbon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 16px;
    height: 10px;
    background: linear-gradient(180deg, #081327, #10213f);
    border-bottom-right-radius: 6px
}

.brand-tile {
    display: flex;
    align-items: center;
    gap: 14px
}

.brand-logo {
    width: 68px;
    height: 68px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e8eefc;
    display: grid;
    place-items: center
}

.brand-name {
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: .2px
}

.pill {
    --bg: #eef4ff;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .3rem .6rem;
    border-radius: 999px;
    background: var(--bg);
    border: 1px solid #e4ecff;
    font-weight: 700
}


.rating-coin {
    position: absolute;
    right: 18px;
    top: -18px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, #ffe7a1, #f5c94a 60%, #dfa600);
    box-shadow: 0 18px 30px rgba(223, 166, 0, .25);
    display: grid;
    place-items: center;
    color: #1b2a5a;
    font-weight: 900;
    font-size: 1.4rem
}

.progress-trust {
    height: 10px;
    background: #ecf1ff;
    border-radius: 999px;
    overflow: hidden
}

.progress-trust > span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--primary), #7aa2ff);
    width: 92%
}


.offer-body {
    padding: 18px 22px
}

.offer-cols {
    display: grid;
    grid-template-columns: 1.4fr 1.1fr .9fr;
    gap: 22px
}

.bonus-box {
    border: 1px dashed #e7eefc;
    background: #ffffff;
    border-radius: 16px;
    padding: 14px 16px
}

.bonus-title {
    font-weight: 800;
    color: #1b2a5a
}

.cta-panel {
    border-radius: 18px;
    background: linear-gradient(135deg, var(--primary), #7aa2ff);
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    justify-content: center;
    padding: 0 16px 16px
}

.cta-panel small {
    opacity: .9
}


.pay-strip {
    display: flex;
    gap: 8px;
    overflow: auto;
    padding-bottom: 6px;
    flex-wrap: wrap;
}

.chip {
    padding: .35rem .55rem;
    border-radius: 999px;
    border: 1px solid #e8eefc;
    background: #fff;
    font-weight: 700;
    white-space: nowrap
}


@media (max-width: 992px) {
    .offer-cols {
        grid-template-columns:1fr
    }

    .rating-coin {
        right: 14px;
        top: -16px;
        width: 66px;
        height: 66px;
        font-size: 1.1rem
    }
}

.about-wrap {
    position: relative;
    overflow: hidden
}

.about-wrap::before {
    content: "";
    position: absolute;
    inset: -10% -10% auto -10%;
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #f8faff 0%, #ecf2ff 50%, #f8faff 100%);
    filter: saturate(110%);
}

.about-lead {
    font-size: 1.1rem;
    color: #4b5563
}

.about-bento .card {
    border-radius: 20px;
    border: 1px solid var(--outline);
    box-shadow: 0 14px 30px rgba(16, 24, 40, .06)
}

.about-bento .card:hover {
    transform: translateY(-2px);
    transition: .2s ease
}

.about-chip {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    background: #ecf1ff;
    border: 1px solid var(--outline);
    padding: .35rem .7rem;
    border-radius: 999px;
    font-weight: 700;
    color: #1b2a5a
}

.about-stat {
    display: flex;
    gap: 10px;
    align-items: center
}

.about-stat b {
    font-size: 1.25rem
}

#a-propos, #classement, #faq {
    padding: 80px 0;
}

.faq-wrap {
    background: linear-gradient(180deg, #f7faff, #f3f7ff);
    border-top: 1px solid var(--outline)
}

.faq-title {
    font-weight: 900
}

.faq-accordion .accordion-item {
    border: 1px solid var(--outline);
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .06)
}

.faq-accordion .accordion-item + .accordion-item {
    margin-top: 14px
}

.faq-accordion .accordion-button {
    gap: .6rem;
    padding: 16px 18px;
    font-weight: 800;
    border: none
}

.faq-accordion .accordion-button .chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #ecf1ff;
    border: 1px solid var(--outline)
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #e5efff;
    color: #0f172a;
    box-shadow: inset 0 -1px 0 0 #dfe8ff
}

.faq-accordion .accordion-body {
    color: #4b5563;
    padding: 14px 18px 18px
}


@media (min-width: 992px) {
    .faq-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px
    }

    .faq-grid .accordion {
        height: 100%
    }
}

.site-footer {
    background: #0f1a2e;
    color: #d6deff;
    position: relative;
}

.site-footer .container {
    position: relative
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 36px 0 12px
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px
}

.footer-mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary), #7aa2ff);
    display: grid;
    place-items: center
}

.footer-mark svg {
    width: 22px;
    height: 22px;
    fill: #fff
}

.age-big {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 3px solid #ff3333;
    color: #ff3333;
    font-size: 18px;
    border-radius: 50%;
    font-weight: 900;
    pointer-events: none;
    user-select: none;
}

.trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: 7px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    color: #cfe1ff;
    border: 1px solid rgba(255, 255, 255, .08);
    text-decoration: none;
    font-weight: 700;
}

.trust-badge:hover {
    background: rgba(255, 255, 255, .08)
}


.footer-legal {
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 16px;
    padding-top: 18px
}

.footer-legal p {
    margin: 0;
    color: #b8c6e6
}

.logo-brand {
    height: 36px;
    margin-right: 10px;
}

.trust-badge img {
    height: 37px;
}

.footer-links {
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 26px;
    padding: 18px 0 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px
}

.footer-links a {
    color: #e8eeff;
    text-decoration: none;
    font-weight: 700
}

.footer-links a:hover {
    text-decoration: underline
}


.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 8px;
    padding: 14px 0 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.copy {
    color: #9fb2de
}


@media (min-width: 992px) {
    .footer-top {
        grid-template-columns: 320px 1fr
    }
}

.agegate-title {
    font-weight: 900;
    letter-spacing: .2px
}

.agegate-badge {
    width: 56px;
    height: 56px;
    border: 2px solid #ff6b6b;
    color: #ff6b6b;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900
}

.modal-agegate .modal-content {
    border-radius: 22px;
    border: 1px solid var(--outline);
    box-shadow: 0 30px 60px rgba(16, 24, 40, .25)
}

.modal-agegate .modal-header {
    background: linear-gradient(135deg, #f1f5ff, #eaf2ff);
    border-bottom: 1px solid var(--outline)
}

.modal-agegate .modal-footer {
    background: #f8fbff
}