.externalLink {
    color: #fff;
    text-decoration: none;
}

.heroSubtitle {
    display: none;
}

:root {
    --font-primary: "Geologica", sans-serif;
    --font-secondary: "Poppins", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-primary);
}

body.no-scroll {
    overflow: hidden;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.36); }
}

.headerMainContainer {
    background-image: url(../images/bg.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #000;
}

.rjcnsdj {
    background-image: url(images/dfgvergt-desktop.webp);
    background-size: 100% auto;
    background-color: #000;
    background-repeat: no-repeat;
}

.rjcnsdj .ageWarningBanner { display: none; }
.rjcnsdj .heroSection .heroContentWrapper .heroTextBlock p { display: none; }

.mobileNavOverlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / .12);
    backdrop-filter: blur(16px);
    transition: left 0.3s ease;
    z-index: 3;
    padding: 10px 16px;
    overflow: hidden;
}

.mobileNavOverlay .mobileMenuContent {
    max-width: 343px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 12px 8px;
    gap: 10px;
}

.mobileNavOverlay .closeMenuBtn {
    width: 13.15px;
    height: 13.15px;
    cursor: pointer;
    margin: 5px 5px 5px auto;
}

.mobileNavOverlay ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.mobileNavOverlay ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mobileNavOverlay ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    height: 44px;
    text-decoration: none;
}

.mobileNavOverlay ul li a:active {
    color: #34e5df;
}

.mobileNavOverlay ul li a:active .menuIconPlaceholder {
    background: #34e5df;
}

.mobileNavOverlay ul li a .menuIconPlaceholder {
    opacity: 0;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin-right: 6px;
}

.mobileNavOverlay ul li .active .menuIconPlaceholder {
    opacity: 1;
}

.mobileNavOverlay.active {
    left: 0;
}

.ageWarningBanner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    min-height: 42px;
    height: auto;
    gap: 14px;
    background: #003b1e;
}

.ageWarningBanner img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.ageWarningBanner p {
    color: #fff;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    height: 100px;
    background: #24012e;
}

header nav .navLogoWrapper {
    width: 100%;
    max-width: 1296px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav .navLogoWrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav .navLogoWrapper a img {
    height: 70px;
}

header nav .navLogoWrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

header nav .navLogoWrapper ul li {
    list-style: none;
}

header nav .navLogoWrapper ul li a {
    text-decoration: none;
    padding: 10px 12px;
    height: 44px;
    color: #fff;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
}

header nav .navLogoWrapper ul li a .menuIconPlaceholder {
    display: none;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin: 0 9px;
}

header nav .navLogoWrapper ul li .active .menuIconPlaceholder {
    display: inline-block;
}

header nav .navLogoWrapper ul li a:hover {
    color: #34e5df;
}

header nav .navLogoWrapper ul li a:hover .menuIconPlaceholder {
    background: #34e5df;
}

header nav .navLogoWrapper .mobileMenuToggle {
    display: none;
    cursor: pointer;
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
}

.heroSection .heroContentWrapper {
    max-width: 1232px;
    width: 100%;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 56px 0 24px;
}

.heroSection .heroContentWrapper .heroTextBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.heroSection .heroContentWrapper .heroTextBlock h1 {
    color: #fff;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
}

.heroSection .heroContentWrapper .heroTextBlock p {
    color: #fff;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.heroSection .heroContentWrapper ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 8px 0;
}

.heroSection {
    display: flex;
    align-items: center;
    justify-content: center;
}

.heroSection .heroContentWrapper ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 180px;
    height: 44px;
    border-radius: 12px;
    border-bottom: 2px solid #2ae5df;
}

.heroSection .heroContentWrapper ul li p {
    color: #fff;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.heroSection .heroContentWrapper ul li img {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
}

main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

main .offersGrid {
    max-width: 1300px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 36px;
    margin: 24px 0;
}

main .offersGrid .offerCard {
    max-width: 319px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    outline: 1px solid #fff;
    background: #fff;
    position: relative;
}

main .offersGrid .offerCard .offerHeader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .offersGrid .offerCard .offerHeader .bonusHighlight {
    border-radius: 16px 0 0 0;
    border-right: 1px solid #fff;
    background: #881c00;
    width: 159px;
    min-height: 160px;
    height: auto;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .offersGrid .offerCard .offerHeader .bonusHighlight p {
    color: #fff;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

main .offersGrid .offerCard .offerHeader .brandRating {
    padding: 3.5px 0 15.5px;
    max-width: 159.5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0 16px 0 0;
    background: linear-gradient(270deg, #070013 0%, #3f0000 100%);
    flex: 1;
}

main .offersGrid .offerCard .offerHeader .brandRating img {
    width: 110px;
    height: 73px;
}

main .offersGrid .offerCard .offerHeader .brandRating .ratingDisplay {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

main .offersGrid .offerCard .offerHeader .brandRating .ratingDisplay p {
    color: #fff;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

main .offersGrid .offerCard .offerHeader .brandRating .ratingDisplay .ratingNumbers {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

main .offersGrid .offerCard .offerHeader .brandRating .ratingDisplay .ratingNumbers h3 {
    display: flex;
    width: 41px;
    padding: 2px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    outline: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

main .offersGrid .offerCard .ctaSection {
    padding: 12px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

main .offersGrid .offerCard .ctaSection .joinButton {
    max-width: 240px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    gap: 6px;
    border-radius: 16px;
    background: #000;
    cursor: pointer;
}

main .offersGrid .offerCard .ctaSection .joinButton p {
    color: #fff;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.36px;
}

main .offersGrid .offerCard .ctaSection .joinButton .arrowIcon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .offersGrid .offerCard .ctaSection .joinButton .arrowIcon img {
    width: 18px;
    height: 16.2px;
    flex-shrink: 0;
    aspect-ratio: 10/9;
    animation: pulse 1.5s infinite ease-in-out;
    transform-origin: center;
}

main .offersGrid .offerCard:has(.H_hp6N66bPbD) {
    padding-bottom: 43px;
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    margin: 48px 0;
}

footer .footerBadges {
    padding: 24px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
}

footer .footerBadges a {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footerBadges .badgeAge { width: 57px; height: 57px; aspect-ratio: 1/1; }
footer .footerBadges .badgeGamble { width: 124px; height: 57px; aspect-ratio: 124/57; }
footer .footerBadges .badgeAnj { width: 85px; height: 57px; aspect-ratio: 85/57; }
footer .footerBadges .badgeJoueur { width: 223px; height: 57px; aspect-ratio: 223/57; }
footer .footerBadges .badgeMediator { width: 163px; height: 57px; aspect-ratio: 163/57; }
footer .footerBadges .badgeGordon { width: 143px; height: 57px; aspect-ratio: 143/57; }

footer .footerDisclaimer {
    max-width: 1088px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 12px;
    margin-bottom: 48px;
}

footer .footerDisclaimer p {
    color: #fff;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

footer .footerDisclaimer p a {
    color: #fff;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    color: #fff;
    text-align: right;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

footer > p {
    margin-top: 36px;
    color: #a9a9a9;
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-style: normal;
}

.ageGateModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 6;
    background: rgb(0 0 0 / .85);
}

.ageGateModal .ageGateContent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    display: flex;
    max-width: 420px;
    width: calc(100% - 32px);
    min-height: 274px;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #b3fff7;
    padding: 16px;
}

.ageGateModal .ageGateContent h2 {
    color: #000;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.ageGateModal .ageGateContent p {
    color: #000;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.ageGateModal .ageGateContent p a {
    color: #000;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.ageGateModal .ageGateContent .ageGateButtons {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.ageGateModal .ageGateContent .ageGateButtons button {
    cursor: pointer;
    border: none;
    width: 100%;
    height: 48px;
    border-radius: 8px;
}

.ageGateModal .ageGateContent .ageGateButtons .cancelAgeBtn {
    color: #000;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    background: none;
}

.ageGateModal .ageGateContent .ageGateButtons .confirmAgeBtn {
    background: #000;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    color: #fff;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.accessDeniedModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 6;
    background: rgb(0 0 0 / .85);
    padding: 16px;
}

.accessDeniedModal .deniedMessage {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 192px;
    height: auto;
    width: calc(100% - 32px);
    max-width: 343px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #fff;
}

.accessDeniedModal .deniedMessage img {
    width: 56px;
    height: 56px;
    aspect-ratio: 1/1;
    margin-bottom: 4px;
}

.accessDeniedModal .deniedMessage h2 {
    color: #000;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.accessDeniedModal .deniedMessage p {
    color: #000;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-bottom: 8px;
}

.ageGateModal.active,
.accessDeniedModal.active {
    display: flex;
}

/* Media Queries */

@media screen and (max-width: 950px) {
    header nav .navLogoWrapper a img { height: 32px; }
    .heroSection .heroContentWrapper { margin: 36px 0 24px; }
    .heroSection .heroContentWrapper .heroTextBlock h1 { font-size: 24px; line-height: 32px; }
    .heroSection .heroContentWrapper .heroTextBlock p { font-size: 18px; line-height: 26px; letter-spacing: -0.36px; }
    footer .footerBadges { margin-bottom: 24px; }
}

@media screen and (max-width: 760px) {
    .ageWarningBanner p { font-size: 12px; line-height: 18px; letter-spacing: -0.24px; }
    .headerMainContainer { background-image: url(images/rjcnsdj-mobile.webp); background-color: #011717; }
    .rrjcnsdj { background-image: url(images/dfgvergt-mobile.webp); background-color: #001a2b; }
    header nav { height: 56px; }
    header nav .navLogoWrapper a img { height: 28px; }
    header nav .navLogoWrapper ul { display: none; }
    header nav .navLogoWrapper .mobileMenuToggle { display: inline-block; }
    .heroSection .heroContentWrapper { margin: 20px 0 0; gap: 24px; }
    .heroSection .heroContentWrapper .heroTextBlock { gap: 10px; }
    .heroSection .heroContentWrapper .heroTextBlock h1 { font-size: 22px; line-height: 30px; }
    .heroSection .heroContentWrapper .heroTextBlock p { font-size: 16px; line-height: 24px; letter-spacing: -0.32px; }
    .heroSection .heroContentWrapper ul { margin: 0; }
    .heroSection .heroContentWrapper ul li { min-width: 100px; width: auto; padding: 10px; gap: 10px; }
    main .offersGrid { gap: 20px; margin: 24px 0 16px; }
    footer { margin: 0 0 20px 0; padding: 0 16px; }
    footer .footerBadges { padding: 20px 24px; gap: 20px; }
    footer .footerBadges .badgeAge { width: 33px; height: 34px; }
    footer .footerBadges .badgeGamble { width: 74px; height: 34px; }
    footer .footerBadges .badgeAnj { width: 50px; height: 34px; }
    footer .footerBadges .badgeJoueur { width: 133px; height: 34px; }
    footer .footerBadges .badgeMediator { width: 97px; height: 34px; }
    footer .footerBadges .badgeGordon { width: 85px; height: 34px; }
    footer .footerDisclaimer { padding: 0; gap: 16px; margin-bottom: 24px; }
    footer ul { flex-direction: column; gap: 12px; }
    footer ul li a { font-size: 14px; line-height: 20px; letter-spacing: -0.28px; }
    footer > p { margin-top: 20px; }
    .ageGateModal .ageGateContent { max-width: 359px; width: calc(100% - 16px); }
}

/* === НОВЫЕ СТРАНИЦЫ: КОНТЕНТ === */
.K_r6UZfKWjxX,
.cxH8aPsImJme,
.bSJN_w2_qyRb {
    max-width: 1080px;
    width: 100%;
    margin: 40px auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    color: #fff;
}

.K_r6UZfKWjxX h2,
.cxH8aPsImJme h2,
.bSJN_w2_qyRb h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    text-transform: capitalize;
}

.XRWPoD6pQLDq,
.LqGyIkYkYI5N,
.flCnLCsRBIpq {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 16px;
    line-height: 24px;
}

.X3t26XHKAc1Y,
.UQv6RuMNQWlS {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.X3t26XHKAc1Y h3,
.UQv6RuMNQWlS h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #34e5df;
}

.X3t26XHKAc1Y ul,
.UQv6RuMNQWlS ul {
    margin-left: 22px;
    list-style: disc;
}

.X3t26XHKAc1Y ul li,
.UQv6RuMNQWlS ul li {
    margin-bottom: 8px;
    color: #e0e0e0;
}