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

html {
    scroll-behavior: smooth;
    background: #0C0C0D
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background: #0C0C0D;
    color: #e8e8e8;
    line-height: 1.6;
    font-size: 16px;
    overflow-x: hidden
}

a {
    color: #FFCC00;
    text-decoration: none;
    transition: color .2s
}

a:hover {
    color: #ffd740
}

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

button {
    cursor: pointer;
    font-family: inherit
}

.lp-site-wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.lp-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px
}

.lp-hdr {
    background: #373A3E;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .5)
}

.lp-hdr-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    max-width: 1200px;
    margin: 0 auto
}

.lp-logo img {
    height: 42px;
    width: auto;
    display: block
}

.lp-nav {
    display: flex;
    align-items: center;
    gap: 8px
}

.lp-nav__list {
    display: flex;
    list-style: none;
    gap: 4px;
    align-items: center
}

.lp-nav__list a {
    color: #e8e8e8;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 6px;
    transition: background .2s, color .2s
}

.lp-nav__list a:hover {
    background: rgba(255, 204, 0, .12);
    color: #FFCC00
}

.lp-hdr-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0
}

.lp-online {
    font-size: 12px;
    color: #a0a0a0;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap
}

.lp-online__dot {
    width: 7px;
    height: 7px;
    background: #22c55e;
    border-radius: 50%;
    display: inline-block;
    animation: lpPulse 1.8s infinite
}

@keyframes lpPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: .5;
        transform: scale(1.4)
    }
}

.btn-lp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s, opacity .2s;
    white-space: nowrap;
    letter-spacing: .3px
}

.btn-lp:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
    opacity: .92
}

.btn-lp:active {
    transform: translateY(0)
}

.btn-lp--login {
    background: #464749;
    color: #e8e8e8;
    font-size: 13px;
    padding: 8px 16px
}

.btn-lp--signup {
    background: #FFCC00;
    color: #0C0C0D;
    font-size: 13px;
    padding: 8px 18px
}

.btn-lp--lg {
    font-size: 16px;
    padding: 14px 36px;
    border-radius: 10px
}

.btn-lp--signup-lg {
    background: #FFCC00;
    color: #0C0C0D
}

.btn-lp--spin {
    background: linear-gradient(135deg, #FFCC00, #ff8c00);
    color: #0C0C0D;
    font-size: 15px;
    padding: 12px 32px;
    border-radius: 10px
}

.lp-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
    z-index: 200
}

.lp-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #e8e8e8;
    border-radius: 2px;
    transition: transform .3s, opacity .3s
}

.lp-burger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.lp-burger.is-open span:nth-child(2) {
    opacity: 0
}

.lp-burger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.lp-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1b1e;
    z-index: 90;
    padding-top: 72px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .35s ease
}

.lp-mobile-menu.is-open {
    transform: translateX(0)
}

.lp-mobile-menu__nav {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lp-mobile-menu__nav a {
    color: #e8e8e8;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px;
    border-radius: 8px;
    display: block;
    transition: background .2s
}

.lp-mobile-menu__nav a:hover {
    background: rgba(255, 204, 0, .12);
    color: #FFCC00
}

.lp-mobile-menu__btns {
    padding: 16px;
    display: flex;
    gap: 10px;
    flex-direction: column
}

.lp-mobile-menu__btns .btn-lp {
    width: 100%;
    justify-content: center;
    font-size: 15px;
    padding: 13px
}

.lp-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden
}

.lp-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url('/hero-lucky.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(.45)
}

.lp-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 12, 13, .85) 0%, rgba(55, 58, 62, .4) 100%)
}

.lp-hero__content {
    position: relative;
    z-index: 2;
    padding: 60px 16px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%
}

.lp-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 204, 0, .15);
    border: 1px solid rgba(255, 204, 0, .35);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 13px;
    color: #FFCC00;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: .5px
}

.lp-hero__title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(28px, 5vw, 54px);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .5)
}

.lp-hero__title span {
    color: #FFCC00
}

.lp-hero__sub {
    font-size: clamp(15px, 2vw, 18px);
    color: #c8c8c8;
    margin-bottom: 32px;
    max-width: 560px;
    line-height: 1.6
}

.lp-hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.lp-hero__trust {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #a0a0a0;
    margin-top: 28px
}

.lp-hero__trust svg {
    color: #FFCC00
}

.lp-section {
    padding: 56px 0
}

.lp-section__title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    text-align: center
}

.lp-section__sub {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 32px
}

.lp-section-hd {
    margin-bottom: 32px
}

.lp-block {
    background: #1a1b1e;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 20px
}

.lp-block--gold-border {
    border: 1px solid rgba(255, 204, 0, .2)
}

.lp-info-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    margin-bottom: 20px
}

.lp-info-table {
    width: 100%;
    border-collapse: collapse;
    background: #1a1b1e;
    min-width: 360px
}

.lp-info-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    transition: background .15s
}

.lp-info-table tr:hover {
    background: rgba(255, 204, 0, .04)
}

.lp-info-table tr:last-child {
    border-bottom: none
}

.lp-info-table td {
    padding: 13px 18px;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top
}

.lp-info-table td:first-child {
    color: #a0a0a0;
    font-weight: 500;
    width: 42%;
    white-space: nowrap
}

.lp-info-table td:last-child {
    color: #e8e8e8;
    font-weight: 400
}

.lp-info-table .lp-hl {
    color: #FFCC00;
    font-weight: 600
}

.lp-info-table .lp-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(34, 197, 94, .12);
    border: 1px solid rgba(34, 197, 94, .3);
    color: #22c55e;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 8px;
    font-weight: 600
}

.lp-winners {
    background: #1a1b1e;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid rgba(255, 204, 0, .12)
}

.lp-winners__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.lp-winners__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    transition: background .2s;
    border: 1px solid rgba(255, 255, 255, .04)
}

.lp-winners__item:hover {
    background: rgba(255, 204, 0, .06);
    border-color: rgba(255, 204, 0, .15)
}

.lp-winners__rank {
    font-size: 13px;
    font-weight: 700;
    color: #666;
    width: 24px;
    text-align: center;
    flex-shrink: 0
}

.lp-winners__item:nth-child(1) .lp-winners__rank {
    color: #FFD700
}

.lp-winners__item:nth-child(2) .lp-winners__rank {
    color: #C0C0C0
}

.lp-winners__item:nth-child(3) .lp-winners__rank {
    color: #CD7F32
}

.lp-winners__avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #373A3E, #555);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #FFCC00;
    flex-shrink: 0
}

.lp-winners__nick {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #e8e8e8
}

.lp-winners__game {
    font-size: 12px;
    color: #888
}

.lp-winners__sum {
    font-size: 14px;
    font-weight: 700;
    color: #22c55e;
    white-space: nowrap
}

.lp-tournaments-grid {
    display: flex;
    gap: 18px;
    flex-wrap: wrap
}

.lp-tournament-card {
    flex: 1 1 280px;
    background: #1a1b1e;
    border: 1px solid rgba(255, 204, 0, .18);
    border-radius: 12px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform .2s, box-shadow .2s;
    position: relative;
    overflow: hidden
}

.lp-tournament-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FFCC00, #ff8c00)
}

.lp-tournament-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(255, 204, 0, .12)
}

.lp-tournament-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 204, 0, .12);
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 12px;
    color: #FFCC00;
    font-weight: 600;
    width: fit-content
}

.lp-tournament-card__title {
    font-size: 17px;
    font-weight: 700;
    color: #fff
}

.lp-tournament-card__desc {
    font-size: 13px;
    color: #a0a0a0;
    line-height: 1.55
}

.lp-tournament-card__prize {
    font-size: 22px;
    font-weight: 800;
    color: #FFCC00
}

.lp-tournament-card__prize-label {
    font-size: 12px;
    color: #888;
    margin-top: -8px
}

.lp-tournament-card__timer {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #c8c8c8
}

.lp-tournament-card__timer svg {
    color: #FFCC00;
    flex-shrink: 0
}

.lp-tournament-card__cta {
    margin-top: auto
}

.lp-bonuses-grid {
    display: flex;
    gap: 18px;
    flex-wrap: wrap
}

.lp-bonus-card {
    flex: 1 1 280px;
    background: #1a1b1e;
    border: 1px solid rgba(255, 204, 0, .18);
    border-radius: 12px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform .2s, box-shadow .2s;
    position: relative;
    overflow: hidden
}

.lp-bonus-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(255, 204, 0, .08), transparent 70%)
}

.lp-bonus-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(255, 204, 0, .1)
}

.lp-bonus-card__icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 204, 0, .12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lp-bonus-card__icon svg {
    color: #FFCC00
}

.lp-bonus-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.lp-bonus-card__amount {
    font-size: 24px;
    font-weight: 800;
    color: #FFCC00
}

.lp-bonus-card__desc {
    font-size: 13px;
    color: #a0a0a0;
    line-height: 1.55
}

.lp-bonus-card__cta {
    margin-top: auto
}

.lp-bonus-card__tag {
    display: inline-flex;
    background: rgba(34, 197, 94, .12);
    border: 1px solid rgba(34, 197, 94, .25);
    color: #22c55e;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    width: fit-content
}

.lp-wheel-section {
    background: #13141a;
    border-radius: 16px;
    padding: 40px 28px;
    text-align: center;
    border: 1px solid rgba(255, 204, 0, .15)
}

.lp-wheel-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px
}

.lp-wheel-canvas-wrap {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0
}

.lp-wheel-arrow {
    font-size: 28px;
    color: #FFCC00;
    line-height: 1;
    filter: drop-shadow(0 2px 6px rgba(255, 204, 0, .5));
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

#lpWheelCanvas {
    border-radius: 50%;
    box-shadow: 0 0 40px rgba(255, 204, 0, .2);
    border: 4px solid rgba(255, 204, 0, .35)
}

.lp-wheel-result {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px
}

.lp-wheel-result__text {
    font-size: 20px;
    font-weight: 700;
    color: #FFCC00;
    display: none
}

.lp-wheel-result__text.is-visible {
    display: block;
    animation: lpFadeIn .4s ease
}

.lp-wheel-result__lose {
    font-size: 16px;
    color: #888;
    display: none
}

.lp-wheel-result__lose.is-visible {
    display: block;
    animation: lpFadeIn .4s ease
}

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

.lp-faq {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.lp-faq__item {
    background: #1a1b1e;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 10px;
    overflow: hidden;
    transition: border-color .2s
}

.lp-faq__item.is-open {
    border-color: rgba(255, 204, 0, .25)
}

.lp-faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #e8e8e8;
    transition: color .2s;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit
}

.lp-faq__q:hover {
    color: #FFCC00
}

.lp-faq__icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: #888;
    transition: transform .3s, color .3s
}

.lp-faq__item.is-open .lp-faq__icon {
    transform: rotate(45deg);
    color: #FFCC00
}

.lp-faq__a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s
}

.lp-faq__a-inner {
    padding: 0 20px 18px;
    font-size: 14px;
    color: #a8a8a8;
    line-height: 1.65
}

.lp-faq__item.is-open .lp-faq__a {
    max-height: 500px
}

.lp-footer {
    background: #373A3E;
    padding: 40px 0 20px;
    margin-top: auto
}

.lp-footer-top {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.lp-footer-col {
    flex: 1 1 180px
}

.lp-footer-col__title {
    font-size: 13px;
    font-weight: 700;
    color: #a0a0a0;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 14px
}

.lp-footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-footer-col ul a {
    color: #c8c8c8;
    font-size: 13px;
    transition: color .2s
}

.lp-footer-col ul a:hover {
    color: #FFCC00
}

.lp-footer-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.lp-footer-pay-badge {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #e8e8e8;
    white-space: nowrap
}

.lp-footer-providers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.lp-footer-prov-badge {
    background: rgba(255, 204, 0, .1);
    border: 1px solid rgba(255, 204, 0, .18);
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #FFCC00;
    white-space: nowrap
}

.lp-footer-bottom {
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.lp-footer-legal {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    max-width: 700px
}

.lp-footer-legal a {
    color: #888;
    text-decoration: underline;
    text-decoration-color: rgba(136, 136, 136, .4)
}

.lp-footer-logo img {
    height: 36px;
    width: auto;
    filter: brightness(.7)
}

.lp-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #1a1b1e, #222428);
    border-top: 2px solid rgba(255, 204, 0, .35);
    z-index: 150;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    gap: 12px;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, .4)
}

.lp-widget__text {
    font-size: 14px;
    color: #e8e8e8;
    font-weight: 500;
    flex: 1
}

.lp-widget__text strong {
    color: #FFCC00
}

.lp-widget__close {
    background: none;
    border: none;
    color: #666;
    font-size: 20px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 5px;
    line-height: 1;
    transition: color .2s;
    flex-shrink: 0
}

.lp-widget__close:hover {
    color: #e8e8e8
}

.lp-content-body {
    font-size: 15px;
    color: #c8c8c8;
    line-height: 1.7
}

.lp-content-body h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 28px 0 12px
}

.lp-content-body h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #e0e0e0;
    margin: 22px 0 10px
}

.lp-content-body p {
    margin-bottom: 14px
}

.lp-content-body ul, .lp-content-body ol {
    margin: 12px 0 14px 22px
}

.lp-content-body li {
    margin-bottom: 6px
}

.lp-content-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px
}

.lp-content-body table td, .lp-content-body table th {
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 10px 14px;
    text-align: left
}

.lp-content-body table th {
    background: rgba(255, 204, 0, .08);
    color: #FFCC00;
    font-weight: 600
}

.lp-content-body strong {
    color: #e8e8e8
}

.lp-content-body a {
    color: #FFCC00;
    text-decoration: underline;
    text-decoration-color: rgba(255, 204, 0, .4)
}

.lp-content-body blockquote {
    border-left: 3px solid #FFCC00;
    padding: 10px 16px;
    background: rgba(255, 204, 0, .05);
    margin: 16px 0;
    font-style: italic;
    color: #a8a8a8;
    border-radius: 0 8px 8px 0
}

.lp-author-box {
    background: #1a1b1e;
    border: 1px solid rgba(255, 204, 0, .15);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-top: 32px
}

.lp-author-box__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFCC00, #ff8c00);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    color: #0C0C0D;
    flex-shrink: 0
}

.lp-author-box__name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px
}

.lp-author-box__role {
    font-size: 13px;
    color: #FFCC00;
    margin-bottom: 6px
}

.lp-author-box__bio {
    font-size: 13px;
    color: #a0a0a0;
    line-height: 1.55
}

.lp-author-box__link {
    font-size: 13px;
    color: #FFCC00;
    text-decoration: underline;
    text-decoration-color: rgba(255, 204, 0, .4)
}

.lp-sliders-mobile {
    display: none
}

.lp-sep {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 204, 0, .2), transparent);
    margin: 0 0 48px
}

.lp-rating-stars {
    color: #FFCC00;
    font-size: 18px;
    letter-spacing: 2px
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    background: #1a1b1e
}

::-webkit-scrollbar-thumb {
    background: #464749;
    border-radius: 3px
}

::-webkit-scrollbar-thumb:hover {
    background: #FFCC00
}

.lp-x7f2a {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px
}

.lp-wp-block {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: -9999px
}

@media (max-width: 900px) {
    .lp-nav {
        display: none
    }

    .lp-online {
        display: none
    }

    .lp-burger {
        display: flex
    }

    .lp-mobile-menu {
        display: block
    }

    .lp-tournaments-grid, .lp-bonuses-grid {
        flex-direction: column
    }

    .lp-footer-top {
        flex-direction: column;
        gap: 24px
    }

    .lp-info-table td:first-child {
        width: 48%
    }
}

@media (max-width: 600px) {
    .lp-hero {
        min-height: 380px
    }

    .lp-hero__content {
        padding: 40px 16px
    }

    .lp-section {
        padding: 36px 0
    }

    .lp-block {
        padding: 18px
    }

    .lp-winners__item {
        padding: 8px 10px
    }

    .lp-widget {
        flex-wrap: wrap
    }

    .lp-widget__text {
        font-size: 13px
    }
}

.lmdbvgf {
    position: relative;
    max-width: 980px;
    margin: 46px auto;
    padding: 42px;
    border: 1px solid rgba(255, 204, 0, .22);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 100%),
    linear-gradient(145deg, #1a1b1e 0%, #101114 100%);
    box-shadow: 0 16px 54px rgba(0, 0, 0, .45),
    inset 0 1px 0 rgba(255, 255, 255, .04);
    overflow: hidden;
}

.lmdbvgf::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 204, 0, .11), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255, 140, 0, .08), transparent 34%);
    pointer-events: none;
}

.lmdbvgf::after {
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, transparent, #FFCC00, #ff8c00, transparent);
}

.lmdbvgf > * {
    position: relative;
    z-index: 2;
}

.lmdbvgf h1 {
    max-width: 900px;
    margin: 0 0 26px;
    color: #fff;
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.045em;
}

.lmdbvgf h2 {
    margin: 46px 0 18px;
    padding-bottom: 13px;
    color: #fff;
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    font-size: clamp(1.34rem, 3vw, 1.9rem);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.03em;
    border-bottom: 1px solid rgba(255, 204, 0, .16);
}

.lmdbvgf h3 {
    margin: 32px 0 14px;
    color: #FFCC00;
    font-size: 1.18rem;
    line-height: 1.25;
    font-weight: 800;
}

.lmdbvgf p {
    margin: 0 0 18px;
    color: #c8c8c8;
    font-size: 1rem;
    line-height: 1.9;
}

.lmdbvgf strong {
    color: #fff;
    font-weight: 700;
}

.lmdbvgf em {
    color: #d8d8d8;
}

.lmdbvgf a {
    color: #FFCC00;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 204, 0, .34);
    transition: color .2s ease, border-color .2s ease, opacity .2s ease;
}

.lmdbvgf a:hover {
    color: #ffd740;
    border-color: rgba(255, 215, 64, .7);
    opacity: 1;
}

.lmdbvgf ul,
.lmdbvgf ol {
    margin: 18px 0 22px;
    padding-left: 24px;
    color: #c8c8c8;
}

.lmdbvgf li {
    margin-bottom: 9px;
    line-height: 1.75;
}

.lmdbvgf li::marker {
    color: #FFCC00;
}

.lmdbvgf blockquote {
    margin: 28px 0;
    padding: 20px 22px;
    border: 1px solid rgba(255, 204, 0, .18);
    border-left: 4px solid #FFCC00;
    border-radius: 0 18px 18px 0;
    background: rgba(255, 204, 0, .055);
    color: #d8d8d8;
    line-height: 1.8;
}

.lmdbvgf table {
    width: 100%;
    margin: 28px 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(255, 204, 0, .18);
    background: #151619;
}

.lmdbvgf table th {
    padding: 14px 16px;
    background: rgba(255, 204, 0, .1);
    color: #FFCC00;
    text-align: left;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.lmdbvgf table td {
    padding: 14px 16px;
    border-top: 1px solid rgba(255, 255, 255, .07);
    color: #c8c8c8;
    font-size: .94rem;
}

.lmdbvgf table tr:nth-child(even) td {
    background: rgba(255, 255, 255, .025);
}

.lmdbvgf img {
    width: 100%;
    margin: 28px 0;
    border-radius: 18px;
    border: 1px solid rgba(255, 204, 0, .16);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .35);
}

.lmdbvgf hr {
    height: 1px;
    margin: 34px 0;
    border: none;
    background: linear-gradient(90deg, transparent, rgba(255, 204, 0, .28), transparent);
}

@media (max-width: 900px) {
    .lmdbvgf {
        margin: 34px auto;
        padding: 34px 28px;
        border-radius: 24px;
    }

    .lmdbvgf h1 {
        font-size: 2.08rem;
        margin-bottom: 22px;
    }

    .lmdbvgf h2 {
        margin-top: 38px;
        margin-bottom: 16px;
    }

    .lmdbvgf p {
        font-size: .96rem;
        line-height: 1.82;
    }
}

@media (max-width: 640px) {
    .lmdbvgf {
        margin: 22px auto;
        padding: 24px 18px;
        border-radius: 20px;
    }

    .lmdbvgf::after {
        left: 18px;
        right: 18px;
    }

    .lmdbvgf h1 {
        font-size: 1.55rem;
        line-height: 1.14;
        margin-bottom: 18px;
    }

    .lmdbvgf h2 {
        font-size: 1.2rem;
        line-height: 1.25;
        margin-top: 30px;
        margin-bottom: 14px;
        padding-bottom: 10px;
    }

    .lmdbvgf h3 {
        font-size: 1.05rem;
        margin-top: 26px;
    }

    .lmdbvgf p,
    .lmdbvgf li {
        font-size: .9rem;
        line-height: 1.75;
    }

    .lmdbvgf blockquote {
        padding: 17px 15px;
        border-radius: 0 15px 15px 0;
        font-size: .9rem;
    }

    .lmdbvgf table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border-radius: 15px;
    }

    .lmdbvgf table th,
    .lmdbvgf table td {
        padding: 12px 14px;
        font-size: .84rem;
    }

    .lmdbvgf img {
        margin: 22px 0;
        border-radius: 15px;
    }
}

@media (max-width: 420px) {
    .lmdbvgf {
        padding: 20px 14px;
        border-radius: 18px;
    }

    .lmdbvgf h1 {
        font-size: 1.38rem;
    }

    .lmdbvgf h2 {
        font-size: 1.08rem;
    }

    .lmdbvgf p,
    .lmdbvgf li {
        font-size: .86rem;
    }
}