* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

textarea {
    resize: none
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    display: inline-block;
    color: inherit
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top
}

svg {
    display: block;
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

picture {
    display: block;
    width: 100%;
    height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/OpenSans-ExtraBold.woff2) format("woff2")
}

@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/OpenSans-Regular.woff2) format("woff2")
}

@font-face {
    font-family: ABeeZee;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/ABeeZee-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Kadwa;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Kadwa-Bold.woff2) format("woff2")
}

:root {
    --font-main: "OpenSans", sans-serif;
    --container-width: 1220px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 10px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #0d1d36;
    --main: #ffffff;
    --black: #000000;
    --white: #ffffff;
    --gradient: linear-gradient(90deg, #408ad9 0%, #37b4d0 50%, #2ae5c4 100%);
    --siziy: #00d9f3;
    --bg-card: #0f2e4e;
    --gray: #bdbdbd;
    --green: rgb(5, 211, 5);
    --hover: #009fb1;
    --active: #009fb1
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step)
}

@media (max-width:991px) {
    .container {
        padding: 0 var(--container-step-tablet)
    }
}

@media (max-width:600px) {
    .container {
        padding: 0 var(--container-step-mobile)
    }
}

.rd-transfer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-main);
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background-color: rgb(26, 55, 133)
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
    margin-bottom: 0
}

a,
button {
    color: var(--main)
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3px;
    position: static
}

.pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    opacity: .3;
    border-radius: 50%;
    margin: 0 !important;
    background-color: var(--white)
}

.pagination .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    opacity: 1
}

.tx-48 {
    font-weight: 400;
    font-size: 48px;
    line-height: 106%
}

.tx-40-26 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.35
}

@media (max-width:991px) {
    .tx-40-26 {
        font-size: 34px
    }
}

@media (max-width:600px) {
    .tx-40-26 {
        font-size: 26px
    }
}

.tx-26 {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.35
}

.tx-main {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.34
}

.border-1px-main {
    border: 1px solid #408ad9
}

.input {
    display: block;
    border-radius: 12px;
    padding: 0 24px;
    width: 100%;
    height: 55px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #131313;
    border: 2px solid transparent;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    background-color: #e4e4e4
}

.input_textarea {
    padding: 16px 24px;
    height: 94px
}

@media (any-hover:hover) {
    .input:hover {
        border-color: var(--hover)
    }
}

.input:focus-visible {
    border-color: var(--hover)
}

.but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    color: #262626;
    background-color: var(--siziy);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 15px;
    min-width: 155px;
    min-height: 46px;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    text-align: center
}

.but_w235 {
    min-width: 235px
}

@media (any-hover:hover) {
    .but:hover {
        background-color: var(--hover)
    }
}

.but:focus-visible {
    background-color: var(--hover)
}

.but:active {
    background-color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.logo {
    display: block;
    width: 72px;
    height: 72px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
    .logo {
        width: 65px;
        height: 65px
    }
}

@media (max-width:600px) {
    .logo {
        width: 50px;
        height: 50px
    }
}

@media (any-hover:hover) {
    .logo:hover {
        opacity: .5
    }
}

.logo:focus-visible {
    opacity: .5
}

.logo:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.mb-16:not(:last-child) {
    margin-bottom: 16px
}

.mb-8:not(:last-child) {
    margin-bottom: 8px
}

.mb-32:not(:last-child) {
    margin-bottom: 32px
}

.mb-20:not(:last-child) {
    margin-bottom: 20px
}

.mb-24:not(:last-child) {
    margin-bottom: 24px
}

.mb-section:not(:last-child) {
    margin-bottom: 60px
}

.pt-40 {
    padding-top: 40px
}

.pt-24-0 {
    padding-top: 24px
}

@media (max-width:991px) {
    .pt-24-0 {
        padding-top: 16px
    }
}

@media (max-width:600px) {
    .pt-24-0 {
        padding-top: 0
    }
}

.p-16 {
    padding: 16px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.brr-24 {
    border-radius: 24px
}

.brr-32-16 {
    border-radius: 32px
}

@media (max-width:991px) {
    .brr-32-16 {
        border-radius: 24px
    }
}

@media (max-width:600px) {
    .brr-32-16 {
        border-radius: 16px
    }
}

.brr-15-20 {
    border-radius: 15px
}

@media (max-width:600px) {
    .brr-15-20 {
        border-radius: 20px
    }
}

.brr-20 {
    border-radius: 20px
}

.ABeeZee {
    font-family: ABeeZee
}

.Kadwa {
    font-family: Kadwa
}

.bg-dark {
    background-color: var(--bg-card)
}

.color-gray {
    color: var(--gray)
}

.color-siziy {
    color: var(--siziy)
}

.w100 {
    min-width: 0;
    width: 100%
}

.relative-z2 {
    position: relative;
    z-index: 2
}

.word-break {
    word-break: break-all
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.underline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.rd-upload img {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.rd-load img {
    opacity: 1
}

.scroll {
    padding-bottom: 10px;
    overflow: auto
}

.scroll::-webkit-scrollbar {
    height: 4px;
    background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--brown)
}

.terms {
    padding: 80px 0 0 0
}

.terms h1 {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 400
}

@media (max-width:991px) {
    .terms h1 {
        font-size: 32px
    }
}

@media (max-width:600px) {
    .terms h1 {
        font-size: 26px
    }
}

.terms h1:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h1:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h1:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms h2 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400
}

.terms h2:not(:last-child) {
    margin-bottom: 16px
}

.terms p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400
}

.terms p:not(:last-child) {
    margin-bottom: 20px
}

.pagehaven-header {
    padding: 10px 0;
    position: relative
}

.pagehaven-header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--gradient);
    z-index: 1
}

.pagehaven-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
}

@media (max-width:991px) {
    .pagehaven-header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: var(--bg-card);
        z-index: 100;
        padding: 100px 30px 30px 30px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: auto;
        -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
        transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
    }
}

@media (max-width:600px) {
    .pagehaven-header__menu {
        padding: 80px 30px 30px 30px
    }
}

.pagehaven-header__menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

@media (max-width:991px) {
    .pagehaven-header__link {
        display: none
    }
}

.pagehaven-header__exit-menu {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent
}

@media (max-width:991px) {
    .pagehaven-header__exit-menu {
        display: block;
        top: 30px;
        right: 30px
    }
}

@media (max-width:600px) {
    .pagehaven-header__exit-menu {
        top: 15px;
        right: 15px
    }
}

.pagehaven-header__exit-menu::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pagehaven-header__exit-menu::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 32px
}

@media (max-width:991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px
    }
}

@media (max-width:991px) {
    .nav__list_footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px 32px
    }
}

.nav__link {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .nav__link:hover {
        color: var(--hover)
    }
}

.nav__link:focus-visible {
    color: var(--hover)
}

.nav__link:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 24px;
    height: 18px;
    background-color: transparent
}

@media (max-width:991px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    border-radius: 8px
}

@media (max-width:991px) {
    .pagehaven-hero__container {
        padding: 0
    }
}

.pagehaven-hero__content {
    position: relative;
    border-radius: 30px;
    padding: 40px;
    background-image: url(../img/hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    .pagehaven-hero__content {
        border-radius: 0 0 30px 30px;
        padding: 32px var(--container-step-tablet)
    }
}

@media (max-width:600px) {
    .pagehaven-hero__content {
        padding: 24px var(--container-step-mobile);
        border-top: 0;
        background-image: url(../img/hero-mob.webp)
    }
}

.pagehaven-hero__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, .33);
    z-index: 1
}

@media (max-width:991px) {
    .pagehaven-about__title {
        display: none
    }
}

@media (max-width:991px) {
    .pagehaven-about__subtitle {
        text-align: center
    }
}

.pagehaven-about__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template: auto/repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media (max-width:991px) {
    .pagehaven-about__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.pagehaven-about__image {
    padding-bottom: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width:991px) {
    .games-slider {
        padding: 10px 0
    }
}

.games-slider__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 20px
}

@media (max-width:991px) {
    .games-slider__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0
    }
}

.games-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width:991px) {
    .games-slider__slide {
        width: 600px
    }
}

@media (max-width:650px) {
    .games-slider__slide {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:400px) {
    .games-slider__slide {
        width: 290px
    }
}

.games-slider__image {
    position: relative;
    padding-bottom: 41%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 294px;
    flex: 0 1 294px
}

@media (max-width:650px) {
    .games-slider__image {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-bottom: 80%
    }
}

.games-slider__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.games-slider__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 264px;
    flex: 0 1 264px
}

@media (max-width:650px) {
    .games-slider__descr {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.games-slider__descr a {
    margin-top: auto
}

.pagehaven-contacts {
    background: linear-gradient(160deg, #080841, #1d1d3b, #030386);
    box-shadow: 0 0 15px rgba(0, 204, 255, 0.4);
    position: relative
}

@media (max-width:600px) {
    .pagehaven-contacts {
        background: linear-gradient(160deg, #080841, #1d1d3b, #030386);
        box-shadow: 0 0 15px rgba(0, 204, 255, 0.4);
    }
}

.pagehaven-contacts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1
}

.form.active .status {
    display: block
}

.status {
    display: none;
    margin-top: 20px;
    padding: 10px;
    border: 2px solid var(--green)
}

.faq {
    max-width: 940px;
    width: 100%
}

.faq__item.active .faq__button span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
}

.faq__button {
    width: 20px;
    height: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 8px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .faq__button:hover {
        opacity: .5
    }
}

.faq__button:focus-visible {
    opacity: .5
}

.faq__button:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.faq__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.faq__button span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.faq__bottom {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.faq__texts {
    padding: 0 16px 16px 16px
}

.pagehaven-footer__content {
    position: relative
}

.pagehaven-footer__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--gradient);
    z-index: 1
}

.pagehaven-footer__age {
    width: 60px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.pagehaven-footer__columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 75px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 75px
}

@media (max-width:991px) {
    .pagehaven-footer__columns {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.pagehaven-is-game__iframe {
    display: block;
    width: 100%;
    max-width: 850px;
    height: 570px;
    margin: 0 auto
}

@media (max-width:991px) {
    .pagehaven-is-game__iframe {
        height: 450px
    }
}

@media (max-width:600px) {
    .pagehaven-is-game__iframe {
        height: 300px
    }
}

.why-choose h2,
.comparison h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.why-choose p,
.features-box ul {
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 20px;
}

.features-box {
    border: 2px solid #f7c52b;
    border-radius: 20px;
    background-color: #001150;
    padding: 20px 30px;
    margin: 20px auto;
    max-width: 800px;
}

.features-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-box li {
    margin: 12px 0;
    font-size: 1rem;
}

.comparison-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

.box {
    flex: 1 1 45%;
    padding: 30px 20px;
    border-radius: 20px;
    background-color: #001150;
    min-width: 300px;
}

.social {
    background-color: #001150;
    border: 2px solid #f7c52b;
    border-radius: 20px;
}

.traditional {
    background-color: #001150;
    border: 2px solid #f7c52b;
    border-radius: 20px;
}

.box h3 {
    margin-top: 0;
    font-size: 1.4rem;
    margin-bottom: 16px;
    color: #f7c52b;
    text-align: center;
}

.box ol {
    padding-left: 20px;
}

.box li {
    margin-bottom: 12px;
    font-size: 0.95rem;
    line-height: 1.5;
}


@media (max-width: 768px) {
    .comparison-grid {
        flex-direction: column;
    }

    .box {
        flex: 1 1 100%;
    }

    .why-choose h2,
    .comparison h2 {
        font-size: 1.5rem;
    }
}

/**/
.testimonials {
    padding: 60px 20px;
    color: white;
}

.testimonials h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
}

.testimonials .subtitle {
    text-align: center;
    font-size: 1rem;
    color: #d1cde0;
    margin-bottom: 40px;
}

.testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.testimonial-card {
    background-color: #001150;
    border: 2px solid #f7c52b;
    border-radius: 20px;
    overflow: hidden;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding-bottom: 20px;
}

.testimonial-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 2px solid #f7c52b;
}

.testimonial-content {
    padding: 20px;
}

.testimonial-content h3 {
    margin: 0 0 5px;
    font-size: 1.2rem;
}

.job-title {
    font-size: 0.9rem;
    color: #c8bce0;
    margin-bottom: 10px;
}

.quote {
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .testimonial-grid {
        flex-direction: column;
        align-items: center;
    }
}

/**/
.support-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.support-logos img {
    max-height: 50px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.support-logos a:hover img {
    transform: scale(1.05);
}

/**/
.demo-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.demo-modal {
    background: #fff;
    color: #000;
    padding: 30px;
    border-radius: 12px;
    max-width: 420px;
    text-align: center;
    font-family: sans-serif;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.demo-modal h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.demo-modal p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.demo-btn {
    background-color: #ffc107;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.demo-btn:hover {
    background-color: #e6a800;
}

/**/
#ageGateOverlay {
    position: fixed;
    inset: 0;
    background: url('/img/entry-modal.jpg') no-repeat center center;
    background-size: cover;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#ageGateModal {
    background: rgb(26, 55, 133);
    color: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.age-modal-image {
    max-width: 80px;
    margin: 0 auto 16px;
    display: block;
}

.age-badge {
    background: white;
    color: #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

#ageGateModal h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

#ageGateModal p {
    font-size: 1rem;
    margin-bottom: 20px;
}

#ageConfirmBtn,
#exitBtn {
    background-color: #00ffd2;
    color: #000;
    border: none;
    padding: 14px 24px;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 16px;
    width: 100%;
    transition: background-color 0.3s ease;
}

#exitBtn {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
    margin-top: -8px;
}

#ageConfirmBtn:hover {
    background-color: #00ddba;
}

.age-note {
    display: block;
    font-size: 0.75rem;
    color: #aaa;
    line-height: 1.4;
}

.age-note a {
    color: #aaa;
    text-decoration: underline;
}

@media (max-width: 480px) {
    #ageGateModal {
        padding: 20px 15px;
    }

    #ageConfirmBtn {
        font-size: 0.95rem;
    }
}