*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{overflow-x:hidden;width:100%;scroll-behavior:smooth}
body{font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background:#002347;color:#fff;line-height:1.6;overflow-wrap:anywhere;word-break:break-word;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:900;font-size:15px;letter-spacing:.5px;border-radius:50px;min-height:48px;padding:12px 28px;transition:all .2s ease;text-transform:uppercase;white-space:nowrap}
.btn--primary{background:linear-gradient(180deg,#FF7A2E 0%,#F95600 100%);color:#fff;box-shadow:0 4px 16px rgba(249,86,0,.45),inset 0 1px 0 rgba(255,255,255,.2)}
.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(249,86,0,.6),inset 0 1px 0 rgba(255,255,255,.25)}
.btn--primary:active{transform:translateY(0);box-shadow:0 2px 8px rgba(249,86,0,.4)}
.btn--ghost{background:transparent;color:#fff;border:2px solid #4994E3;box-shadow:0 2px 8px rgba(73,148,227,.2)}
.btn--ghost:hover{background:rgba(73,148,227,.15);transform:translateY(-2px);box-shadow:0 4px 16px rgba(73,148,227,.3)}
.btn--ghost:active{transform:translateY(0)}
.btn--full{width:100%}
.btn--small{font-size:13px;min-height:36px;padding:8px 18px;border-radius:20px}
.btn--tudo{background:#1a3a5c;color:#fff;border:1px solid rgba(73,148,227,.3)}
.btn--tudo:hover{background:#4994E3}

.header-top{background:linear-gradient(180deg,#001a36 0%,#002347 100%);border-bottom:1px solid rgba(73,148,227,.15);font-size:13px}
.header-top__inner{max-width:1400px;margin:0 auto;padding:6px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.header-top__left{display:flex;align-items:center;gap:8px}
.header-top__label{color:rgba(255,255,255,.7);font-size:11px;text-transform:uppercase;letter-spacing:1px}
.header-top__link{display:flex;align-items:center;padding:4px}
.header-top__chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:rgba(73,148,227,.2);border:1px solid rgba(73,148,227,.3);border-radius:20px;font-size:12px;color:#fff;transition:background .2s}
.header-top__chip:hover{background:rgba(73,148,227,.35)}
.header-top__flag{font-weight:700}
.header-top__center{display:flex;align-items:center;gap:12px}
.header-top__promo-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;background:#FFD700;color:#002347;border-radius:20px;font-weight:800;font-size:12px;transition:all .2s}
.header-top__promo-btn:hover{background:#FFE44D;transform:translateY(-1px)}
.header-top__promo-link{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:rgba(73,148,227,.25);border-radius:20px;font-weight:700;font-size:12px;color:#fff;transition:all .2s}
.header-top__promo-link:hover{background:rgba(73,148,227,.4)}
.header-top__right{display:flex;align-items:center;gap:10px}
.btn--register-top{background:linear-gradient(180deg,#FF7A2E 0%,#F95600 100%);color:#fff;font-size:12px;min-height:36px;padding:6px 20px;border-radius:20px;font-weight:800;box-shadow:0 2px 10px rgba(249,86,0,.35)}
.btn--register-top:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(249,86,0,.5)}
.btn--login-top{background:rgba(73,148,227,.2);border:1px solid rgba(73,148,227,.4);color:#fff;font-size:12px;min-height:36px;padding:6px 20px;border-radius:20px;font-weight:700}
.btn--login-top:hover{background:rgba(73,148,227,.35)}

.site-header{position:sticky;top:0;z-index:1000}
.header-main{background:linear-gradient(180deg,#002a52 0%,#001d3d 100%);border-bottom:2px solid rgba(73,148,227,.2)}
.header-main__inner{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:24px;min-height:56px}
.header-logo{display:flex;align-items:center;flex-shrink:0}
.header-logo__img{max-height:48px;width:auto}
.header-nav{flex:1;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}
.header-nav::-webkit-scrollbar{display:none}
.header-nav__list{display:flex;align-items:center;gap:4px;white-space:nowrap}
.header-nav__link{display:inline-flex;align-items:center;gap:6px;padding:16px 14px;font-size:14px;font-weight:700;color:rgba(255,255,255,.8);transition:all .2s;border-bottom:3px solid transparent;text-transform:uppercase;letter-spacing:.5px}
.header-nav__link:hover,.header-nav__link--active{color:#fff;border-bottom-color:#F95600}
.header-nav__link--aviator{font-style:italic;color:#FF4444;font-weight:900}
.header-nav__link--bonus{border:1px solid rgba(255,215,0,.4);border-radius:20px;padding:8px 14px;color:#FFD700}
.header-nav__link--bonus:hover{background:rgba(255,215,0,.1);border-bottom-color:transparent}

.burger{display:none;flex-direction:column;gap:5px;padding:8px;z-index:1001}
.burger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}

.side-panel{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;pointer-events:none;visibility:hidden;transition:visibility .3s}
.side-panel--open{pointer-events:auto;visibility:visible}
.side-panel__overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);opacity:0;transition:opacity .3s}
.side-panel--open .side-panel__overlay{opacity:1}
.side-panel__content{position:absolute;top:0;left:-280px;width:280px;height:100%;background:#0a1e3d;overflow-y:auto;transition:left .3s ease;padding-bottom:env(safe-area-inset-bottom)}
.side-panel--open .side-panel__content{left:0}
.side-panel__header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(73,148,227,.2)}
.side-panel__close{font-size:28px;color:#fff;padding:4px 8px}
.side-panel__list{padding:8px 0}
.side-panel__link{display:flex;align-items:center;gap:12px;padding:14px 20px;font-size:15px;font-weight:700;color:rgba(255,255,255,.85);transition:all .2s;border-bottom:1px solid rgba(255,255,255,.05);text-transform:uppercase}
.side-panel__link:hover{background:rgba(73,148,227,.15);color:#fff}
.side-panel__link--highlight{background:linear-gradient(90deg,rgba(73,148,227,.15) 0%,transparent 100%);color:#fff}
.side-panel__search{display:flex;align-items:center;gap:12px;padding:12px 20px;background:rgba(73,148,227,.1);border:1px solid rgba(73,148,227,.2);margin:8px 16px;border-radius:25px;color:rgba(255,255,255,.5);font-size:14px}
.side-panel__cta{padding:16px;display:flex;flex-direction:column;gap:10px}

.hero{background:linear-gradient(135deg,#002347 0%,#003366 40%,#001d3d 100%);position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:0;right:0;width:60%;height:100%;background:radial-gradient(ellipse at 70% 50%,rgba(73,148,227,.12) 0%,transparent 70%);pointer-events:none}
.hero__inner{max-width:1400px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:1fr 1fr 280px;gap:30px;align-items:center;min-width:0}
.hero__content{min-width:0}
.hero__title{font-size:clamp(28px,4vw,48px);font-weight:900;line-height:1.1;text-transform:uppercase;margin-bottom:12px;background:linear-gradient(180deg,#fff 0%,#ddd 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero__subtitle{font-size:clamp(18px,2.5vw,28px);color:#FFD700;font-weight:700;margin-bottom:16px}
.hero__desc{font-size:16px;color:rgba(255,255,255,.8);margin-bottom:24px;max-width:440px;line-height:1.5}
.btn--hero{font-size:18px;padding:16px 40px;min-height:56px;border-radius:60px;box-shadow:0 6px 24px rgba(249,86,0,.5),inset 0 2px 0 rgba(255,255,255,.15)}
.btn--hero:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 36px rgba(249,86,0,.6)}
.hero__tc{font-size:12px;color:rgba(255,255,255,.5);margin-top:12px}
.hero__media{display:flex;justify-content:center;align-items:center;min-width:0}
.hero__img-link{display:block;max-width:100%}
.hero__img{max-height:380px;width:auto;max-width:100%;object-fit:contain;border-radius:16px}
.hero__winners{background:rgba(10,30,61,.85);border:1px solid rgba(73,148,227,.25);border-radius:12px;overflow:hidden;min-width:0}
.hero__winners-header{display:flex;align-items:center;gap:8px;padding:14px 16px;background:linear-gradient(90deg,rgba(73,148,227,.3) 0%,rgba(73,148,227,.1) 100%);font-size:13px;font-weight:800;text-transform:uppercase;color:#FFD700;letter-spacing:.5px}
.hero__winners-list{padding:4px 0}
.hero__winner{display:flex;align-items:center;gap:10px;padding:8px 16px;border-bottom:1px solid rgba(255,255,255,.05);transition:background .2s}
.hero__winner:hover{background:rgba(73,148,227,.1)}
.hero__winner:last-child{border-bottom:none}
.hero__winner-thumb{flex-shrink:0;width:48px;height:48px;border-radius:8px;overflow:hidden;border:1px solid rgba(73,148,227,.3)}
.hero__winner-thumb img{width:100%;height:100%;object-fit:cover}
.hero__winner-info{flex:1;min-width:0}
.hero__winner-info strong{display:block;font-size:13px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hero__winner-info span{font-size:11px;color:rgba(255,255,255,.5)}
.hero__winner-amount{flex-shrink:0;font-size:14px;font-weight:800;color:#4EE66A;background:rgba(78,230,106,.1);padding:4px 10px;border-radius:16px;border:1px solid rgba(78,230,106,.2)}
.hero__filters{background:rgba(0,15,30,.5);border-top:1px solid rgba(73,148,227,.15)}
.hero__filters-inner{max-width:1400px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.hero__filter-icon{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:rgba(255,255,255,.7);text-transform:uppercase}
.hero__filter-chip{padding:6px 16px;background:rgba(73,148,227,.15);border:1px solid rgba(73,148,227,.25);border-radius:20px;font-size:13px;font-weight:600;color:rgba(255,255,255,.8);transition:all .2s;display:inline-flex;align-items:center;gap:4px}
.hero__filter-chip::after{content:'\25BC';font-size:8px;opacity:.5}
.hero__filter-chip:hover{background:rgba(73,148,227,.3);color:#fff}

.games-section{padding:40px 0}
.games-section__inner{max-width:1400px;margin:0 auto;padding:0 20px;min-width:0}
.games-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}
.games-section__title-wrap{display:flex;align-items:center;gap:10px}
.games-section__title{font-size:20px;font-weight:900;text-transform:uppercase;letter-spacing:1px}
.games-section__controls{display:flex;align-items:center;gap:8px}
.games-section__arrow{width:40px;height:40px;border-radius:50%;background:rgba(73,148,227,.15);border:1px solid rgba(73,148,227,.3);color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center;transition:all .2s}
.games-section__arrow:hover{background:#4994E3}
.games-section__more{text-align:center;margin-top:24px}

.games-slider{overflow:hidden;position:relative}
.games-slider__track{display:flex;gap:16px;transition:transform .4s ease;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;padding-bottom:4px}
.games-slider__track::-webkit-scrollbar{display:none}

.game-card{flex:0 0 calc(25% - 12px);min-width:200px;border-radius:14px;overflow:hidden;background:#0a1e3d;border:1px solid rgba(73,148,227,.15);transition:all .3s ease;display:block;scroll-snap-align:start}
.game-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(73,148,227,.25);border-color:rgba(73,148,227,.4)}
.game-card__media{overflow:hidden;border-radius:14px 14px 0 0;max-height:200px}
.game-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.game-card:hover .game-card__media img{transform:scale(1.05)}
.game-card__name{display:block;padding:10px 12px;font-size:13px;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.games-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.games-grid .game-card{flex:none;min-width:0}

.jackpot-section{padding:40px 0;background:linear-gradient(180deg,rgba(73,148,227,.05) 0%,transparent 100%)}
.jackpot-section__inner{max-width:1400px;margin:0 auto;padding:0 20px}
.jackpot-section__header{display:flex;align-items:center;gap:10px;margin-bottom:20px}
.jackpot-section__title{font-size:20px;font-weight:900;text-transform:uppercase;letter-spacing:1px}
.jackpot-counter{text-align:center;margin-bottom:28px;padding:20px;background:linear-gradient(135deg,rgba(255,215,0,.08) 0%,rgba(249,86,0,.08) 100%);border:1px solid rgba(255,215,0,.2);border-radius:16px}
.jackpot-counter__label{display:block;font-size:14px;font-weight:700;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:2px;margin-bottom:8px}
.jackpot-counter__value{display:block;font-size:clamp(32px,5vw,56px);font-weight:900;color:#FFD700;text-shadow:0 0 20px rgba(255,215,0,.3);font-variant-numeric:tabular-nums}

.promo-section{padding:50px 0;background:linear-gradient(180deg,#001d3d 0%,#002347 100%)}
.promo-section__inner{max-width:1400px;margin:0 auto;padding:0 20px}
.promo-section__title{font-size:24px;font-weight:900;text-transform:uppercase;text-align:center;margin-bottom:10px;letter-spacing:1px}
.promo-section__subtitle{text-align:center;color:rgba(255,255,255,.7);margin-bottom:36px;max-width:600px;margin-left:auto;margin-right:auto}
.promo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.promo-card{background:#0a1e3d;border:1px solid rgba(73,148,227,.2);border-radius:16px;overflow:hidden;transition:all .3s}
.promo-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(73,148,227,.2)}
.promo-card__media{display:block;overflow:hidden;max-height:200px}
.promo-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.promo-card:hover .promo-card__media img{transform:scale(1.05)}
.promo-card__body{padding:20px}
.promo-card__title{font-size:17px;font-weight:900;text-transform:uppercase;margin-bottom:10px;color:#FFD700}
.promo-card__desc{font-size:14px;color:rgba(255,255,255,.7);margin-bottom:16px;line-height:1.5}

.loyalty-section{padding:50px 0;text-align:center}
.loyalty-section__inner{max-width:1400px;margin:0 auto;padding:0 20px}
.loyalty-section__title{font-size:24px;font-weight:900;text-transform:uppercase;margin-bottom:12px;letter-spacing:1px}
.loyalty-section__desc{color:rgba(255,255,255,.7);margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}
.loyalty-tiers{display:flex;justify-content:center;gap:24px;margin-bottom:32px;flex-wrap:wrap}
.loyalty-tier{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 28px;background:#0a1e3d;border:1px solid rgba(73,148,227,.2);border-radius:16px;min-width:100px;transition:all .3s}
.loyalty-tier:hover{transform:translateY(-4px);box-shadow:0 6px 24px rgba(73,148,227,.2)}
.loyalty-tier__icon{font-size:36px}
.loyalty-tier__name{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:1px}

.providers-section{padding:40px 0;background:rgba(73,148,227,.03)}
.providers-section__inner{max-width:1400px;margin:0 auto;padding:0 20px}
.providers-section__title{font-size:20px;font-weight:900;text-transform:uppercase;text-align:center;margin-bottom:24px;letter-spacing:1px}
.providers-strip{display:flex;gap:16px;overflow-x:auto;padding:16px 0;scrollbar-width:none;-ms-overflow-style:none;justify-content:center;flex-wrap:wrap}
.providers-strip::-webkit-scrollbar{display:none}
.provider-logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:12px 20px;background:#0a1e3d;border:1px solid rgba(73,148,227,.15);border-radius:12px;transition:all .2s;max-width:140px}
.provider-logo:hover{border-color:#4994E3;transform:translateY(-2px)}
.provider-logo img{max-height:40px;width:auto;object-fit:contain}

.seo-section{padding:50px 0}
.seo-section__inner{max-width:900px;margin:0 auto;padding:0 20px}
.seo-section__title{font-size:22px;font-weight:900;margin-bottom:20px;text-align:center}
.seo-text{overflow:hidden;transition:max-height .5s ease}
.seo-text--collapsed{max-height:120px;position:relative}
.seo-text--collapsed::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:60px;background:linear-gradient(transparent,#002347);pointer-events:none}
.seo-text p{margin-bottom:16px;color:rgba(255,255,255,.75);font-size:15px;line-height:1.7}
.seo-toggle{display:block;margin:16px auto 0;padding:8px 24px;background:rgba(73,148,227,.15);border:1px solid rgba(73,148,227,.3);border-radius:20px;color:#4994E3;font-weight:700;font-size:14px;transition:all .2s}
.seo-toggle:hover{background:rgba(73,148,227,.25)}

.faq-section{padding:50px 0;background:linear-gradient(180deg,#002347 0%,#001d3d 100%)}
.faq-section__inner{max-width:800px;margin:0 auto;padding:0 20px}
.faq-section__title{font-size:24px;font-weight:900;text-transform:uppercase;text-align:center;margin-bottom:28px;letter-spacing:1px}
.faq-item{border:1px solid rgba(73,148,227,.2);border-radius:12px;margin-bottom:12px;overflow:hidden;background:#0a1e3d;transition:border-color .2s}
.faq-item:hover{border-color:rgba(73,148,227,.4)}
.faq-item__question{width:100%;padding:18px 20px;text-align:left;font-size:15px;font-weight:700;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:12px;transition:background .2s}
.faq-item__question::after{content:'+';font-size:22px;color:#4994E3;flex-shrink:0;transition:transform .3s}
.faq-item--open .faq-item__question::after{content:'\2212';transform:rotate(180deg)}
.faq-item__question:hover{background:rgba(73,148,227,.08)}
.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}
.faq-item--open .faq-item__answer{max-height:300px;padding:0 20px 18px}
.faq-item__answer p{color:rgba(255,255,255,.7);font-size:14px;line-height:1.6}

.site-footer{background:#001530;border-top:1px solid rgba(73,148,227,.15);padding:48px 0 0}
.site-footer__inner{max-width:1400px;margin:0 auto;padding:0 20px}
.site-footer__top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;padding-bottom:36px;border-bottom:1px solid rgba(73,148,227,.1)}
.site-footer__brand{min-width:0}
.site-footer__logo{display:inline-block;margin-bottom:12px}
.site-footer__logo img{max-height:54px;width:auto}
.site-footer__tagline{font-size:14px;color:#FFD700;font-weight:700;line-height:1.4}
.site-footer__nav h3{font-size:14px;font-weight:800;text-transform:uppercase;margin-bottom:14px;color:rgba(255,255,255,.9);letter-spacing:1px}
.site-footer__nav ul li{margin-bottom:8px}
.site-footer__nav ul li a{font-size:14px;color:rgba(255,255,255,.6);transition:color .2s}
.site-footer__nav ul li a:hover{color:#4994E3}
.site-footer__payments{display:flex;flex-wrap:wrap;gap:8px}
.payment-badge{padding:6px 12px;background:rgba(73,148,227,.1);border:1px solid rgba(73,148,227,.2);border-radius:6px;font-size:12px;font-weight:700;color:rgba(255,255,255,.7)}
.site-footer__bottom{padding:24px 0;text-align:center}
.site-footer__responsible{display:flex;align-items:center;gap:16px;justify-content:center;margin-bottom:16px;flex-wrap:wrap}
.age-badge{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#F95600;font-size:18px;font-weight:900;flex-shrink:0;color:#fff}
.site-footer__responsible p{font-size:12px;color:rgba(255,255,255,.5);max-width:600px;text-align:left}
.site-footer__copy{font-size:12px;color:rgba(255,255,255,.4);padding-top:12px;border-top:1px solid rgba(73,148,227,.08)}

.catfish{position:fixed;bottom:0;left:0;width:100%;z-index:900;background:linear-gradient(180deg,#001530 0%,#002347 100%);border-top:2px solid #F95600;padding:12px 0;padding-bottom:calc(12px + env(safe-area-inset-bottom));transform:translateY(0);transition:transform .4s ease}
.catfish--hidden{transform:translateY(110%)}
.catfish__inner{max-width:calc(100% - 40px);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.catfish__text{font-size:14px;font-weight:800;color:#FFD700;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.btn--catfish{font-size:14px;min-height:40px;padding:8px 24px;flex-shrink:0}
.catfish__close{position:absolute;top:8px;right:16px;font-size:24px;color:rgba(255,255,255,.6);padding:4px 8px;transition:color .2s}
.catfish__close:hover{color:#fff}

.exit-popup{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s}
.exit-popup--visible{opacity:1;visibility:visible}
.exit-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.7)}
.exit-popup__content{position:relative;background:linear-gradient(135deg,#0a1e3d 0%,#002347 100%);border:2px solid rgba(73,148,227,.3);border-radius:20px;padding:40px 36px;max-width:440px;width:calc(100% - 40px);text-align:center;z-index:1;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.exit-popup__close{position:absolute;top:12px;right:16px;font-size:28px;color:rgba(255,255,255,.6);transition:color .2s}
.exit-popup__close:hover{color:#fff}
.exit-popup__title{font-size:22px;font-weight:900;margin-bottom:16px;text-transform:uppercase}
.exit-popup__bonus{font-size:20px;font-weight:900;color:#FFD700;margin-bottom:12px}
.exit-popup__desc{font-size:15px;color:rgba(255,255,255,.7);margin-bottom:24px;line-height:1.5}
.btn--exit{font-size:16px;padding:14px 36px;width:100%}

@media(max-width:1200px){
.hero__inner{grid-template-columns:1fr 1fr;gap:24px}
.hero__winners{display:none}
.site-footer__top{grid-template-columns:1fr 1fr}
}

@media(max-width:1024px){
.header-top__left,.header-top__center{display:none}
.header-top__inner{justify-content:flex-end}
.promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.games-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:768px){
.header-top{display:none}
.header-nav{display:none}
.burger{display:flex}
.hero__inner{grid-template-columns:1fr;text-align:center;padding:24px 16px}
.hero__desc{margin-left:auto;margin-right:auto}
.hero__media{order:-1}
.hero__img{max-height:240px;margin:0 auto}
.btn--hero{width:100%;font-size:16px;padding:14px 24px}
.hero__filters-inner{justify-content:center}
.games-section__inner{padding:0 16px}
.game-card{flex:0 0 calc(50% - 8px);min-width:140px}
.games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.promo-grid{grid-template-columns:1fr}
.site-footer__top{grid-template-columns:1fr;gap:24px}
.loyalty-tiers{gap:12px}
.loyalty-tier{padding:14px 20px;min-width:80px}
.hero__winners{display:none}
.jackpot-counter__value{font-size:28px}
}

@media(max-width:480px){
.header-main__inner{padding:0 12px;min-height:48px}
.header-logo__img{max-height:36px}
.hero__inner{padding:16px 12px}
.hero__title{font-size:24px}
.hero__subtitle{font-size:18px}
.hero__desc{font-size:14px}
.game-card{flex:0 0 calc(50% - 6px);min-width:120px}
.games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.games-section{padding:24px 0}
.games-section__inner{padding:0 12px}
.promo-section__title,.loyalty-section__title,.faq-section__title{font-size:20px}
.faq-item__question{font-size:14px;padding:14px 16px}
.site-footer__inner{padding:0 12px}
.catfish__text{font-size:12px}
.btn--catfish{font-size:12px;min-height:36px;padding:6px 16px}
.btn{font-size:14px;padding:10px 20px;min-height:44px}
.btn--primary{width:100%}
}
.mostbet-crash-games{
  padding: 2.5rem 0;
  background: #002347;
  color: #e6ecf5;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
}

.mostbet-crash-games__container{
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}

.mostbet-crash-games__title{
  font-size: 1.25rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 0.625rem;
}

.mostbet-crash-games__title::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.75rem;
  height: 0.1875rem;
  background: linear-gradient(90deg, #F95600 0%, #FFD700 100%);
  border-radius: 0.125rem;
}

.mostbet-crash-games__lead{
  background: rgba(10, 30, 61, 0.85);
  border-left: 0.25rem solid #F95600;
  padding: 1.125rem 1.25rem;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid rgba(73, 148, 227, 0.2);
  border-right: 1px solid rgba(73, 148, 227, 0.2);
  border-bottom: 1px solid rgba(73, 148, 227, 0.2);
}

.mostbet-crash-games__lead p{
  font-size: 0.9375rem;
  color: #d8e1ee;
  margin: 0;
  line-height: 1.7;
}

.mostbet-crash-games__lead strong{
  color: #FFD700;
  font-weight: 800;
}

.mostbet-crash-games__block{
  background: rgba(10, 30, 61, 0.65);
  border-radius: 0.875rem;
  padding: 1.25rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(73, 148, 227, 0.2);
}

.mostbet-crash-games__h3{
  font-size: 1.0625rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.mostbet-crash-games__h3::before{
  content: '';
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background: #F95600;
  border-radius: 0.125rem;
  margin-top: 0.3125rem;
  flex-shrink: 0;
  box-shadow: 0 0 0.5rem rgba(249, 86, 0, 0.45);
}

.mostbet-crash-games__h4{
  font-size: 0.9688rem;
  font-weight: 700;
  color: #FFD700;
  margin: 1rem 0 0.5rem 0;
  line-height: 1.3;
}

.mostbet-crash-games__block p{
  font-size: 0.9063rem;
  color: #d8e1ee;
  margin: 0 0 0.75rem 0;
  line-height: 1.7;
}

.mostbet-crash-games__block p:last-child{
  margin-bottom: 0;
}

.mostbet-crash-games__block strong{
  color: #ffffff;
  font-weight: 700;
}

.mostbet-crash-games__block em{
  color: #4994E3;
  font-style: italic;
}

.mostbet-crash-games__list{
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem 0;
}

.mostbet-crash-games__list li{
  position: relative;
  padding: 0.3125rem 0 0.3125rem 1.5rem;
  font-size: 0.9063rem;
  color: #d8e1ee;
  line-height: 1.65;
}

.mostbet-crash-games__list li::before{
  content: '';
  position: absolute;
  left: 0.375rem;
  top: 0.875rem;
  width: 0.4375rem;
  height: 0.4375rem;
  background: #F95600;
  border-radius: 50%;
  box-shadow: 0 0 0.5rem rgba(249, 86, 0, 0.5);
}

.mostbet-crash-games__list li strong{
  color: #ffffff;
  font-weight: 700;
}

.mostbet-crash-games__table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
  font-size: 0.8438rem;
  background: rgba(0, 21, 48, 0.8);
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid rgba(73, 148, 227, 0.25);
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mostbet-crash-games__table thead{
  background: linear-gradient(135deg, #002a52 0%, #001d3d 100%);
}

.mostbet-crash-games__table th{
  color: #FFD700;
  font-weight: 800;
  text-align: left;
  padding: 0.75rem 0.75rem;
  font-size: 0.7188rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border-bottom: 2px solid #F95600;
}

.mostbet-crash-games__table td{
  padding: 0.75rem 0.75rem;
  color: #d8e1ee;
  border-top: 1px solid rgba(73, 148, 227, 0.12);
  vertical-align: top;
}

.mostbet-crash-games__table tbody tr:nth-child(even){
  background: rgba(73, 148, 227, 0.06);
}

.mostbet-crash-games__table tbody tr:hover{
  background: rgba(249, 86, 0, 0.08);
}

.mostbet-crash-games__table td:first-child{
  color: #ffffff;
  font-weight: 600;
}

.mostbet-crash-games__aside{
  background: linear-gradient(135deg, rgba(10, 30, 61, 0.95) 0%, rgba(0, 21, 48, 0.95) 100%);
  border: 1px solid rgba(255, 215, 0, 0.4);
  border-radius: 1rem;
  padding: 1.375rem 1.25rem;
  margin-top: 1.25rem;
  box-shadow: 0 0.5rem 1.5rem rgba(255, 215, 0, 0.08);
}

.mostbet-crash-games__aside .mostbet-crash-games__h3{
  color: #ffffff;
}

.mostbet-crash-games__aside .mostbet-crash-games__h3::before{
  background: #FFD700;
  box-shadow: 0 0 0.5rem rgba(255, 215, 0, 0.5);
}

.mostbet-crash-games__aside .mostbet-crash-games__list li{
  color: #e6ecf5;
}

.mostbet-crash-games__aside .mostbet-crash-games__list li::before{
  background: #FFD700;
  box-shadow: 0 0 0.5rem rgba(255, 215, 0, 0.5);
}

.mostbet-crash-games__cta{
  margin-top: 1rem;
  padding: 1rem 1.125rem;
  background: rgba(249, 86, 0, 0.1);
  border-left: 0.1875rem solid #F95600;
  border-radius: 0.5rem;
  font-size: 0.9063rem;
  color: #ffffff;
  line-height: 1.65;
}

.mostbet-crash-games__cta strong{
  color: #FFD700;
  font-weight: 800;
}

@media (min-width: 30rem){
  .mostbet-crash-games{
    padding: 2.75rem 0;
  }
  .mostbet-crash-games__title{
    font-size: 1.4375rem;
  }
  .mostbet-crash-games__lead{
    padding: 1.375rem 1.5rem;
  }
  .mostbet-crash-games__block{
    padding: 1.5rem 1.5rem;
  }
}

@media (min-width: 48rem){
  .mostbet-crash-games{
    padding: 3rem 0;
  }
  .mostbet-crash-games__title{
    font-size: 1.625rem;
  }
  .mostbet-crash-games__h3{
    font-size: 1.1875rem;
  }
  .mostbet-crash-games__h4{
    font-size: 1.0625rem;
  }
  .mostbet-crash-games__lead p,
  .mostbet-crash-games__block p,
  .mostbet-crash-games__list li{
    font-size: 0.9688rem;
  }
  .mostbet-crash-games__block{
    padding: 1.75rem 1.875rem;
  }
  .mostbet-crash-games__table{
    display: table;
    font-size: 0.9063rem;
  }
  .mostbet-crash-games__table th{
    padding: 0.875rem 1.125rem;
    font-size: 0.8125rem;
    white-space: normal;
  }
  .mostbet-crash-games__table td{
    padding: 0.875rem 1.125rem;
  }
  .mostbet-crash-games__aside{
    padding: 1.75rem 1.875rem;
  }
}

@media (min-width: 64rem){
  .mostbet-crash-games__title{
    font-size: 1.75rem;
  }
  .mostbet-crash-games__container{
    padding: 0 1.5rem;
  }
}