*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px;background:#1f668d}
body{font-family:'IBM Plex Sans',sans-serif;background-color:#1f668d;color:#e8f4fd;line-height:1.6;min-height:100vh;overflow-x:hidden}
img,video{max-width:100%;height:auto;display:block}
a{color:#ffaf08;text-decoration:none;transition:color .2s ease,opacity .2s ease}
a:hover{opacity:.85}
ul,ol{list-style:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}
input,textarea,select{font-family:inherit;font-size:1rem}
:focus-visible{outline:2px solid #ffaf08;outline-offset:3px}

.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}
.site-wrapper{display:flex;flex-direction:column;min-height:100vh}
main{flex:1}

.box{background:rgba(255,255,255,.06);border-radius:16px;padding:2rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(4px)}

.site-header{background:#2d6e9a;position:sticky;top:0;z-index:100;box-shadow:0 2px 16px rgba(0,0,0,.25)}

.hdr-inner{display:flex;align-items:center;gap:1rem;padding:.4rem 1.25rem;position:relative;z-index:2}
.hdr-logo-wrap{flex-shrink:0}
.hdr-logo img{height:32px;width:auto;display:block}
.hdr-nav-wrap{flex:1;display:flex;justify-content:center}
.hdr-nav{display:flex;gap:.25rem;align-items:center}
.hdr-nav__link{display:flex;align-items:center;gap:.4rem;padding:.45rem .75rem;border-radius:8px;color:#e8f4fd;font-size:.875rem;font-weight:500;transition:background .2s,color .2s;white-space:nowrap}
.hdr-nav__link:hover,.hdr-nav__link:focus-visible{background:rgba(255,255,255,.12);color:#fff}
.hdr-nav__link svg{flex-shrink:0;opacity:.8}
.hdr-cta-wrap{display:flex;gap:.5rem;align-items:center;flex-shrink:0}
.hdr-burger{display:none;flex-direction:column;gap:5px;padding:.5rem;border-radius:8px;flex-shrink:0;margin-left:auto}
.hdr-burger__line{display:block;width:22px;height:2px;background:#e8f4fd;border-radius:2px;transition:transform .3s,opacity .3s}
.hdr-burger.is-active .hdr-burger__line:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hdr-burger.is-active .hdr-burger__line:nth-child(2){opacity:0}
.hdr-burger.is-active .hdr-burger__line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hdr-mobile-nav{display:none;flex-direction:column;background:#2d6e9a;border-top:1px solid rgba(255,255,255,.1);padding:1rem 1.25rem 1.25rem;gap:.5rem}
.hdr-mobile-nav.is-open{display:flex}
.hdr-mobile-nav__list{display:flex;flex-direction:column;gap:.25rem}
.hdr-mobile-nav__link{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;border-radius:8px;color:#e8f4fd;font-size:.95rem;font-weight:500;transition:background .2s}
.hdr-mobile-nav__link:hover{background:rgba(255,255,255,.12)}
.hdr-mobile-nav__cta{display:flex;gap:.5rem;margin-top:.75rem}

.btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:10px;font-weight:600;line-height:1;transition:transform .15s ease,box-shadow .15s ease,opacity .2s ease,background .2s ease;text-align:center;white-space:nowrap;cursor:pointer;border:none;font-family:inherit;text-decoration:none}
.btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.28)}
.btn:active{transform:translateY(0)}
.btn--light{background:#f5f5f5;color:#1a4c6e}
.btn--gold{background:#ffaf08;color:#1a2f40}
.btn--bonus{background:linear-gradient(135deg,#ffaf08 0%,#ff8c00 100%);color:#1a2f40;position:relative;overflow:hidden}
.btn--bonus::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 60%)}
.btn--sm{padding:.4rem .875rem;font-size:.8125rem}
.btn--md{padding:.6rem 1.25rem;font-size:.9375rem}
.btn--lg{padding:.8rem 1.625rem;font-size:1rem}
.btn--xl{padding:1rem 2rem;font-size:1.125rem}
.btn--full{width:100%;justify-content:center}

@keyframes btn-pulse{0%,100%{box-shadow:0 0 0 0 rgba(255,175,8,.5)}50%{box-shadow:0 0 0 10px rgba(255,175,8,0)}}
.btn--gold{animation:btn-pulse 2.6s ease-in-out infinite}
.btn--gold:hover{animation:none}

.hero-section{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(20,55,85,.88) 0%,rgba(31,102,141,.72) 50%,rgba(20,55,85,.6) 100%)}
.hero-inner{position:relative;z-index:1;padding:4rem 0 3.5rem;max-width:680px}
.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,175,8,.18);border:1px solid rgba(255,175,8,.4);color:#ffaf08;border-radius:20px;padding:.3rem .875rem;font-size:.8125rem;font-weight:600;margin-bottom:1.25rem}
.hero-h1{font-size:clamp(1.75rem,4vw,2.875rem);font-weight:700;line-height:1.2;color:#fff;margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,.3)}
.hero-intro{margin-bottom:1.75rem}
.hero-intro p{font-size:1.0625rem;color:rgba(232,244,253,.9);line-height:1.65}
.hero-spoiler{margin-top:.75rem}
.hero-spoiler__toggle{display:inline-flex;align-items:center;gap:.35rem;color:#ffaf08;font-size:.875rem;font-weight:500;cursor:pointer;background:none;border:none;padding:0;font-family:inherit}
.hero-spoiler__toggle::-webkit-details-marker{display:none}
.hero-spoiler__body{margin-top:.75rem;padding:.875rem 1rem;background:rgba(0,0,0,.25);border-radius:10px;border-left:3px solid #ffaf08}
.hero-spoiler__body p{color:rgba(232,244,253,.85);font-size:.9375rem;line-height:1.6}
.hero-cta{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}
.hero-stats{display:flex;gap:1.5rem;flex-wrap:wrap}
.hero-stat{display:flex;flex-direction:column;align-items:flex-start}
.hero-stat__value{font-size:1.375rem;font-weight:700;color:#fff;line-height:1}
.hero-stat__label{font-size:.75rem;color:rgba(232,244,253,.65);margin-top:.25rem;text-transform:uppercase;letter-spacing:.04em}

@keyframes hero-fade-up{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
.hero-inner>*{animation:hero-fade-up .55s ease both}
.hero-badge{animation-delay:.05s}
.hero-h1{animation-delay:.15s}
.hero-intro{animation-delay:.25s}
.hero-cta{animation-delay:.35s}
.hero-stats{animation-delay:.45s}

.breadcrumbs-wrap{padding:.875rem 0}
.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.8125rem;color:rgba(232,244,253,.6)}
.breadcrumbs__item{display:flex;align-items:center;gap:.35rem}
.breadcrumbs__item+.breadcrumbs__item::before{content:'/';opacity:.5}
.breadcrumbs__link{color:rgba(232,244,253,.7);transition:color .2s}
.breadcrumbs__link:hover{color:#ffaf08}
.breadcrumbs__item--current{color:rgba(232,244,253,.9);font-weight:500}

.toc-block{padding:1.5rem 2rem}
.toc-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding-bottom:.875rem;border-bottom:1px solid rgba(255,255,255,.1)}
.toc-header__title{font-size:1rem;font-weight:600;color:#fff}
.toc-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.4rem}
.toc-list__link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;color:rgba(232,244,253,.85);font-size:.875rem;font-weight:500;transition:background .2s,color .2s}
.toc-list__link:hover{background:rgba(255,175,8,.12);color:#ffaf08}
.toc-list__link svg{flex-shrink:0;opacity:.7}

.section-heading{margin-bottom:1.75rem}
.section-heading__title{display:flex;align-items:center;gap:.65rem;font-size:1.5rem;font-weight:700;color:#fff;line-height:1.3}
.section-heading__title svg{flex-shrink:0;color:#ffaf08}
.section-heading__sub{margin-top:.4rem;color:rgba(232,244,253,.65);font-size:.9375rem}

.game-frame-wrap{position:relative;border-radius:12px;overflow:hidden;background:#0d3a55;aspect-ratio:16/9;margin-bottom:1.25rem}
.game-frame-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#0d3a55 0%,#1a5a80 100%);z-index:2;transition:opacity .3s ease}
.game-frame-overlay.is-hidden{opacity:0;pointer-events:none}
.game-frame-overlay__inner{display:flex;flex-direction:column;align-items:center;gap:.875rem;text-align:center;padding:2rem}
.game-frame-overlay__logo{margin-bottom:.5rem}
.game-frame-overlay__title{font-size:1.375rem;font-weight:700;color:#fff}
.game-frame-overlay__meta{font-size:.875rem;color:rgba(232,244,253,.6)}
.game-frame-overlay__btns{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}
.game-frame{width:100%;height:100%;border:none;position:absolute;inset:0}
.game-mob-overlay{display:none;position:absolute;inset:0;z-index:10;background:rgba(5,15,40,0.93);flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:24px;cursor:pointer}
.game-mob-overlay p{color:#fff;font-size:1.05rem;font-weight:700;margin:0}
.game-mob-overlay span{color:rgba(255,255,255,0.55);font-size:0.82rem}
@media(max-width:640px){.game-mob-overlay{display:flex}.game-frame-wrap{aspect-ratio:unset;height:260px}}
.game-info-strip{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}
.game-info-strip__item{display:flex;flex-direction:column;gap:.15rem}
.game-info-strip__label{font-size:.75rem;color:rgba(232,244,253,.55);text-transform:uppercase;letter-spacing:.04em}
.game-info-strip__val{font-size:.9375rem;font-weight:600;color:#e8f4fd}

.screenshots-slider{position:relative;overflow:hidden}
.screenshots-track{display:flex;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}
.screenshots-slide{flex:0 0 100%;padding:0 .5rem}
.screenshots-img{width:100%;border-radius:10px;object-fit:cover;aspect-ratio:16/10}
.screenshots-caption{text-align:center;margin-top:.625rem;color:rgba(232,244,253,.6);font-size:.875rem}
.screenshots-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}
.screenshots-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);color:#e8f4fd;transition:background .2s,transform .15s}
.screenshots-btn:hover{background:rgba(255,175,8,.25);transform:scale(1.1)}
.screenshots-dots{display:flex;gap:.4rem}
.screenshots-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.3);transition:background .2s,width .2s;cursor:pointer;border:none}
.screenshots-dot.is-active{background:#ffaf08;width:20px;border-radius:4px}

.content-body{line-height:1.7;color:rgba(232,244,253,.9)}
.content-body h2,.content-body h3,.content-body h4{color:#fff;margin-top:1.75rem;margin-bottom:.875rem;line-height:1.3}
.content-body h2{font-size:1.375rem;font-weight:700}
.content-body h3{font-size:1.125rem;font-weight:600}
.content-body h4{font-size:1rem;font-weight:600}
.content-body p{margin-bottom:1rem}
.content-body ul,.content-body ol{padding-left:1.5rem;margin-bottom:1rem}
.content-body ul{list-style:disc}
.content-body ol{list-style:decimal}
.content-body li{margin-bottom:.4rem;line-height:1.6}
.content-body a{color:#ffaf08}
.content-body a:hover{text-decoration:underline}
.content-body strong{color:#fff;font-weight:600}
.content-body em{font-style:italic}
.content-body blockquote{border-left:3px solid #ffaf08;padding-left:1rem;margin:1.25rem 0;color:rgba(232,244,253,.75);font-style:italic}
.content-body table{width:100%;border-collapse:collapse;margin-bottom:1.25rem;overflow-x:auto;display:block}
.content-body table th,.content-body table td{padding:.625rem .875rem;text-align:left;border:1px solid rgba(255,255,255,.15);font-size:.9375rem}
.content-body table th{background:rgba(45,110,154,.5);color:#fff;font-weight:600}
.content-body table tr:nth-child(even){background:rgba(255,255,255,.04)}
.content-body table tr:hover{background:rgba(255,175,8,.07)}
.content-body img{border-radius:8px;margin:1rem 0;max-width:100%}
.content-body code{background:rgba(0,0,0,.3);padding:.1rem .35rem;border-radius:4px;font-size:.875em;font-family:monospace}
.content-body pre{background:rgba(0,0,0,.3);padding:1rem;border-radius:8px;overflow-x:auto;margin-bottom:1rem}
.content-body pre code{background:none;padding:0}
.content-body hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:1.5rem 0}

.download-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.25rem}
.download-card{background:rgba(255,255,255,.05);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s,transform .2s}
.download-card:hover{border-color:rgba(255,175,8,.3);transform:translateY(-3px)}
.download-card__icon{color:#ffaf08}
.download-card__title{font-size:1.0625rem;font-weight:700;color:#fff}
.download-card__text{font-size:.9rem;color:rgba(232,244,253,.75);line-height:1.55;flex:1}
.download-note{display:flex;align-items:flex-start;gap:.5rem;background:rgba(255,175,8,.08);border:1px solid rgba(255,175,8,.2);border-radius:8px;padding:.875rem 1rem;font-size:.875rem;color:rgba(232,244,253,.8)}
.download-note svg{flex-shrink:0;margin-top:.1rem;color:#ffaf08}

.bonus-block--accent{background:linear-gradient(135deg,rgba(45,110,154,.6) 0%,rgba(31,88,125,.7) 100%);border:1px solid rgba(255,175,8,.25)}
.bonus-block__inner{display:flex;gap:2rem;align-items:center}
.bonus-block__text{flex:1}
.bonus-badge{display:inline-block;background:rgba(255,175,8,.2);border:1px solid rgba(255,175,8,.4);color:#ffaf08;border-radius:20px;padding:.25rem .75rem;font-size:.8125rem;font-weight:600;margin-bottom:.875rem}
.bonus-block__title{font-size:1.625rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.25}
.bonus-block__desc{color:rgba(232,244,253,.82);font-size:.9375rem;line-height:1.6;margin-bottom:1.25rem}
.bonus-list{display:flex;flex-direction:column;gap:.5rem}
.bonus-list__item{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:rgba(232,244,253,.9)}
.bonus-list__item svg{color:#ffaf08;flex-shrink:0}
.bonus-block__cta{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.75rem}
.bonus-block__disclaimer{font-size:.75rem;color:rgba(232,244,253,.5);text-align:center;max-width:200px;line-height:1.4}

.reviews-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}
.review-card{background:rgba(255,255,255,.05);border-radius:12px;padding:1.25rem;border:1px solid rgba(255,255,255,.08);transition:border-color .2s,transform .2s}
.review-card:hover{border-color:rgba(255,175,8,.25);transform:translateY(-2px)}
.review-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}
.review-card__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2d6e9a,#1a4c6e);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;flex-shrink:0}
.review-card__meta{flex:1}
.review-card__name{font-weight:600;color:#fff;font-size:.9375rem;display:block}
.review-card__stars{display:flex;gap:2px;margin-top:.2rem}
.star{font-size:.875rem;color:rgba(255,255,255,.2)}
.star--fill{color:#ffaf08}
.review-card__date{font-size:.75rem;color:rgba(232,244,253,.5);flex-shrink:0}
.review-card__text{font-size:.9rem;color:rgba(232,244,253,.8);line-height:1.55}

.review-form-wrap{border-top:1px solid rgba(255,255,255,.1);padding-top:1.75rem}
.review-form-wrap__title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:1.25rem}
.review-form{display:flex;flex-direction:column;gap:1rem;max-width:600px}
.review-form__group{display:flex;flex-direction:column;gap:.4rem}
.review-form__group--check{flex-direction:row;align-items:flex-start;gap:.5rem}
.review-form__label,.contact-form__label{font-size:.875rem;font-weight:500;color:rgba(232,244,253,.85)}
.review-form__label span,.contact-form__label span{color:#ffaf08}
.review-form__input,.review-form__textarea,.contact-form__input,.contact-form__textarea,.contact-form__select{width:100%;padding:.65rem .9rem;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#e8f4fd;font-size:.9375rem;transition:border-color .2s,background .2s;outline:none}
.review-form__input::placeholder,.review-form__textarea::placeholder,.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:rgba(232,244,253,.35)}
.review-form__input:focus,.review-form__textarea:focus,.contact-form__input:focus,.contact-form__textarea:focus,.contact-form__select:focus{border-color:#ffaf08;background:rgba(255,255,255,.1)}
.contact-form__select option{background:#1a4c6e;color:#e8f4fd}
.review-form__textarea,.contact-form__textarea{resize:vertical;min-height:100px}
.review-form__stars{display:flex;gap:.35rem}
.review-form__star{font-size:1.75rem;color:rgba(255,255,255,.25);transition:color .15s,transform .15s;padding:0;line-height:1}
.review-form__star:hover,.review-form__star.is-active{color:#ffaf08;transform:scale(1.15)}
.review-form__check-label,.contact-form__check-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:rgba(232,244,253,.75);cursor:pointer;line-height:1.5}
.review-form__checkbox,.contact-form__checkbox{width:16px;height:16px;flex-shrink:0;margin-top:.15rem;accent-color:#ffaf08}
.review-form__link,.contact-form__link{color:#ffaf08}
.review-form__msg,.contact-form__msg{font-size:.875rem;padding:.5rem 0;min-height:1.25rem}
.review-form__msg.is-success,.contact-form__msg.is-success{color:#4caf82}
.review-form__msg.is-error,.contact-form__msg.is-error{color:#f06464}

.faq-list{display:flex;flex-direction:column;gap:.5rem}
.faq-item{background:rgba(255,255,255,.04);border-radius:10px;border:1px solid rgba(255,255,255,.08);overflow:hidden;transition:border-color .2s}
.faq-item.is-open{border-color:rgba(255,175,8,.25)}
.faq-item__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;text-align:left;color:#fff;font-size:1rem;font-weight:600;background:none;border:none;cursor:pointer;font-family:inherit;transition:background .2s}
.faq-item__q:hover{background:rgba(255,255,255,.04)}
.faq-item__icon{flex-shrink:0;transition:transform .25s;color:rgba(232,244,253,.6)}
.faq-item.is-open .faq-item__icon{transform:rotate(-180deg);color:#ffaf08}
.faq-item__a{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.25,.46,.45,.94),padding .3s}
.faq-item.is-open .faq-item__a{max-height:500px;padding:0 1.25rem 1.1rem}
.faq-item__a p{color:rgba(232,244,253,.8);font-size:.9375rem;line-height:1.6}

.author-block__inner{display:flex;gap:1.5rem;align-items:flex-start}
.author-avatar-wrap{flex-shrink:0}
.author-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,175,8,.4)}
.author-info{flex:1}
.author-info__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.625rem;flex-wrap:wrap}
.author-info__name{font-size:1.125rem;font-weight:700;color:#fff}
.author-info__position{font-size:.875rem;color:#ffaf08;margin-top:.15rem}
.author-info__dates{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}
.author-info__date-label{font-size:.75rem;color:rgba(232,244,253,.55);white-space:nowrap}
.author-info__date{font-size:.8125rem;color:rgba(232,244,253,.8);font-weight:500}
.author-info__bio{color:rgba(232,244,253,.78);font-size:.9375rem;line-height:1.6;margin-bottom:.875rem}
.author-info__links{display:flex;gap:.75rem}
.author-info__social{display:flex;align-items:center;gap:.4rem;color:rgba(232,244,253,.65);font-size:.875rem;padding:.35rem .75rem;border-radius:6px;background:rgba(255,255,255,.06);transition:background .2s,color .2s}
.author-info__social:hover{background:rgba(255,175,8,.15);color:#ffaf08}

.info-breadcrumbs{padding:.75rem 0}
.info-h1{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.25}
.info-content__inner{line-height:1.7;color:rgba(232,244,253,.9)}
.info-content__inner h2,.info-content__inner h3{color:#fff;margin-top:1.75rem;margin-bottom:.875rem;line-height:1.3}
.info-content__inner h2{font-size:1.375rem;font-weight:700}
.info-content__inner h3{font-size:1.125rem;font-weight:600}
.info-content__inner p{margin-bottom:1rem}
.info-content__inner ul,.info-content__inner ol{padding-left:1.5rem;margin-bottom:1rem}
.info-content__inner ul{list-style:disc}
.info-content__inner ol{list-style:decimal}
.info-content__inner li{margin-bottom:.4rem;line-height:1.6}
.info-content__inner a{color:#ffaf08}
.info-content__inner a:hover{text-decoration:underline}
.info-content__inner strong{color:#fff;font-weight:600}
.info-content__inner blockquote{border-left:3px solid #ffaf08;padding-left:1rem;margin:1.25rem 0;color:rgba(232,244,253,.75);font-style:italic}
.info-content__inner table{width:100%;border-collapse:collapse;margin-bottom:1.25rem;overflow-x:auto;display:block}
.info-content__inner table th,.info-content__inner table td{padding:.625rem .875rem;text-align:left;border:1px solid rgba(255,255,255,.15);font-size:.9375rem}
.info-content__inner table th{background:rgba(45,110,154,.5);color:#fff;font-weight:600}
.info-content__inner table tr:nth-child(even){background:rgba(255,255,255,.04)}
.info-content__inner hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:1.5rem 0}

.contact-form{display:flex;flex-direction:column;gap:1rem;max-width:600px;margin-top:1rem}
.contact-form__group{display:flex;flex-direction:column;gap:.4rem}
.contact-form__group--check{flex-direction:row;align-items:flex-start;gap:.5rem}

.responsible-warning{background:rgba(255,100,100,.12);border:1px solid rgba(255,100,100,.3);border-radius:10px;padding:1rem 1.25rem;margin:1.25rem 0;color:#ffcfcf;font-weight:600;font-size:.9375rem}

.site-footer{background:#2d6e9a;padding:3rem 0 1.5rem;margin-top:auto}
.ftr-wrap{width:100%}
.ftr-top{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:2.5rem;margin-bottom:2.5rem}
.ftr-logo img{height:40px;width:auto;margin-bottom:.875rem}
.ftr-tagline{font-size:.875rem;color:rgba(232,244,253,.65);line-height:1.55;margin-bottom:1.1rem}
.ftr-social{display:flex;gap:.5rem;margin-bottom:.875rem}
.ftr-social__link{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.1);color:rgba(232,244,253,.8);transition:background .2s,color .2s}
.ftr-social__link:hover{background:rgba(255,175,8,.2);color:#ffaf08}
.ftr-contact__email{font-size:.875rem;color:rgba(232,244,253,.7)}
.ftr-nav-title{font-size:.75rem;font-weight:700;color:rgba(232,244,253,.5);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.625rem}
.ftr-nav-group{margin-bottom:1.5rem}
.ftr-nav-list{display:flex;flex-direction:column;gap:.3rem}
.ftr-nav__link{font-size:.875rem;color:rgba(232,244,253,.7);transition:color .2s}
.ftr-nav__link:hover{color:#ffaf08}
.ftr-payments{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.25rem}
.ftr-badge{display:flex;align-items:center;justify-content:center;height:30px;min-width:48px;padding:0 .5rem;background:rgba(255,255,255,.1);border-radius:5px}
.ftr-badge--text{font-size:.75rem;font-weight:700;color:#e8f4fd;letter-spacing:.03em}
.ftr-trust{display:flex;flex-wrap:wrap;gap:.5rem}
.ftr-trust__badge{display:flex;flex-direction:column;align-items:center;background:rgba(255,255,255,.08);border-radius:8px;padding:.45rem .625rem;min-width:56px}
.ftr-trust__abbr{font-size:.8125rem;font-weight:700;color:#fff;line-height:1}
.ftr-trust__label{font-size:.65rem;color:rgba(232,244,253,.55);margin-top:.15rem}
.ftr-provider{margin-top:.5rem}
.ftr-provider a{display:inline-block}
.ftr-divider{height:1px;background:rgba(255,255,255,.1);margin-bottom:1.25rem}
.ftr-legal p{font-size:.8125rem;color:rgba(232,244,253,.45);line-height:1.55;margin-bottom:.4rem}
.ftr-legal a{color:rgba(232,244,253,.55)}
.ftr-legal a:hover{color:#ffaf08}

@keyframes fade-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.js-reveal{opacity:0}
.js-reveal.is-visible{animation:fade-in .5s ease both}

.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;padding:.5rem 1rem;background:#ffaf08;color:#1a2f40;font-weight:700;border-radius:6px;z-index:9999}

.wp-site-blocks{display:none}
.elementor-widget-container{display:none!important}
.entry-content--wp{display:none!important}

.xb4k9{}
.w9r3m{}
.xq7r2{}
.el-n2k8{display:none}
.ot7fp3{}
.rq3p8{}
.km7x2v{}
.p9n4wz{}
.j2r8qk{}
.y5t1ms{}

@media (max-width:1024px){
    .ftr-top{grid-template-columns:1fr 1fr}
    .ftr-col--trust{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:1rem}
    .reviews-list{grid-template-columns:repeat(2,1fr)}
    .download-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:768px){
    .hdr-nav-wrap{display:none}
    .hdr-cta-wrap{display:none}
    .hdr-burger{display:flex}
    .hero-section{min-height:440px}
    .hero-inner{padding:3rem 0 2.5rem}
    .box{padding:1.25rem;border-radius:12px}
    .reviews-list{grid-template-columns:1fr}
    .download-grid{grid-template-columns:1fr}
    .bonus-block__inner{flex-direction:column}
    .bonus-block__cta{width:100%;align-items:flex-start}
    .ftr-top{grid-template-columns:1fr}
    .ftr-col--trust{grid-template-columns:1fr;grid-column:auto}
    .author-block__inner{flex-direction:column;align-items:flex-start}
    .author-info__header{flex-direction:column;gap:.5rem}
    .toc-list{grid-template-columns:1fr}
    .content-body table{font-size:.85rem}
    .section-heading__title{font-size:1.25rem}
}
@media (max-width:480px){
    .container{padding:0 1rem}
    .hero-h1{font-size:1.625rem}
    .hero-cta{flex-direction:column}
    .hero-cta .btn{width:100%;justify-content:center}
    .hero-stats{gap:1rem}
    .game-frame-overlay__btns{flex-direction:column;align-items:stretch}
    .game-frame-overlay__btns .btn{justify-content:center}
    .btn--xl{padding:.8rem 1.5rem;font-size:1rem}
}
@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
