*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    text-size-adjust: 100%;
}

body {
    min-height: 100vh;
    font-family: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #050910;
    color: #f5f7fb;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

button {
    cursor: pointer;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lcbon-shellbody {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding: 1rem 0 2.5rem;
    background:
        radial-gradient(circle at 0 0, #151f34 0, transparent 54%),
        radial-gradient(circle at 100% 100%, #172237 0, transparent 55%),
        linear-gradient(145deg, #050910, #050910);
}

.lcbon-pageframe {
    width: 100%;
    max-width: 1120px;
    padding: 0 1.25rem;
}

/* Top 18+ band — full width, compact */

.lcbon-ageband {
    width: 100%;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: radial-gradient(circle at 0 0, rgba(118, 152, 255, 0.12) 0, transparent 48%),
                radial-gradient(circle at 100% 100%, rgba(251, 92, 118, 0.12) 0, transparent 52%),
                rgba(5, 9, 16, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.02);
}

.lcbon-ageband__inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.45rem 1.3rem;
}

.lcbon-ageband__emblem {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lcbon-ageband__emblem-orbit {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: conic-gradient(from 160deg, #f2546b, #fbb257, #86a3ff, #f2546b);
    padding: 1.5px;
    box-shadow:
        0 0 0 1px rgba(5, 9, 16, 0.7),
        0 6px 16px rgba(0, 0, 0, 0.6);
}

.lcbon-ageband__emblem-orbit::before {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: inherit;
    border: 1px dashed rgba(255, 255, 255, 0.18);
    opacity: 0.8;
}

.lcbon-ageband__emblem-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: inherit;
    background: radial-gradient(circle at 30% 10%, rgba(255, 255, 255, 0.16) 0, transparent 42%),
                #050910;
    font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fdfbff;
}

.lcbon-ageband__line {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5;
    color: rgba(225, 231, 250, 0.94);
}

/* Hero (first compact block, centered) */

.lcbon-heroentry {
    margin-top: 1.1rem;
}

.lcbon-heroentry__layer {
    border-radius: 1.3rem;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 0 0, rgba(120, 145, 255, 0.16) 0, transparent 50%),
        radial-gradient(circle at 100% 100%, rgba(237, 119, 144, 0.18) 0, transparent 52%),
        linear-gradient(135deg, #09111f, #050910 55%, #050910 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.65),
        0 0 0 1px rgba(255, 255, 255, 0.02);
}

.lcbon-heroentry__layer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.06) 0, transparent 58%),
                      radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.03) 0, transparent 55%);
    mix-blend-mode: soft-light;
    opacity: 0.6;
    pointer-events: none;
}

.lcbon-heroentry__inner {
    position: relative;
    padding: 1.4rem 1.6rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}

.lcbon-heroentry__copy {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.lcbon-heroentry__title {
    margin: 0 0 0.55rem;
    font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: clamp(1.4rem, 1.05rem + 1vw, 1.8rem);
    letter-spacing: 0.02em;
    color: #fdfcff;
}

.lcbon-heroentry__lead {
    margin: 0;
    font-size: clamp(0.86rem, 0.8rem + 0.2vw, 0.94rem);
    line-height: 1.7;
    color: rgba(222, 228, 247, 0.92);
}

/* Responsive tweaks */

@media (max-width: 768px) {
    .lcbon-shellbody {
        padding: 0.9rem 0 2rem;
    }

    .lcbon-pageframe {
        padding: 0 0.9rem;
    }

    .lcbon-ageband {
        border-radius: 1rem;
    }

    .lcbon-ageband__inner {
        padding: 0.42rem 0.9rem;
        align-items: flex-start;
    }

    .lcbon-ageband__line {
        font-size: 0.78rem;
    }

    .lcbon-heroentry__inner {
        padding: 1.25rem 1.2rem 1.35rem;
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .lcbon-ageband__inner {
        gap: 0.6rem;
    }

    .lcbon-ageband__emblem-orbit {
        width: 32px;
        height: 32px;
    }

    .lcbon-ageband__line {
        font-size: 0.76rem;
    }

    .lcbon-heroentry__title {
        font-size: 1.28rem;
    }
}

.lcbon-catalogfold {
    margin-top: 2rem;
}

.lcbon-catalogfold__head {
    margin-bottom: 1rem;
}

.lcbon-catalogfold__title {
    margin: 0 0 0.3rem;
    font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fdfcff;
    text-align: center;
}

.lcbon-catalogfold__subtitle {
    margin: 0 auto;
    max-width: 720px;
    font-size: 0.85rem;
    line-height: 1.6;
    color: rgba(214, 222, 244, 0.9);
    text-align: center;
}

.lcbon-catalogfold__list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin-top: 0.6rem;
}

.lcbon-catalogcard {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 0.7fr) minmax(0, 1.2fr) minmax(0, 1.1fr);
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 1.1rem;
    background:
        radial-gradient(circle at 0 0, rgba(118, 152, 255, 0.09) 0, transparent 52%),
        radial-gradient(circle at 100% 100%, rgba(246, 140, 145, 0.08) 0, transparent 55%),
        linear-gradient(140deg, #070b14, #050910 55%, #050910 100%);
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow:
        0 16px 38px rgba(0, 0, 0, 0.65),
        0 0 0 1px rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

.lcbon-catalogcard::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 0 100%, rgba(255, 255, 255, 0.03) 0, transparent 52%);
    opacity: 0.6;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.lcbon-catalogcard__col {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
}

/* Col 1: brand + pseudo-logo */

.lcbon-catalogcard__col--brand {
    flex-direction: row;
    align-items: center;
    gap: 0.7rem;
}

.lcbon-catalogcard__logo {
    max-width: 120px;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.18);
}

.lcbon-catalogcard__brandblock {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.lcbon-catalogcard__brandname {
    font-weight: 600;
    font-size: 0.95rem;
    color: #fdfcff;
    text-align: center;
    margin-top: 10px;
}

.lcbon-catalogcard__brandurl {
    font-size: 0.78rem;
    color: rgba(199, 209, 237, 0.9);
    word-break: break-all;
}

/* Col 2: bonus */

.lcbon-catalogcard__bonustext {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.12rem;
    padding: 0.3rem 0.7rem;
    border-radius: 0.9rem;
    background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.06) 0, transparent 60%),
                rgba(10, 17, 34, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.lcbon-catalogcard__bonusline {
    font-size: 0.8rem;
    color: rgba(221, 228, 248, 0.92);
}

.lcbon-catalogcard__bonusline--highlight {
    font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffe7b1;
}

/* Col 3: rating */

.lcbon-catalogcard__col--rating {
    align-items: center;
    gap: 0.2rem;
}

.lcbon-catalogcard__rating-score {
    font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: #fefbff;
}

.lcbon-catalogcard__rating-stars {
    display: inline-flex;
    gap: 0.1rem;
    font-size: 0.82rem;
    color: #ffd36a;
}

/* Col 4: perks */

.lcbon-catalogcard__col--perks {
    gap: 0.35rem;
    align-items: center;
}

.lcbon-catalogcard__perkitem {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: rgba(220, 228, 248, 0.94);
}

.lcbon-catalogcard__perkitem i {
    margin-top: 0.06rem;
    font-size: 0.86rem;
    color: rgba(217, 225, 250, 0.95);
}

/* Col 5: CTA + payments */

.lcbon-catalogcard__col--action {
    align-items: center;
    gap: 0.45rem;
}

.lcbon-catalogcard__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.42rem 0.75rem;
    border-radius: 999px;
    background: linear-gradient(130deg, #f89d6b, #f4d66a);
    color: #15141c;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.16);
    white-space: nowrap;
}

.lcbon-catalogcard__cta:hover {
    filter: brightness(1.03);
    transform: translateY(-1px);
}

.lcbon-catalogcard__payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25rem;
}

.lcbon-catalogcard__paychip {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    background: rgba(11, 17, 31, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.72rem;
    color: rgba(214, 222, 244, 0.9);
}

.lcbon-catalogcard__paychip i {
    font-size: 0.86rem;
}

/* Responsiveness */

@media (max-width: 1024px) {
    .lcbon-catalogcard {
        grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr) minmax(0, 1fr);
        grid-template-areas:
            "brand bonus rating"
            "brand perks perks"
            "brand action action";
        row-gap: 0.7rem;
    }

    .lcbon-catalogcard__col--brand {
        grid-area: brand;
    }

    .lcbon-catalogcard__col--bonus {
        flex-direction: row;
        grid-area: bonus;
    }

    .lcbon-catalogcard__col--rating {
        grid-area: rating;
    }

    .lcbon-catalogcard__col--perks {
        grid-area: perks;
    }

    .lcbon-catalogcard__col--action {
        grid-area: action;
    }
}

@media (max-width: 768px) {
    .lcbon-catalogcard {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "brand"
            "bonus"
            "rating"
            "perks"
            "action";
        padding: 0.9rem 0.85rem;
        gap: 0.6rem;
    }

    .lcbon-catalogcard__col--brand {
        align-items: flex-start;
    }

    .lcbon-catalogcard__brandurl {
        font-size: 0.76rem;
    }

    .lcbon-catalogcard__bonustext {
        align-self: flex-start;
    }
}

@media (max-width: 480px) {
    .lcbon-catalogfold__title {
        font-size: 1.02rem;
    }

    .lcbon-catalogfold__subtitle {
        font-size: 0.82rem;
    }

    .lcbon-catalogcard__cta {
        width: 100%;
        justify-content: center;
    }
}

.lcbon-infostrip {
    margin-top: 2.2rem;
}

.lcbon-infostrip__shell {
    border-radius: 1.3rem;
    padding: 1.4rem 1.6rem 1.6rem;
    background:
        radial-gradient(circle at 0 0, rgba(118, 152, 255, 0.08) 0, transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(242, 141, 145, 0.08) 0, transparent 55%),
        rgba(6, 11, 22, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.02);
}

.lcbon-infostrip__head {
    margin-bottom: 1.2rem;
    max-width: 780px;
}

.lcbon-infostrip__title {
    margin: 0 0 0.35rem;
    font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fdfcff;
}

.lcbon-infostrip__intro {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.7;
    color: rgba(215, 224, 244, 0.94);
}

.lcbon-infostrip__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 1.3rem;
}

.lcbon-infostrip__segment {
    font-size: 0.85rem;
    color: rgba(214, 222, 244, 0.96);
}

.lcbon-infostrip__subtitle {
    margin: 0 0 0.3rem;
    font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 0.93rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fdfcff;
}

.lcbon-infostrip__text {
    margin: 0 0 0.55rem;
    line-height: 1.7;
}

.lcbon-infostrip__list {
    margin: 0 0 0.6rem;
    padding-left: 0.4rem;
}

.lcbon-infostrip__listitem {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.3rem;
    line-height: 1.6;
}

.lcbon-infostrip__listitem::before {
    content: "";
    position: absolute;
    left: 0.12rem;
    top: 0.58rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 10%, #fbe39a 0, #f7b27a 65%);
    box-shadow: 0 0 0 1px rgba(5, 9, 16, 0.7);
    transform: translateY(-50%);
}

@media (max-width: 1024px) {
    .lcbon-infostrip__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-auto-rows: auto;
    }
}

@media (max-width: 768px) {
    .lcbon-infostrip {
        margin-top: 1.9rem;
    }

    .lcbon-infostrip__shell {
        padding: 1.1rem 1.1rem 1.35rem;
    }

    .lcbon-infostrip__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
    }

    .lcbon-infostrip__intro {
        font-size: 0.84rem;
    }

    .lcbon-infostrip__segment {
        font-size: 0.83rem;
    }
}

@media (max-width: 480px) {
    .lcbon-infostrip__title {
        font-size: 1.02rem;
    }

    .lcbon-infostrip__subtitle {
        font-size: 0.9rem;
    }
}

.lcbon-whychoose {
    margin-top: 2.2rem;
}

.lcbon-whychoose__shell {
    border-radius: 1.2rem;
    padding: 1.5rem 1.7rem 1.6rem;
    background:
        radial-gradient(circle at 0 0, rgba(118, 152, 255, 0.07) 0, transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(244, 138, 145, 0.07) 0, transparent 55%),
        rgba(7, 11, 22, 0.98);
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow:
        0 16px 34px rgba(0,0,0,0.6),
        0 0 0 1px rgba(255,255,255,0.02);
}

.lcbon-whychoose__head {
    margin-bottom: 1.2rem;
    text-align: center;
}

.lcbon-whychoose__title {
    margin: 0 0 0.3rem;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: 1.12rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fdfcff;
}

.lcbon-whychoose__intro {
    margin: 0 auto;
    max-width: 660px;
    font-size: 0.86rem;
    color: rgba(215, 224, 244, 0.95);
}

.lcbon-whychoose__grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
}

.lcbon-whychoose__item {
    background: rgba(255,255,255,0.02);
    border-radius: 1rem;
    padding: 1rem 1rem 1.1rem;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.04);
    box-shadow:
        0 10px 25px rgba(0,0,0,0.45),
        0 0 0 1px rgba(255,255,255,0.03);
}

.lcbon-whychoose__item i {
    font-size: 1.35rem;
    margin-bottom: 0.6rem;
    color: #ffe3a4;
}

.lcbon-whychoose__item-title {
    margin: 0 0 0.35rem;
    font-weight: 600;
    font-size: 0.92rem;
    color: #fdfcff;
}

.lcbon-whychoose__item-text {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(220, 228, 248, 0.9);
    line-height: 1.55;
}

/* Responsive */
@media (max-width: 900px) {
    .lcbon-whychoose__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 520px) {
    .lcbon-whychoose__grid {
        grid-template-columns: 1fr;
    }
}

.lcbon-safeplay {
    margin-top: 2.4rem;
}

.lcbon-safeplay__shell {
    border-radius: 1.25rem;
    padding: 1.5rem 1.7rem;
    background:
        radial-gradient(circle at 0 0, rgba(118,152,255,0.07) 0, transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(244,138,145,0.07) 0, transparent 55%),
        rgba(7,11,22,0.98);
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow:
        0 16px 34px rgba(0,0,0,0.6),
        0 0 0 1px rgba(255,255,255,0.02);
}

.lcbon-safeplay__title {
    margin: 0 0 0.6rem;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: 1.12rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fdfcff;
}

.lcbon-safeplay__text {
    margin: 0 0 1rem;
    font-size: 0.86rem;
    line-height: 1.6;
    color: rgba(214,224,244,0.95);
}

.lcbon-safeplay__list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.lcbon-safeplay__item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.04);
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.45),
        0 0 0 1px rgba(255,255,255,0.03);
}

.lcbon-safeplay__item i {
    font-size: 1.15rem;
    color: #ffd38b;
}

.lcbon-safeplay__item span {
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(220,228,248,0.92);
}

.lcbon-safeplay__footer {
    margin-top: 1.1rem;
    font-size: 0.84rem;
    color: rgba(214,224,244,0.9);
    line-height: 1.55;
}

/* Responsive */
@media (max-width: 600px) {
    .lcbon-safeplay__item {
        padding: 0.65rem 0.8rem;
    }
}

.lcbon-footwrap {
    margin-top: 2.6rem;
}

.lcbon-footwrap__shell {
    border-radius: 1.4rem 1.4rem 0.8rem 0.8rem;
    padding: 1.7rem 1.8rem 1.4rem;
    background:
        radial-gradient(circle at 0 0, rgba(118,152,255,0.07) 0, transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(244,138,145,0.07) 0, transparent 55%),
        #05070e;
    border-top: 1px solid rgba(255,255,255,0.07);
    box-shadow:
        0 -10px 30px rgba(0,0,0,0.7),
        0 0 0 1px rgba(255,255,255,0.02);
}

.lcbon-footwrap__disclaimers {
    margin-bottom: 1.4rem;
}

.lcbon-footwrap__text {
    margin: 0 0 0.6rem;
    font-size: 0.8rem;
    line-height: 1.7;
    color: rgba(214,224,244,0.95);
}

.lcbon-footwrap__text:last-of-type {
    margin-bottom: 0.2rem;
}

/* Logos de ressources d'aide */

.lcbon-footwrap__helpers {
    margin-bottom: 1.3rem;
}

.lcbon-footwrap__helpers-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
    justify-content: center;
}

.lcbon-footwrap__helperlink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.4rem;
    border-radius: 0.7rem;
    background: rgba(9,13,24,0.96);
    border: 1px solid rgba(255,255,255,0.04);
    box-shadow: 0 6px 18px rgba(0,0,0,0.5);
}

.lcbon-footwrap__helperimg {
    display: block;
    max-height: 50px;
    width: auto;
}

/* Navigation footer */

.lcbon-footwrap__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem 1.4rem;
    margin-bottom: 0.9rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 0.7rem;
}

.lcbon-footwrap__navlink {
    font-size: 0.8rem;
    color: rgba(222,231,248,0.92);
    position: relative;
}

.lcbon-footwrap__navlink::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.18rem;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #f8c46f, #f6976f);
    transition: width 0.18s ease-out;
}

.lcbon-footwrap__navlink:hover::after {
    width: 100%;
}

/* Copyline */

.lcbon-footwrap__copyline {
    border-top: 1px solid rgba(255,255,255,0.04);
    padding-top: 0.55rem;
}

.lcbon-footwrap__copytext {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.6;
    color: rgba(190,203,230,0.9);
}

/* Responsive footer */

@media (max-width: 768px) {
    .lcbon-footwrap__shell {
        padding: 1.3rem 1.1rem 1.2rem;
        border-radius: 1.2rem 1.2rem 0.8rem 0.8rem;
    }

    .lcbon-footwrap__helpers-row {
        gap: 0.5rem;
    }

    .lcbon-footwrap__helperimg {
        max-height: 30px;
    }
}

@media (max-width: 480px) {
    .lcbon-footwrap__text {
        font-size: 0.78rem;
    }

    .lcbon-footwrap__navlink {
        font-size: 0.78rem;
    }

    .lcbon-footwrap__copytext {
        font-size: 0.76rem;
    }
}

.lccookie-host {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: flex;
    justify-content: center;
    padding: 0.75rem 0.75rem 0.9rem;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    transform: translateY(8px);
}

.lccookie-host--hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
}

.lccookie-host:not(.lccookie-host--hidden) {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.lccookie-shell {
    max-width: 980px;
    width: 100%;
    border-radius: 1rem;
    padding: 0.8rem 1rem;
    background: radial-gradient(circle at 0 0, rgba(118,152,255,0.12) 0, transparent 55%),
                rgba(7, 11, 22, 0.98);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
        0 -8px 26px rgba(0,0,0,0.75),
        0 0 0 1px rgba(255,255,255,0.02);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lccookie-copy {
    flex: 1 1 auto;
}

.lccookie-text {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.6;
    color: rgba(216,225,247,0.95);
}

.lccookie-acceptbtn {
    flex-shrink: 0;
    padding: 0.42rem 0.95rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: linear-gradient(130deg, #f8c46f, #f4946f);
    color: #15141c;
    box-shadow:
        0 10px 22px rgba(0,0,0,0.6),
        0 0 0 1px rgba(255,255,255,0.12);
}

.lccookie-acceptbtn:active {
    transform: translateY(1px);
}

/* Age gate */

.lcgate-veil {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    background: radial-gradient(circle at 0 0, rgba(0,0,0,0.75) 0, rgba(0,0,0,0.85) 50%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease-out;
}

.lcgate-veil--active {
    opacity: 1;
    pointer-events: auto;
}

.lcgate-panel {
    max-width: 520px;
    width: 100%;
    border-radius: 1.4rem;
    padding: 1.5rem 1.6rem 1.45rem;
    background:
        radial-gradient(circle at 0 0, rgba(118,152,255,0.1) 0, transparent 55%),
        rgba(6, 11, 22, 0.98);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
        0 20px 42px rgba(0,0,0,0.8),
        0 0 0 1px rgba(255,255,255,0.02);
}

.lcgate-panel__label {
    margin-bottom: 0.5rem;
}

.lcgate-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: linear-gradient(130deg, #f46f7d, #f8c46f);
    color: #15141c;
}

.lcgate-title {
    margin: 0 0 0.4rem;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fdfcff;
}

.lcgate-text {
    margin: 0 0 0.55rem;
    font-size: 0.84rem;
    line-height: 1.7;
    color: rgba(216,225,247,0.95);
}

.lcgate-controls {
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.lcgate-ctrl {
    border-radius: 999px;
    padding: 0.48rem 0.8rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.lcgate-ctrl--primary {
    background: linear-gradient(130deg, #8fd6a8, #47b389);
    color: #071118;
    box-shadow:
        0 10px 24px rgba(0,0,0,0.7),
        0 0 0 1px rgba(255,255,255,0.14);
}

.lcgate-ctrl--ghost {
    background: transparent;
    color: rgba(226,234,252,0.95);
    border: 1px solid rgba(255,255,255,0.35);
}

@media (max-width: 768px) {
    .lccookie-shell {
        flex-direction: column;
        align-items: stretch;
    }

    .lccookie-acceptbtn {
        align-self: flex-end;
        margin-top: 0.4rem;
    }

    .lcgate-panel {
        padding: 1.3rem 1.2rem 1.25rem;
    }

    .lcgate-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .lcgate-ctrl {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .lccookie-shell {
        padding: 0.7rem 0.75rem;
    }

    .lccookie-text {
        font-size: 0.78rem;
    }

    .lcgate-title {
        font-size: 1.02rem;
    }

    .lcgate-text {
        font-size: 0.82rem;
    }
}
