body {
    font-family: 'Montserrat', sans-serif;
    background: #0c1422;
    color: #e9edf5;
    line-height: 1.5
}

a {
    text-decoration: none;
    color: inherit
}

/* ===== Fixed Header ===== */
.navhero_p92 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    backdrop-filter: saturate(150%) blur(6px)
}

.navhero_p92__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    transition: box-shadow .2s, background .2s
}

.navhero_p92--scrolled .navhero_p92__bar {
    background: rgba(7, 12, 22, .85);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .35)
}

.navhero_p92__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: .3px
}

.navhero_p92__brand i {
    padding: 10px;
    border-radius: 10px;
    background: #1f2c44
}

.navhero_p92__nav {
    display: flex;
    gap: 18px
}

.navhero_p92__link {
    padding: 8px 10px;
    border-radius: 10px;
    color: #b9c6dc;
    transition: background .2s, color .2s
}

.navhero_p92__link:hover {
    color: #fff;
    background: #1a2336
}

.navhero_p92__cta {
    padding: 10px 16px;
    border-radius: 12px;
    background: #ffd234;
    color: #111;
    font-weight: 700
}

/* burger */
.navhero_p92__burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    width: 32px;
    height: 28px;
    justify-content: center;
    cursor: pointer
}

.navhero_p92__line {
    height: 3px;
    background: #e9edf5;
    border-radius: 6px;
    transition: transform .2s, width .2s
}

.navhero_p92__menu {
    display: flex;
    align-items: center;
    gap: 18px
}

/* mobile drawer */
@media (max-width: 992px) {
    .navhero_p92__menu {
        position: fixed;
        inset: 60px 0 auto 0;
        background: #0b1220;
        padding: 20px 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        border-top: 1px solid rgba(255, 255, 255, .06)
    }

    .navhero_p92__menu--open {
        display: flex
    }

    .navhero_p92__burger {
        display: flex
    }

    .navhero_p92__nav {
        flex-direction: column;
        gap: 10px
    }
}

/* ===== Hero ===== */
.hero_p92 {
    padding-top: 92px;
    padding-bottom: 40px;
    background:
        radial-gradient(1200px 600px at 100% 0%, rgba(140, 76, 255, .08), transparent 60%),
        linear-gradient(180deg, #0c1422 0%, #0b1220 100%)
}

.hero_p92__wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: center
}

@media (max-width: 992px) {
    .hero_p92__wrap {
        grid-template-columns: 1fr;
        gap: 22px
    }
}

.hero_p92__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #111b2c;
    color: #9db2cc;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: 12px
}

.hero_p92__title {
    font-size: 56px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: .2px;
    color: #ffd234;
    margin-bottom: 14px
}

.hero_p92__subtitle {
    font-size: 40px;
    font-weight: 900;
    color: #f1f4fb;
    margin-bottom: 16px
}

.hero_p92__text {
    color: #c3cee3;
    max-width: 680px;
    margin-bottom: 20px
}

.hero_p92__bullets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 10px
}

@media (max-width: 768px) {
    .hero_p92__title {
        font-size: 38px
    }

    .hero_p92__subtitle {
        font-size: 28px
    }

    .hero_p92__bullets {
        grid-template-columns: 1fr
    }
}

.hero_p92__chip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #121d30;
    border: 1px solid rgba(255, 255, 255, .06);
    padding: 10px 12px;
    border-radius: 12px
}

.hero_p92__chip i {
    padding: 8px;
    border-radius: 10px;
    background: #1f2c44
}

.hero_p92__ctaRow {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap
}

.hero_p92__btn {
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 800
}

.hero_p92__btn--primary {
    background: #4cf3a5;
    color: #0b131f
}

.hero_p92__btn--ghost {
    background: #121d30;
    border: 1px solid rgba(255, 255, 255, .08);
    color: #dbe6ff
}

.hero_p92__media {
    position: relative
}

.hero_p92__card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #1b2b49, #141e33);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45)
}

.hero_p92__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover
}

.hero_p92__tag {
    position: absolute;
    left: 14px;
    top: 14px;
    background: #4cf3a5;
    color: #092016;
    font-weight: 800;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(76, 243, 165, .25)
}

.hero_p92__float {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    gap: 8px;
}

.hero_p92__float i {
    font-size: 22px;
    padding: 10px;
    border-radius: 12px;
    background: #ffd234;
    color: #1a1a1a;
    box-shadow: 0 10px 40px rgba(255, 210, 52, .25)
}

/* small helper */
.container_p92 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px
}

.spacer_p92 {
    height: 50vh
}

.casinos_l51 {
    padding: 26px 16px 60px
}

.casinos_l51__container {
    max-width: 1100px;
    margin: 0 auto
}

/* ===== Block header (sticky “table head”) ===== */
.list_l51__thead {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(10, 17, 31, .92);
    backdrop-filter: saturate(150%) blur(6px);
    border: 1px solid rgba(255, 255, 255, .06);
    border-bottom: none;
    border-radius: 14px 14px 0 0;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: 1.4fr 1.8fr 1.1fr .8fr .9fr;
    gap: 12px
}

.list_l51__th {
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .6px;
    color: #b8c7de;
    text-transform: uppercase
}

@media (max-width: 900px) {
    .list_l51__thead {
        grid-template-columns: 1.2fr 1.8fr 1fr .8fr
    }

    .list_l51__th--hide-md {
        display: none
    }
}

@media (max-width: 660px) {
    .list_l51__thead {
        grid-template-columns: 1.3fr 1.2fr .9fr
    }

    .list_l51__th--hide-sm {
        display: none
    }
}

/* ===== Card (row) ===== */
.card_l51 {
    background: linear-gradient(180deg, #111b2e 0%, #0e182a 100%);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .35);
    padding: 18px;
    display: grid;
    grid-template-columns: 1.4fr 1.8fr 1.1fr .8fr .9fr;
    gap: 12px;
    align-items: center
}

.card_l51+.card_l51 {
    margin-top: 14px;
    border-radius: 14px
}

@media (max-width: 900px) {
    .card_l51 {
        grid-template-columns: 1.2fr 1.8fr 1fr .8fr
    }

    .card_l51__hide-md {
        display: none
    }
}

@media (max-width: 660px) {
    .card_l51 {
        grid-template-columns: 1fr;
    }

    .card_l51__hide-sm {
        display: none
    }
}

/* brand */
.card_l51__brand {
    display: flex;

    align-items: center;
    gap: 14px
}

.card_l51__logo {
    width: 102px;
    min-width: 102px;
    height: 102px;
    flex: 0 0 102px;
    padding: 7px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: inset 0 0 0 6px #0f1a2d
}

.card_l51__logo img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    object-fit: contain;
}

.card_l51__name {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: .3px
}

/* offer */
.card_l51__offerTitle {
    font-weight: 900;
    color: #66f3c4;
    font-size: 20px;
    margin-bottom: 4px
}

.card_l51__offerText {
    color: #c6d3ea
}

/* rating (stars) */
.card_l51__stars {
    display: flex;
    align-items: center;
    gap: 6px
}

.card_l51__stars i {
    color: #ffd234;
    text-shadow: 0 2px 10px rgba(255, 210, 52, .25)
}

/* score */
.card_l51__score {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

.card_l51__scoreNum {
    font-size: 26px;
    font-weight: 900;
    color: #ffd234;
    line-height: 1
}

.card_l51__scoreNote {
    font-weight: 800;
    color: #4cf3a5
}

/* CTA */
.card_l51__cta {
    display: flex;
    justify-content: flex-end
}

.card_l51__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border: none;
    border-radius: 999px;
    background: #66f3c4;
    color: #06221b;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(102, 243, 196, .22)
}

.card_l51__btn:hover {
    filter: brightness(1.05)
}

/* small helper */
.badge_l51 {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    color: #99acc6;
    background: #13213a;
    border: 1px solid rgba(255, 255, 255, .06);
    padding: 6px 10px;
    border-radius: 999px;
    margin-top: 10px
}

.features_f27 {
    padding: 40px 16px
}

.features_f27__wrap {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px
}

@media (max-width: 900px) {
    .features_f27__wrap {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 560px) {
    .features_f27__wrap {
        grid-template-columns: 1fr
    }
}

.features_f27__item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(180deg, #0f1c2e 0%, #0d1a2a 100%);
    border: 1px solid rgba(255, 255, 255, .07);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
    padding: 28px 22px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

/* subtle decorative glow */
.features_f27__item:before {
    content: "";
    position: absolute;
    inset: auto -40% -60% -40%;
    height: 160%;
    background: radial-gradient(50% 40% at 50% 0%, rgba(93, 255, 210, .10), transparent 65%),
        radial-gradient(60% 50% at 100% 100%, rgba(146, 106, 255, .10), transparent 70%);
    pointer-events: none
}

.features_f27__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.features_f27__icon {
    font-size: 56px;
    line-height: 1;

    padding: 12px;
    border-radius: 12px;

}

.features_f27__title {
    font-weight: 900;
    font-size: 28px;
    letter-spacing: .4px;
    color: #8ee6ff
}

.features_f27__sub {
    font-weight: 800;
    color: #eaf0ff;
    opacity: .95
}

/* 3 variants for quick visual change */
.features_f27__item--green .features_f27__icon {
    color: #49f3a9
}

.features_f27__item--amber .features_f27__icon {
    color: #ffd55a
}

.features_f27__item--violet .features_f27__icon {
    color: #b394ff
}

/* hover */
.features_f27__item:hover {
    transform: translateY(-2px);
    transition: transform .15s
}

.guide_k32 {
    padding: 36px 14px
}

.guide_k32__inner {
    max-width: 1060px;
    margin: 0 auto
}

/* ===== Section header ===== */
.guide_k32__head {
    border-radius: 14px;

    position: relative;
    overflow: hidden;
}

.guide_k32__title {
    font-weight: 900;
    text-align: center;
    color: #ffd75a;
    font-size: 32px;
    letter-spacing: .3px
}

.guide_k32__decor {
    position: absolute;
    inset: auto -20% -60% -20%;
    height: 200%;
    pointer-events: none;
    background: radial-gradient(50% 40% at 50% 0%, rgba(102, 243, 196, .10), transparent 65%),
        radial-gradient(60% 50% at 100% 100%, rgba(146, 106, 255, .08), transparent 70%)
}

/* ===== Sticky mini TOC ===== */
.toc_k32 {
 
    top: 8px;
    z-index: 2;
    margin-top: 34px;
    margin-bottom: 34px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;

    padding: 8px
}

.toc_k32__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #101f35;
    color: #bcd0ee;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap
}

.toc_k32__link i {
    color: #74f0c6
}

.toc_k32__link:hover {
    color: #fff;
    background: #13233d
}

/* ===== div blocks ===== */
.block_k32 {
    background: linear-gradient(180deg, #0e192b, #0c1727);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 14px;
    padding: 18px 18px 16px;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    margin-bottom: 12px
}

.block_k32__icon {
    display: flex;
    align-items: start;
    justify-content: center
}

.block_k32__icon i {
    color: #74f0c6;
    background: #0f1f35;
    border-radius: 8px;
    padding: 6px;
    box-shadow: inset 0 0 0 6px #0b1526
}

.block_k32__title {
    font-size: 18px;
    font-weight: 900;
    color: #8ee6ff;
    margin-top: 2px;
    margin-bottom: 6px
}

.block_k32__text {
    color: #c7d5ee
}

/* Numbered badge accent */
.block_k32__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #13243e;
    color: #dfe9ff;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 8px
}

.block_k32__badge i {
    color: #ffd75a
}

/* Callout */
.callout_k32 {
    margin-top: 10px;
    border-radius: 12px;
    background: #0f1f34;
    border: 1px dashed rgba(255, 255, 255, .14);
    padding: 10px
}

.callout_k32__title {
    font-weight: 900;
    color: #ffd75a;
    margin-bottom: 4px
}

.callout_k32__text {
    color: #cfe0ff
}

/* ===== Bottom facts strip ===== */
.facts_k32 {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px
}

.fact_k32 {
    background: #0d1a2a;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px
}

.fact_k32 i {
    color: #b394ff
}

.fact_k32__label {
    font-weight: 800;
    color: #cfe1ff
}

.fact_k32__val {
    margin-left: auto;
    font-weight: 900;
    color: #74f0c6
}

@media (max-width: 720px) {
    .facts_k32 {
        grid-template-columns: 1fr
    }
}

.faq_q64 {
    padding: 40px 16px
}

.faq_q64__wrap {
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(180deg, #0e192c 0%, #0c1525 100%);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .4);
    overflow: hidden
}

/* ===== Header ===== */
.faq_q64__head {
    background: #111d36;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.faq_q64__title {
    font-size: 32px;
    font-weight: 900;
    color: #ffd75a;
    letter-spacing: .4px
}

/* ===== Search bar (added visual difference) ===== */
.faq_q64__search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #0c182e;
    padding: 10px 14px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.faq_q64__search input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #eaf0ff;
    font-size: 14px
}

.faq_q64__search i {
    color: #66f3c4
}

/* ===== Items ===== */
.faq_q64__item {
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.faq_q64__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 20px;
    font-weight: 800;
    color: #cfe0ff;
    cursor: pointer;
    transition: background .2s
}

.faq_q64__question:hover {
    background: #111e33
}

.faq_q64__icon {
    color: #74f0c6;
    transition: transform .3s
}

.faq_q64__answer {
    display: none;
    padding: 0 20px 18px;
    color: #c8d6f1;
    font-weight: 400;
    animation: fadein .3s ease-in-out
}

.faq_q64__item--open .faq_q64__answer {
    display: block
}

.faq_q64__item--open .faq_q64__icon {
    transform: rotate(180deg)
}

.faq_q64__item--open .faq_q64__question {
    color: #ffd75a
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(-4px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* ===== Bottom highlight cards for visual diversity ===== */
.faq_q64__tips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 20px;
    background: #0d1a2a
}

.tip_q64 {

    border-radius: 12px;
    padding: 12px;

    display: flex;
    align-items: center;
    gap: 10px;

}

.tip_q64 i {
    color: #66f3c4;
    font-size: 38px
}

.tip_q64__text {
    font-weight: 700;
    color: #d9e7ff
}

@media (max-width:700px) {
    .faq_q64__tips {
        grid-template-columns: 1fr
    }
}

.foot_f88 {
    background: linear-gradient(180deg, #0e192c 0%, #0c1627 100%);
    padding: 40px 16px 26px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.foot_f88__wrap {
    max-width: 1200px;
    margin: 0 auto
}

/* top columns */
.foot_f88__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 28px;
    align-items: flex-start
}

@media (max-width: 900px) {
    .foot_f88__grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 650px) {
    .foot_f88__grid {
        grid-template-columns: 1fr
    }
}

.foot_f88__title {
    font-weight: 900;
    color: #8ee6ff;
    margin-bottom: 12px
}

.foot_f88__text {
    color: #c8d6f1
}

.foot_f88__list {
    list-style: none;
    display: grid;
    gap: 10px
}

.foot_f88__link {
    color: #dfe7ff
}

.foot_f88__link:hover {
    color: #fff
}

/* trust/rg badges (visual difference vs reference) */
.foot_f88__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.foot_f88__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #101f35;
    border: 1px solid rgba(255, 255, 255, .08);
    color: #dfe7ff;
    padding: 8px 12px;
    border-radius: 12px;
    font-weight: 800
}

.foot_f88__badge i {
    color: #66f3c4
}

/* sponsor/rg logos simulated */
.foot_f88__orgs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px
}

@media (max-width: 650px) {
    .foot_f88__orgs {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.org_f88 {
    background: #101e33;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 12px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 10px
}

.org_f88 i {
    font-size: 18px;
    color: #ffd75a
}

.org_f88__name {
    font-weight: 900;
    color: #fff
}

/* divider */
.foot_f88__hr {
    height: 1px;
    background: linear-gradient(90deg, transparent, #17263f, transparent);
    margin: 22px 0
}

/* safe-play band */
.safe_f88 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px
}

.safe_f88__title {
    font-weight: 900;
    color: #ffd75a
}

.safe_f88__text {
    color: #c6d3ea;
    max-width: 980px
}

/* bottom line */
.foot_f88__bottom {
    margin-top: 16px;
    text-align: center;
    color: #b8c7de;
    font-weight: 800
}

.foot_f88__mini {
    margin-top: 10px;
    color: #9fb0cc
}

/* back to top (extra touch) */
.foot_f88__top {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 10
}

.foot_f88__btnTop {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: #66f3c4;
    color: #042018;
    font-weight: 900;
    box-shadow: 0 10px 30px rgba(102, 243, 196, .22)
}

.agegate_m81__overlay {
    position: fixed;
    inset: 0;
    background: rgba(3, 8, 16, .72);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 16px;
}

.agegate_m81__overlay--show {
    display: flex
}

.agegate_m81__box {
    width: 100%;
    max-width: 640px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
    background: linear-gradient(180deg, #0f1d34 0%, #0d1a2b 100%);
}

/* top stripe */
.agegate_m81__stripe {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: linear-gradient(90deg, #67f3c3, #8a6aff);
    color: #06221a;
    font-weight: 900;
    letter-spacing: .3px
}

.agegate_m81__stripe i {
    color: #06221a
}

/* content */
.agegate_m81__content {
    padding: 20px 18px 18px
}

.agegate_m81__title {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 900;
    color: #ffd75a;
    text-align: center;
    margin-bottom: 10px
}

.agegate_m81__text {
    color: #d7e4ff;
    text-align: center;
    margin: 0 auto 14px;
    max-width: 560px
}

/* badges row for visual distinction */
.agegate_m81__badges {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px
}

.agegate_m81__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #10203a;
    border: 1px solid rgba(255, 255, 255, .10);
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 800;
    color: #dfe7ff
}

.agegate_m81__badge i {
    color: #67f3c3
}

/* links */
.agegate_m81__links {
    color: #9ed0ff;
    text-align: center;
    margin-bottom: 14px
}

.agegate_m81__links a {
    color: #9ed0ff;
    text-decoration: underline
}

/* remember row */
.agegate_m81__remember {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    margin-bottom: 14px;
    color: #c8d6f1;
    font-weight: 700
}

.agegate_m81__remember input {
    width: 18px;
    height: 18px
}

/* buttons */
.agegate_m81__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    padding: 6px 0 10px
}

.agegate_m81__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border: none;
    border-radius: 12px;
    font-weight: 900;
    cursor: pointer
}

.agegate_m81__btn--yes {
    background: #67f3c3;
    color: #06221a;
    box-shadow: 0 10px 30px rgba(103, 243, 195, .22)
}

.agegate_m81__btn--no {
    background: #ff6b6b;
    color: #240b0b;
    box-shadow: 0 10px 30px rgba(255, 107, 107, .22)
}

/* footer note */
.agegate_m81__note {
    font-size: 12px;
    text-align: center;
    color: #b6c6e2;
    padding: 0 18px 16px
}

/* responsive */
@media (max-width:520px) {
    .agegate_m81__title {
        font-size: 22px
    }

    .agegate_m81__btn {
        width: 100%;
        justify-content: center
    }

    .agegate_m81__actions {
        flex-direction: column
    }
}

.foot_f88__orgs--img {
    display: flex;
    /* grid-template-columns: repeat(4, minmax(0, 1fr)); */
    gap: 0px;
    flex-wrap: wrap;
}

@media (max-width:650px) {
    .foot_f88__orgs--img {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

/* individual logo tile */
.foot_f88__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.foot_f88__logo img {
    max-width: 100%;
    height: 34px;
    object-fit: contain;
    filter: grayscale(.1) opacity(.95);
    transition: transform .15s ease, filter .15s ease;
}

.foot_f88__logo:hover img {
    transform: translateY(-1px);
    filter: grayscale(0) opacity(1);
}

.policy_p41 {
    padding: 90px 14px 30px
}

.policy_p41__wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr
}

.policy_p41__head {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 16px;
    margin-bottom: 16px
}

@media (max-width:900px) {
    .policy_p41__head {
        grid-template-columns: 1fr
    }
}

.policy_p41__hero {
    padding: 18px
}

.policy_p41__eyebrow {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: #111f36;
    border: 1px solid rgba(255, 255, 255, .06);
    padding: 6px 10px;
    border-radius: 999px;
    color: #a9c3ea;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: .4px;
    margin-bottom: 8px
}

.policy_p41__eyebrow i {
    color: #66f3c4
}

.policy_p41__title {
    font-weight: 900;
    font-size: 34px;
    color: #ffd75a;
    margin-bottom: 6px
}

.policy_p41__lead {
    color: #c7d5ee
}

.policy_p41__card {

    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.policy_p41__thumb {
    width: 100%;

    border-radius: 10px;
    object-fit: cover;
    background: #101f35
}

/* ===== Content ===== */
.policy_p41__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px
}

@media (max-width:980px) {
    .policy_p41__body {
        grid-template-columns: 1fr
    }
}

.policy_p41__toc {
    position: sticky;
    top: 8px;
    background: #0e1b2e;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 14px;
    padding: 10px;
    height: max-content
}

.policy_p41__tocTitle {
    font-weight: 900;
    color: #8ee6ff;
    margin: 6px 6px 10px
}

.policy_p41__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.policy_p41__chip {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border-radius: 10px;
    background: #101f36;
    border: 1px solid rgba(255, 255, 255, .08);
    color: #cfe1ff;
    font-weight: 800;
    font-size: 13px
}

.policy_p41__chip i {
    color: #66f3c4
}

.policy_p41__content {
    background: #0f1f35;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 14px;
    padding: 16px
}

.policy_p41__section {
    background: #101f36;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 12px
}

.policy_p41__h {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 900;
    color: #8ee6ff;
    margin-bottom: 8px
}

.policy_p41__h i {
    color: #ffd75a
}

.policy_p41__ul {
    margin-left: 18px;
    color: #c8d6f1
}

.policy_p41__ul li {
    margin: 4px 0
}

/* callout + badges */
.policy_p41__callout {
    background: #0f2340;
    border: 1px dashed rgba(255, 255, 255, .18);
    border-radius: 12px;
    padding: 10px;
    margin-top: 6px
}

.policy_p41__calloutTitle {
    font-weight: 900;
    color: #ffd75a;
    margin-bottom: 4px
}

.policy_p41__badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px
}

.policy_p41__badge {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: #101f36;
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 800;
    color: #dfe7ff
}

.policy_p41__badge i {
    color: #66f3c4
}

/* footer row (timestamp + download) */
.policy_p41__foot {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 8px;
    color: #a9bddc
}

.policy_p41__btn {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 10px 14px;
    border-radius: 10px;
    background: #66f3c4;
    color: #06221a;
    font-weight: 900
}

.ckbar_ck72 *,
.ckbar_ck72 *::before,
.ckbar_ck72 *::after {
    box-sizing: border-box
}

.ckbar_ck72 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: linear-gradient(180deg, #0f1d34 0%, #0c1627 100%);
    display: none
}

.ckbar_ck72--show {
    display: block
}

.ckbar_ck72__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;

    border-top: 1px solid rgba(255, 255, 255, .10);
    color: #eaf0ff;

    line-height: 1.5
}

.ckbar_ck72__text {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0
}

.ckbar_ck72__text i {
    color: #66f3c4;
    font-size: 30px;
}

.ckbar_ck72__msg {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.ckbar_ck72__link {
    color: #8ed0ff;
    text-decoration: underline
}

.ckbar_ck72__actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0
}

.ckbar_ck72__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: none;
    border-radius: 10px;
    font-weight: 900;
    cursor: pointer
}

.ckbar_ck72__btn--ok {
    background: #67f3c3;
    color: #06221a;
    box-shadow: 0 8px 24px rgba(103, 243, 195, .22)
}

.ckbar_ck72__btn--no {
    background: #ff6b6b;
    color: #240b0b;
    box-shadow: 0 8px 24px rgba(255, 107, 107, .22)
}

/* thin progress stripe for visual detail */
.ckbar_ck72__stripe {
    height: 3px;
    background: linear-gradient(90deg, #67f3c3, #8a6aff);
}

@media (max-width:760px) {
    .ckbar_ck72__inner {
        flex-direction: column;
        align-items: flex-start
    }

    .ckbar_ck72__actions {
        width: 100%
    }

    .ckbar_ck72__btn {
        flex: 1;
        justify-content: center
    }
}

@media (max-width:767px) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .card_l51__cta {
        display: flex;
        justify-content: center;
    }

    .card_l51__brand {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px
    }

    .card_l51__offerTitle {
        font-weight: 900;
        color: #66f3c4;
        font-size: 20px;
        text-align: center;
        margin-bottom: 4px;
    }
}