.lazy {
    min-height: 1px;
}

.header-menu-wrapper .header-menu ul li.current-menu-item > a[aria-current="page"] {
    color: #ec0126 !important;
}

/* Mega Joker demo hero overrides */
.header-banner--inner {
    display: block !important;
    min-height: auto !important;
    padding: 48px 56px !important;
}

.header-banner--inner .fortune-demo {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(540px, 1fr) minmax(360px, 430px);
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.header-banner--inner .fortune-demo__preview {
    aspect-ratio: 16 / 9;
    min-height: 430px;
    width: 100%;
}

.header-banner--inner .fortune-demo__preview img {
    height: 100%;
    max-height: none;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transform: none;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .header-banner--inner {
        padding: 32px 24px !important;
    }

    .header-banner--inner .fortune-demo {
        grid-template-columns: 1fr;
    }

    .header-banner--inner .fortune-demo__preview {
        min-height: 300px;
    }

    .header-banner--inner .fortune-demo__preview img {
        transform: none;
    }
}

@media screen and (max-width: 560px) {
    .header-banner--inner {
        padding: 24px 16px !important;
    }

    .header-banner--inner .fortune-demo {
        gap: 18px;
    }

    .header-banner--inner .fortune-demo__preview {
        min-height: 240px;
    }

    .header-banner--inner .fortune-demo__preview img {
        transform: none;
    }
}

.header-banner--inner {
    align-items: stretch;
    display: block;
    min-height: auto;
    padding: 48px 56px;
}

.fortune-demo {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(540px, 1fr) minmax(360px, 430px);
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.fortune-demo__preview {
    align-items: center;
    aspect-ratio: 16 / 9;
    background:
        radial-gradient(circle at 52% 48%, rgba(255, 199, 75, 0.18), transparent 32%),
        linear-gradient(180deg, rgba(18, 27, 42, 0.78), rgba(8, 13, 24, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    position: relative;
}

.fortune-demo__preview:before {
    background: radial-gradient(circle, rgba(255, 74, 112, 0.32), transparent 58%);
    content: "";
    height: 280px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
}

.fortune-demo__preview img {
    display: block;
    height: 100%;
    max-height: none;
    max-width: none;
    object-fit: cover;
    object-position: center;
    opacity: 0.96;
    position: relative;
    transform: scale(1.18);
    width: 100%;
    z-index: 1;
}

.fortune-demo__play {
    background: linear-gradient(180deg, #ff5a7d 0%, #f0064f 72%, #c90043 100%);
    border: 0;
    border-radius: 13px;
    box-shadow: 0 8px 0 #9f1834, 0 18px 30px rgba(240, 6, 79, 0.34);
    color: #ffffff;
    cursor: pointer;
    font: 900 20px/1 Inter, sans-serif;
    left: 50%;
    min-width: 190px;
    padding: 18px 30px 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    z-index: 2;
}

.fortune-demo__play:hover {
    box-shadow: 0 6px 0 #9f1834, 0 14px 26px rgba(240, 6, 79, 0.44);
    transform: translate(-50%, calc(-50% + 2px));
}

.fortune-demo__info {
    align-self: center;
    background: rgba(9, 15, 26, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
    padding: 26px;
}

.fortune-demo__info .header-banner--title {
    font-size: 26px;
    line-height: 1.12;
    text-transform: none;
}

.fortune-demo__info .header-banner--subtitle {
    font-size: 17px;
    line-height: 1.45;
}

.fortune-demo__table {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.fortune-demo__row {
    align-items: center;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 13px 15px;
}

.fortune-demo__row span {
    color: #9eacc1;
    font-size: 14px;
    font-weight: 800;
}

.fortune-demo__row strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    text-align: right;
}

.fortune-demo-modal {
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.2s ease;
    z-index: 9999;
}

.fortune-demo-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.fortune-demo-modal__backdrop {
    background: rgba(3, 8, 16, 0.86);
    inset: 0;
    position: absolute;
}

.fortune-demo-modal__dialog {
    background: #101826;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
    height: min(86vh, 820px);
    left: 50%;
    max-width: 1180px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(92vw, 1180px);
}

.fortune-demo-modal__close {
    align-items: center;
    background: #f0064f;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 42px;
    z-index: 2;
}

.fortune-demo-modal__close:before,
.fortune-demo-modal__close:after {
    background: #ffffff;
    border-radius: 3px;
    content: "";
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 6px;
}

.fortune-demo-modal__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.fortune-demo-modal__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fortune-demo-modal__frame {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

body.fortune-demo-lock {
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .header-banner--inner {
        padding: 32px 24px;
    }

    .fortune-demo {
        grid-template-columns: 1fr;
    }

    .fortune-demo__preview {
        min-height: 300px;
    }

    .fortune-demo__preview img {
        transform: scale(1.08);
    }
}

@media screen and (max-width: 560px) {
    .header-banner--inner {
        padding: 24px 16px;
    }

    .fortune-demo {
        gap: 18px;
    }

    .fortune-demo__preview {
        border-radius: 14px;
        min-height: 240px;
    }

    .fortune-demo__preview img {
        transform: scale(1.04);
    }

    .fortune-demo__play {
        font-size: 17px;
        min-width: 160px;
        padding: 16px 22px 18px;
    }

    .fortune-demo__info {
        border-radius: 14px;
        padding: 20px;
    }

    .fortune-demo-modal__dialog {
        border-radius: 14px;
        height: 82vh;
        width: 94vw;
    }
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
}

.post-heading h1 {
    font-size: 26px;
}

h1 {
    font-size: 31px;
}

h2 {
    font-size: 30px;
}


h3 {
    font-size: 24px;
}

@media screen and (max-width: 768px){
.container, .wp-block-group__inner-container {
    padding-left: 10px;
    padding-right: 10px;
}
}

.theme-light .trending-cta{
	color: #31373D;
	background-image: url("../wp-content/uploads/2024/07/bet-day-light.jpg");
}

.theme-light .trending-cta__sub-title{
	color: #31373D;
}

.theme-light .trending-cta__bonus{
background: rgba(0, 0, 0, 0.1);
}

.theme-dark .trending-cta{
		color: #fff;
		background-image: url("../wp-content/uploads/2024/07/bet-day-dark.jpg");
}

.theme-dark .trending-cta__sub-title{
	color: #fff;
}

.trending-cta__bonus{
background: rgba(255, 255, 255, 0.1);
}

.trending-cta{
	padding: 10px;
	text-align: center;
	background-size:cover;
	background-position: center;
	border-radius: 10px;
}

.trending-cta .trending-cta__title{
	font-size: 20px;
	font-weight: 900;
	text-transform: capitalize;
	color: inherit;
	margin-bottom: 15px;
	margin-top: 10px;
}

.trending-cta img{
	margin-bottom: 10px;
		border-radius: 10px;
}


.trending-cta .trending-cta__sub-title{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 700
}

.trending-cta .trending-cta__bonus{
padding: 10px;
backdrop-filter: blur(10px);
		border-radius: 10px;
}

.trending-cta p{
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-socials .header-socials__link i.icon-tw {
    background: url(../wp-content/themes/bettbcg/images/twitter-x-xxl.png) no-repeat center;
    background-size: 24px;
}

.header-socials .header-socials__link:hover i.icon-tw {
    background: #c31b2c url(../wp-content/themes/bettbcg/images/twitter-x-xxl.png) no-repeat center;
    background-size: 24px;
}

.header-banner {
    margin-bottom: 54px;
}

.header-banner--inner {
    align-items: center;
    background: linear-gradient(108deg, #0d1c2c 0%, #111828 34%, #73262f 68%, #b52828 100%) !important;
    border-radius: 22px;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    min-height: 360px;
    padding: 44px 48px;
}

.header-banner--bg {
    display: none;
}

.header-banner--col {
    align-items: flex-start;
    gap: 24px;
    margin-left: 0;
    max-width: 760px;
    text-align: left;
    z-index: 2;
}

.header-banner--title {
    color: #ffffff;
    font-size: clamp(20px, 2.35vw, 32px);
    letter-spacing: 0;
    line-height: 1.12;
    max-width: 820px;
    text-transform: uppercase;
}

.header-banner--info {
    padding: 0;
}

.header-banner--info:before {
    display: none;
}

.header-banner--subtitle {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(15px, 1.15vw, 19px);
    font-weight: 700;
    line-height: 1.32;
    margin: 0;
    max-width: 780px;
}

.header-banner--btn {
    background: linear-gradient(180deg, #ff4c7a 0%, #ec315d 52%, #cf153d 100%);
    border-radius: 24px;
    box-shadow: 0 14px 0 #a91135, 0 28px 44px rgba(236, 49, 93, 0.28);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 900;
    min-width: 200px;
    padding: 11px 12px 14px;
    width: auto;
}

.header-banner--btn:hover {
    background: linear-gradient(180deg, #ff5b85 0%, #f23b66 52%, #d71946 100%);
    box-shadow: 0 12px 0 #a91135, 0 26px 46px rgba(236, 49, 93, 0.34);
    transform: translateY(-2px);
}

.header-banner--visual {
    align-items: center;
    background: #202225;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    min-height: 270px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.header-banner--visual img {
    display: block;
    height: auto;
    max-height: 340px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    width: auto;
}

.install-hero {
    background: #07112a;
    border-radius: 18px;
    margin: 24px auto 48px;
    min-height: 470px;
    overflow: visible;
    position: relative;
}

.install-hero:before {
    background:
        radial-gradient(circle at 72% 28%, rgba(53, 118, 255, 0.48), transparent 36%),
        radial-gradient(circle at 88% 54%, rgba(44, 105, 222, 0.34), transparent 34%),
        radial-gradient(circle at 44% 48%, rgba(10, 30, 83, 0.72), transparent 46%),
        linear-gradient(180deg, rgba(5, 12, 31, 0) 0%, rgba(5, 12, 31, 0.5) 100%);
    content: "";
    filter: blur(1px);
    inset: 0;
    opacity: 0.95;
    position: absolute;
}

.install-hero:after {
    background:
        linear-gradient(90deg, rgba(32, 34, 34, 0.92) 0%, rgba(7, 17, 42, 0) 10%, rgba(7, 17, 42, 0) 90%, rgba(32, 34, 34, 0.92) 100%),
        linear-gradient(180deg, rgba(32, 34, 34, 0.8) 0%, rgba(7, 17, 42, 0) 12%, rgba(7, 17, 42, 0) 88%, rgba(32, 34, 34, 0.9) 100%),
        linear-gradient(90deg, rgba(7, 17, 42, 0.94) 0%, rgba(7, 17, 42, 0.58) 34%, rgba(7, 17, 42, 0.06) 62%, rgba(7, 17, 42, 0.16) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.install-hero__spark {
    color: rgba(188, 214, 255, 0.72);
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    text-shadow: 0 0 20px rgba(118, 169, 255, 0.8);
    transform: rotate(18deg);
    z-index: 1;
}

.install-hero__spark--one {
    right: 7%;
    top: 8%;
}

.install-hero__spark--two {
    right: 4%;
    top: 44%;
}

.install-hero__inner {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(430px, 0.9fr) minmax(0, 1.1fr);
    min-height: 470px;
    padding: 0 72px;
    position: relative;
    z-index: 1;
}

.install-hero__content {
    min-width: 0;
    padding: 44px 0 54px;
    position: relative;
    z-index: 2;
}

.install-hero__text {
    color: #b8c4dc;
    font-size: clamp(13px, 1.35vw, 18px);
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 38px;
    max-width: 520px;
}

.install-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 28px 38px;
}

.install-hero__button {
    background: linear-gradient(180deg, #ff5a7d 0%, #d72848 72%, #b91e3b 100%);
    border-radius: 14px;
    box-shadow: 0 8px 0 #9f1834, 0 16px 30px rgba(222, 38, 73, 0.42);
    color: #ffffff;
    display: inline-flex;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    padding: 20px 30px 22px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.install-hero__button:hover {
    box-shadow: 0 7px 0 #9f1834, 0 14px 28px rgba(222, 38, 73, 0.5);
    color: #ffffff;
    transform: translateY(3px);
}

.install-hero__visual {
    align-self: stretch;
    display: flex;
    justify-content: flex-end;
    min-height: 390px;
    min-width: 0;
    position: relative;
}

.install-hero__visual:before {
    background: radial-gradient(ellipse at left center, rgba(7, 17, 42, 0.52), transparent 68%);
    content: "";
    inset: 0 auto 0 -12%;
    position: absolute;
    width: 42%;
    z-index: 1;
}

.install-hero__image {
    align-self: end;
    display: block;
    height: auto;
    max-height: 500px;
    max-width: 100%;
    object-fit: contain;
    object-position: right center;
    position: relative;
    width: auto;
}

.install-app-page {
    display: block;
    float: none;
    grid-column: 1 / -1;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    min-height: 120px;
    padding-bottom: 64px;
    width: 100%;
}

.bonuses-main-grid {
    align-items: start;
    margin-top: 42px;
}

.bonuses-main-grid .install-app-page {
    grid-column: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 950px;
    padding-bottom: 64px;
}

.bonuses-main-grid main.install-app-page {
    max-width: 950px;
}

.bonuses-main-grid .install-article-wrap {
    max-width: none;
    padding: 0;
}

.bonuses-main-grid .install-article-wrap {
    margin-top: 5px;
}

.bonuses-main-grid .main-sidebar {
    position: sticky;
    top: 24px;
}

.bonuses-main-grid .trending-cta__img {
    display: block;
    height: auto;
    width: 100%;
}

.bonuses-main-grid .install-hero {
    margin: 0 0 42px;
    min-height: 420px;
}

.bonuses-main-grid .install-hero__inner {
    grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
    min-height: 420px;
    padding: 0 40px;
}

.bonuses-main-grid .install-hero__image {
    max-height: 430px;
}

.mobile-breadcrumbs {
    display: none;
}

.install-article-wrap {
    margin: 42px auto 0;
    max-width: 1300px;
    padding: 0 20px;
    width: 100%;
}

.install-article {
    background: transparent;
    border-radius: 8px;
    color: #ffffff;
    overflow: hidden;
    padding: 28px 0 34px;
}

.mirror-intent {
    align-items: start;
    background: transparent;
    border-radius: 18px;
    box-shadow: none;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    isolation: isolate;
    margin: 0;
    overflow: visible;
    padding: 34px;
    position: relative;
}

.mirror-intent:before {
    background:
        radial-gradient(circle at 78% 16%, rgba(240, 6, 79, 0.26), transparent 30%),
        radial-gradient(circle at 18% 78%, rgba(53, 118, 255, 0.24), transparent 34%),
        linear-gradient(135deg, rgba(16, 24, 35, 0.96) 0%, rgba(18, 26, 40, 0.98) 52%, rgba(16, 24, 35, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-left-color: transparent;
    border-radius: inherit;
    border-right-color: transparent;
    content: "";
    inset: 0;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
    position: absolute;
    z-index: 0;
}

.mirror-intent:after {
    background: linear-gradient(90deg, rgba(240, 6, 79, 0), rgba(240, 6, 79, 0.5), rgba(53, 118, 255, 0));
    content: "";
    height: 3px;
    left: 12%;
    pointer-events: none;
    position: absolute;
    right: 12%;
    top: 0;
    z-index: 2;
}

.mirror-intent__copy {
    position: relative;
    z-index: 3;
}

.mirror-intent__lead {
    color: #d8e0ee;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.45;
    margin: 0 0 12px;
    max-width: 610px;
    padding: 0;
}

.mirror-intent__note {
    border-left: 3px solid #3576ff;
    margin: 0 0 24px;
    padding-left: 18px;
}

.mirror-intent__note strong {
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 8px;
}

.mirror-intent__note p {
    color: #aebbd0;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    max-width: 620px;
    padding: 0;
}

.mirror-intent__button {
    background: linear-gradient(180deg, #ff5a7d 0%, #d72848 72%, #b91e3b 100%);
    border-radius: 12px;
    box-shadow: 0 7px 0 #9f1834, 0 15px 28px rgba(222, 38, 73, 0.38);
    color: #ffffff;
    display: inline-flex;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    padding: 17px 26px 19px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mirror-intent__button:hover {
    box-shadow: 0 6px 0 #9f1834, 0 13px 26px rgba(222, 38, 73, 0.48);
    color: #ffffff;
    transform: translateY(2px);
}

.mirror-intent__panel {
    align-self: start;
    min-height: 360px;
    padding-top: 96px;
    position: relative;
    z-index: 3;
}

.mirror-table {
    background: rgba(19, 28, 43, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    padding: 16px 22px;
}

.mirror-table__head,
.mirror-table__row {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.mirror-table__head {
    color: #718198;
    font-size: 14px;
    font-weight: 900;
    padding: 0 0 12px;
}

.mirror-table__row {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #ffffff;
    padding: 15px 0;
    text-decoration: none;
}

.mirror-table__row:hover {
    color: #ffffff;
}

.mirror-table__domain {
    align-items: center;
    color: #3576ff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    gap: 10px;
}

.mirror-table__globe {
    color: #73829a;
    font-size: 20px;
}

.mirror-table__status {
    color: #56df5d;
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
}

.install-article h2,
.install-article h3 {
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-weight: 800;
    line-height: 1.22;
    margin: 22px 0 14px;
    text-transform: none;
}

.install-article h2 {
    font-size: 30px;
}

.install-article h3 {
    font-size: 24px;
}

.install-article p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
    padding: 10px 0;
}

.install-article p a,
.install-article li a {
    color: #ffffff !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.install-article p a:hover,
.install-article li a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.install-article ul,
.install-article ol {
    margin: 10px 0 18px;
    padding-left: 22px;
}

.install-article li {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.65;
    padding: 7px 0;
}

.install-article li::marker {
    color: #ffffff;
    font-weight: 700;
}

.crypto-deposit-frame {
    background: #0b1420;
    border: 2px solid #ff2e6d;
    border-radius: 14px;
    box-shadow: 0 18px 34px rgba(255, 46, 109, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    display: block;
    padding: 10px;
}

.registration-image-pair {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 24px 0 38px;
}

.registration-image-pair__item {
    background: linear-gradient(180deg, rgba(18, 27, 42, 0.96), rgba(9, 14, 24, 0.98));
    border: 2px solid #ff4f86;
    border-radius: 16px;
    box-shadow: 0 18px 34px rgba(255, 79, 134, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.07);
    margin: 0;
    overflow: hidden;
    padding: 12px;
}

.registration-image-pair__item img {
    border-radius: 12px;
    display: block;
    height: 100%;
    max-height: 360px;
    object-fit: cover;
    width: 100%;
}

.deposit-comparison {
    background: rgba(12, 18, 30, 0.96);
    border: 1px solid rgba(255, 79, 134, 0.36);
    border-radius: 16px;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 79, 134, 0.12);
    margin: 22px 0 28px;
    overflow-x: auto;
    padding: 14px;
}

.deposit-comparison__table {
    border-collapse: collapse;
    min-width: 860px;
    width: 100%;
}

.deposit-comparison__table th,
.deposit-comparison__table td {
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
}

.deposit-comparison__table th {
    background: linear-gradient(180deg, #ff4f86 0%, #d7184b 100%);
    font-weight: 900;
}

.deposit-comparison__table td:first-child {
    background: rgba(255, 79, 134, 0.12);
    color: #ffb3ca;
    font-weight: 900;
    width: 18%;
}

.deposit-comparison__table tbody tr:nth-child(even) td:not(:first-child) {
    background: rgba(255, 255, 255, 0.025);
}

.login-steps {
    background:
        radial-gradient(circle at 14% 22%, rgba(236, 1, 38, 0.18), transparent 30%),
        radial-gradient(circle at 90% 20%, rgba(86, 223, 93, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(18, 27, 42, 0.96), rgba(10, 15, 26, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    margin: 22px 0 34px;
    overflow: hidden;
    padding: 24px;
    position: relative;
}

.login-steps:before {
    background: linear-gradient(90deg, transparent, rgba(236, 1, 38, 0.86), transparent);
    content: "";
    height: 2px;
    left: 22px;
    position: absolute;
    right: 22px;
    top: 0;
}

.login-steps h2 {
    margin-top: 0;
}

.login-steps__list {
    counter-reset: login-step;
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.login-steps__item {
    align-items: center;
    animation: loginStepIn 0.58s ease both;
    background: linear-gradient(180deg, #ff5a7d 0%, #f0064f 72%, #c90043 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 13px;
    box-shadow: 0 7px 0 #9f1834, 0 16px 28px rgba(240, 6, 79, 0.28);
    color: #ffffff;
    counter-increment: login-step;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 118px;
    padding: 18px 14px 20px;
    position: relative;
    text-align: center;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.login-steps__item:nth-child(2) {
    animation-delay: 0.08s;
}

.login-steps__item:nth-child(3) {
    animation-delay: 0.16s;
}

.login-steps__item:nth-child(4) {
    animation-delay: 0.24s;
}

.login-steps__item:hover {
    box-shadow: 0 5px 0 #9f1834, 0 14px 26px rgba(240, 6, 79, 0.42);
    transform: translateY(2px);
}

.login-steps__item:before {
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.34);
    color: #c90043;
    content: counter(login-step);
    display: inline-flex;
    font-size: 15px;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    margin-bottom: 10px;
    width: 30px;
}

.login-steps__item:not(:last-child):after {
    animation: loginArrowMove 1.15s ease-in-out infinite;
    border-right: 4px solid #56df5d;
    border-top: 4px solid #56df5d;
    box-shadow: 8px -8px 0 rgba(86, 223, 93, 0.28);
    content: "";
    height: 16px;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 16px;
    z-index: 2;
}

.login-steps__label {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.18;
}

.login-steps__text {
    color: rgba(255, 255, 255, 0.86);
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 8px;
}

@keyframes loginStepIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes loginArrowMove {
    0%,
    100% {
        opacity: 0.62;
        transform: translate(-2px, -50%) rotate(45deg);
    }
    50% {
        opacity: 1;
        transform: translate(4px, -50%) rotate(45deg);
    }
}

@keyframes loginArrowMoveDown {
    0%,
    100% {
        opacity: 0.62;
        transform: translate(-50%, -2px) rotate(135deg);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, 4px) rotate(135deg);
    }
}

.article-cta {
    display: flex;
    justify-content: center;
    margin: 22px 0 42px;
}

.article-cta__button {
    background: linear-gradient(180deg, #ff5a7d 0%, #f0064f 72%, #c90043 100%);
    border-radius: 13px;
    box-shadow: 0 8px 0 #9f1834, 0 18px 30px rgba(240, 6, 79, 0.34);
    color: #ffffff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    min-width: 230px;
    padding: 18px 30px 20px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-cta__button:hover {
    box-shadow: 0 6px 0 #9f1834, 0 14px 26px rgba(240, 6, 79, 0.44);
    color: #ffffff;
    transform: translateY(2px);
}

.mirror-pros-cons {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 22px 0 40px;
}

.mirror-pros-cons__col {
    animation: mirrorCardIn 0.65s ease both;
    background:
        radial-gradient(circle at 86% 12%, var(--mirror-card-glow), transparent 36%),
        linear-gradient(180deg, rgba(18, 27, 42, 0.94), rgba(11, 17, 29, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    overflow: hidden;
    padding: 22px 22px 20px;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mirror-pros-cons__col--pros {
    --mirror-card-accent: #56df5d;
    --mirror-card-border: rgba(86, 223, 93, 0.46);
    --mirror-card-glow: rgba(86, 223, 93, 0.18);
}

.mirror-pros-cons__col--cons {
    --mirror-card-accent: #ff315d;
    --mirror-card-border: rgba(255, 49, 93, 0.48);
    --mirror-card-glow: rgba(255, 49, 93, 0.2);
    animation-delay: 0.08s;
}

.mirror-pros-cons__col:before {
    background: linear-gradient(90deg, transparent, var(--mirror-card-accent), transparent);
    content: "";
    height: 2px;
    left: 16px;
    opacity: 0.8;
    position: absolute;
    right: 16px;
    top: 0;
}

.mirror-pros-cons__col:hover {
    border-color: var(--mirror-card-border);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22), 0 0 28px var(--mirror-card-glow);
    transform: translateY(-3px);
}

.mirror-pros-cons h3 {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 22px;
    font-weight: 900;
    gap: 10px;
    margin: 0 0 14px;
}

.mirror-pros-cons h3:before {
    align-items: center;
    background: var(--mirror-card-accent);
    border-radius: 50%;
    color: #08101d;
    content: "✓";
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.mirror-pros-cons__col--cons h3:before {
    content: "!";
}

.mirror-pros-cons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mirror-pros-cons li {
    color: #c9d3e4;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    padding: 9px 0 9px 36px;
    position: relative;
}

.mirror-pros-cons li:before {
    background: linear-gradient(180deg, var(--mirror-card-accent), rgba(8, 16, 29, 0.72));
    box-shadow: 0 0 14px var(--mirror-card-glow);
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 2px;
    position: absolute;
    top: 11px;
    width: 18px;
}

@keyframes mirrorCardIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1180px) {
    .header-banner--inner {
        gap: 30px;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
        padding: 38px 34px;
    }

    .install-hero__inner {
        grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
        padding: 0 44px;
    }

}

@media screen and (max-width: 900px) {
    .header-banner--inner {
        grid-template-columns: 1fr;
        padding: 34px 26px 26px;
    }

    .header-banner--col {
        max-width: none;
    }

    .header-banner--visual {
        min-height: 220px;
        width: 100%;
    }

    .header-banner--visual img {
        max-height: 290px;
    }

    .mirror-intent {
        align-items: start;
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .mirror-intent__panel {
        min-height: 0;
        padding-top: 82px;
    }

    .bonuses-main-grid .main-sidebar {
        position: static;
    }

    .install-hero {
        border-radius: 0 0 18px 18px;
        min-height: auto;
    }

    .install-hero__inner {
        gap: 8px;
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 12px 28px 0;
    }

    .install-hero__content {
        padding: 36px 0 16px;
        text-align: center;
    }

    .install-hero__text {
        margin-left: auto;
        margin-right: auto;
    }

    .install-hero__actions {
        justify-content: center;
    }

    .install-hero__visual {
        justify-content: center;
        min-height: 220px;
    }

    .install-hero__visual:before {
        display: none;
    }

    .install-hero__image {
        max-height: 320px;
        object-position: center bottom;
    }
}

@media screen and (max-width: 760px) {
    .login-steps {
        padding: 22px 18px;
    }

    .login-steps__list {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .login-steps__item {
        min-height: 104px;
    }

    .login-steps__item:not(:last-child):after {
        animation-name: loginArrowMoveDown;
        bottom: -24px;
        left: 50%;
        right: auto;
        top: auto;
        transform: translateX(-50%) rotate(135deg);
    }
        .header-banner--title {
        font-size: 19px !important;
    }
}

@media screen and (max-width: 560px) {
    .header-banner {
        margin-bottom: 34px;
    }

    .header-banner--inner {
        border-radius: 18px;
        gap: 24px;
        min-height: 0;
        padding: 28px 18px 20px;
    }

    .header-banner--title {
        font-size: 17px;
    }

    .header-banner--subtitle {
        font-size: 16px;
    }

    .header-banner--btn {
        border-radius: 16px;
        box-shadow: 0 8px 0 #a91135, 0 18px 28px rgba(236, 49, 93, 0.22);
        font-size: 18px;
        justify-content: center;
        min-width: 0;
        padding: 16px 28px 18px;
        width: auto;
    }

    .header-banner--visual {
        border-radius: 16px;
        min-height: 180px;
    }

    .install-article > h1 {
        margin-bottom: 0;
    }

    .mirror-intent {
        border-radius: 16px;
        gap: 22px;
        margin: 0 0 28px;
        padding: 22px 18px;
    }

    .mirror-intent:before {
        left: 18px;
        right: 18px;
    }

    .mirror-intent__lead {
        font-size: 16px;
    }

    .mirror-intent__note strong {
        font-size: 18px;
    }

    .mirror-intent__note p {
        font-size: 15px;
    }

    .mirror-intent__button {
        justify-content: center;
        width: 100%;
    }

    .mirror-intent__panel {
        padding-top: 72px;
    }

    .mirror-table {
        padding: 12px 14px;
    }

    .mirror-table__head {
        font-size: 12px;
    }

    .mirror-table__domain,
    .mirror-table__status {
        font-size: 15px;
    }

    .mobile-breadcrumbs {
        color: #98a7b5;
        display: flex;
        flex-wrap: wrap;
        font-size: 15px;
        font-weight: 800;
        gap: 8px;
        line-height: 1.35;
        margin: 18px 0 22px;
    }

    .mobile-breadcrumbs a {
        color: #ec0126;
        text-decoration: none;
    }

    .mobile-breadcrumbs__sep {
        color: #d8dee8;
    }

    .bonuses-main-grid .install-hero {
        border-radius: 16px;
        margin: 0 0 30px;
        min-height: auto;
    }

    .bonuses-main-grid .install-hero__inner {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 18px 18px 0;
    }

    .bonuses-main-grid .install-hero__content {
        order: 2;
        padding: 22px 0 10px;
    }

    .bonuses-main-grid .install-hero__visual {
        min-height: 160px;
        order: 1;
    }

    .bonuses-main-grid .install-hero__image {
        max-height: 230px;
    }

    .install-hero__button {
        font-size: 16px;
        padding: 16px 20px 18px;
    }

    .install-article {
        padding: 24px 20px 28px;
    }

    .install-article h2 {
        font-size: 25px;
    }

    .install-article h3 {
        font-size: 21px;
    }

    .install-article p,
    .install-article li {
        font-size: 16px;
    }

    .article-cta {
        margin: 18px 0 34px;
    }

    .article-cta__button {
        width: 100%;
    }

    .registration-image-pair {
        grid-template-columns: 1fr;
        margin: 20px 0 34px;
    }

    .registration-image-pair__item {
        border-radius: 14px;
        padding: 10px;
    }

    .registration-image-pair__item img {
        max-height: 280px;
    }

    .mirror-pros-cons {
        grid-template-columns: 1fr;
        margin: 18px 0 34px;
    }

    .mirror-pros-cons__col {
        padding: 20px 18px 18px;
    }

}

/* Mega Joker demo hero final overrides */
.header-banner--inner {
    display: block !important;
    min-height: auto !important;
    padding: 48px 56px !important;
}

.header-banner--inner .fortune-demo {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(540px, 1fr) minmax(360px, 430px);
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.header-banner--inner .fortune-demo__preview {
    aspect-ratio: 16 / 9;
    min-height: 430px;
    width: 100%;
}

.header-banner--inner .fortune-demo__preview img {
    height: 100%;
    max-height: none;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transform: none;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .header-banner--inner {
        padding: 32px 24px !important;
    }

    .header-banner--inner .fortune-demo {
        grid-template-columns: 1fr;
    }

    .header-banner--inner .fortune-demo__preview {
        min-height: 300px;
    }

    .header-banner--inner .fortune-demo__preview img {
        transform: none;
    }
}

@media screen and (max-width: 560px) {
    .header-banner--inner {
        padding: 24px 16px !important;
    }

    .header-banner--inner .fortune-demo {
        gap: 18px;
    }

    .header-banner--inner .fortune-demo__preview {
        min-height: 240px;
    }

    .header-banner--inner .fortune-demo__preview img {
        transform: none;
    }
}
