:root {
    --bg: #07120b;
    --text: #e9fff2;
    --muted: #b6d7c2;
    --line: rgba(255, 255, 255, .10);
    --shadow: 0 18px 60px rgba(0, 0, 0, .55);
    --radius: 18px;
    --max: 1120px;
    --g1: #18c37e;
    --g2: #00d084;
    --grad: linear-gradient(135deg, var(--g1), var(--g2));
    --panelTop: rgba(255, 255, 255, .06);
    --panelBot: rgba(255, 255, 255, .02);
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
    background: radial-gradient(900px 500px at 20% 0%, rgba(0, 208, 132, .18), transparent 60%), radial-gradient(900px 500px at 85% 18%, rgba(24, 195, 126, .14), transparent 60%), radial-gradient(900px 500px at 50% 95%, rgba(255, 255, 255, .05), transparent 60%), var(--bg);
    color: var(--text);
    line-height: 1.45;
}

a {
    color: inherit;
}

.wrap {
    max-width: var(--max);
    margin: 0 auto;
    padding: 28px 20px 120px;
}

.card {
    background: linear-gradient(180deg, var(--panelTop), var(--panelBot));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 12px 0;
    backdrop-filter: blur(10px);
}

.brand {
    text-decoration: none;
    font-weight: 1000;
    letter-spacing: -.2px;
    line-height: 1.1;
}

.brand small {
    display: block;
    color: var(--muted);
    font-weight: 900;
    letter-spacing: .1px;
    margin-top: 2px;
    font-size: 12px;
    opacity: .95;
}

.pill {
    font-size: 12px;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    background: rgba(255, 255, 255, .03);
    white-space: nowrap;
}


/* HERO */

.hero {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 18px;
    align-items: stretch;
}

@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
    }
}

.heroMain {
    padding: 28px;
}

.heroSide {
    padding: 22px;
}

h1 {
    margin: 0 0 10px;
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: -.8px;
}

@media (max-width: 520px) {
    h1 {
        font-size: 34px;
    }
}

.gradText {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.sub {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 16px;
    max-width: 68ch;
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03);
    color: var(--muted);
    font-size: 13px;
}

.badge strong {
    color: var(--text);
    font-weight: 1000;
}

.miniTitle {
    font-weight: 1000;
    margin: 0 0 8px;
}

.miniText {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.divider {
    height: 1px;
    background: var(--line);
    margin: 16px 0;
}

.checkline {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--muted);
    font-size: 13px;
}

.checkline input {
    margin-top: 2px;
    accent-color: var(--g2);
}

.checkline a {
    color: var(--text);
    opacity: .95;
    text-decoration: underline;
}


/* PACK GRID */

.grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 980px) {
    .grid {
        grid-template-columns: 1fr;
    }
}

.pack {
    padding: 18px;
    position: relative;
    overflow: hidden;
}

.packHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.packName {
    font-size: 18px;
    font-weight: 1100;
    margin: 0;
}

.tag {
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03);
    color: var(--muted);
    white-space: nowrap;
}

.tagBest {
    border-color: rgba(0, 208, 132, .35);
    color: var(--text);
}


/* POPULAR CARD + PILL (comme ton image) */

.popular {
    border-color: rgba(0, 208, 132, .55);
    box-shadow: 0 0 0 1px rgba(0, 208, 132, .14) inset, var(--shadow);
    background: radial-gradient(700px 260px at 30% 0%, rgba(0, 208, 132, .16), transparent 55%), linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02));
}

.popularPill {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    /* Look & feel “pilule verte” */
    background: rgba(0, 208, 132, .18);
    border: 1px solid rgba(0, 208, 132, .30);
    box-shadow: 0 16px 40px rgba(0, 208, 132, .12), inset 0 0 0 1px rgba(255, 255, 255, .06);
    color: var(--text);
    font-weight: 1000;
    font-size: 13px;
    backdrop-filter: blur(10px);
}

.popularPill .star {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(0, 208, 132, .22);
    border: 1px solid rgba(0, 208, 132, .30);
    box-shadow: 0 10px 25px rgba(0, 208, 132, .10);
    line-height: 1;
}


/* PRICE / FEATURES */

.price {
    margin: 10px 0 4px;
    font-size: 34px;
    font-weight: 1100;
    letter-spacing: -.6px;
}

.price span {
    font-size: 14px;
    font-weight: 1000;
    color: var(--muted);
    margin-left: 6px;
}

.desc {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 14px;
}

.features {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.features li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--muted);
    font-size: 14px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    margin-top: 6px;
    background: rgba(0, 208, 132, .95);
    box-shadow: 0 0 0 4px rgba(0, 208, 132, .14);
    flex: 0 0 auto;
}


/* BUTTONS */

.ctaRow {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.btn {
    border: 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 1100;
    letter-spacing: .2px;
    transition: transform .12s ease, opacity .12s ease, filter .12s ease;
    user-select: none;
}

.btn:active {
    transform: translateY(1px);
}

.btnPrimary {
    background: var(--grad);
    color: #05130c;
    flex: 1 1 180px;
    box-shadow: 0 18px 40px rgba(0, 208, 132, .10);
}

.btnPrimary:hover {
    filter: brightness(1.03);
}

.btnGhost {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--line);
    color: var(--text);
    flex: 1 1 180px;
}

.btn[aria-disabled="true"] {
    opacity: .45;
    cursor: not-allowed;
    filter: grayscale(.25);
    pointer-events: none;
}


/* SECTIONS */

.section {
    margin-top: 18px;
    padding: 18px;
}

.section h2 {
    margin: 0 0 10px;
    font-size: 18px;
}

.muted {
    color: var(--muted);
}

.cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 10px;
}

@media (max-width: 900px) {
    .cols {
        grid-template-columns: 1fr;
    }
}

.box {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px;
}

.faqList {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.faq details {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px;
}

.faq summary {
    cursor: pointer;
    font-weight: 1100;
    list-style: none;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.footerNote {
    margin-top: 16px;
    color: var(--muted);
    font-size: 12px;
    opacity: .92;
}


/* STICKY BUY BAR */

.sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 14px;
    background: rgba(6, 16, 10, .72);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(12px);
    z-index: 30;
}

.stickyInner {
    max-width: var(--max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.stickyText {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.stickyText strong {
    font-size: 13px;
}

.stickyText span {
    font-size: 12px;
    color: var(--muted);
}

.stickyActions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.select {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--line);
    color: var(--text);
    border-radius: 14px;
    padding: 10px 12px;
    font-weight: 1000;
    outline: none;
}