*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: inherit;}

body {
    background-color: #000 !important;
    background-image: url(../img/bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container {
    width: 100%;
    max-width: 1296px;
    transition: padding .3s;
}
@media (max-width: 1400px) {
    .container {
        padding: 0 30px;
    }
}
.header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 1920px;
    width: 100%;
    height: 858px;
    background: url(../img/header.jpg) top center no-repeat;
    overflow: hidden;
}
@media (min-width: 1950px) {
    .header {
        max-width: 100%;
        background-size: 100% 100%;
    }
}
.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1300px;
    height: 100%;
    background: linear-gradient(90deg, #304053 0%, rgba(40, 55, 73, 0) 100%);
    opacity: 0.9;
    z-index: 2;
    pointer-events: none;
}
.header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 142px;
    background: url(../img/header_ripple.png) no-repeat;
    z-index: 2;
}
@media (min-width: 1950px) {
    .header::after {
        background-size: 100% 100%;
    }
}
.nav {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 165px;
    background: url(../img/bg_nav.png) top center no-repeat;
    font-family: 'Alumni Sans', sans-serif;
    z-index: 10;
}
@media (min-width: 1950px) {
    .nav {
        background-size: 100% 100%;
    }
}
.nav_mini {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding-top: 7px;
}
.nav_mini .social {
    width: 28px;
    height: 28px;
    transition: .3s;   
}
.nav_mini .social:hover {
    filter: brightness(110%);  
}
.nav_mini .social:nth-child(1) {
    background: url(../img/btns/tg.png);
}
.nav_mini .social:nth-child(2) {
    background: url(../img/btns/ds.png);
}
.nav_mini .social:nth-child(3) {
    background: url(../img/btns/vk.png);
}
.nav_mini .social:nth-child(4) {
    background: url(../img/btns/mmotop.png);
}
.nav_main {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
}
.nav_main .logo {
    width: 151px;
    height: 35px;
    margin-top: 17px;
    transition: .3s;
}
.nav_main .logo:hover {
    filter: brightness(110%);
}
.nav_menu {
    display: flex;
    gap: 60px;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.01em;
    margin-top: 22px;
    margin-left: 90px;
}
.nav_menu_item {
    color: #303B4A;
    transition: .3s;
}
.nav_menu_item:hover {
    color: #4B79BE;
}
.nav_menu_item.active {
    color: #4B79BE;
    pointer-events: none;
}
.nav_main .btn {
    height: fit-content;
    padding: 4px;
    border: 2px solid rgba(48, 59, 74, 0.2);
    margin-top: 3px;
}
.nav_main .btn a {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #303B4A;
    border: 2px solid #5C697C;
    padding: 10px 35px;
    transition: .3s;
}
.nav_main .btn a:hover {
    background: #607592;
}
.nav_main .btn a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-right: 8px;
    background: url(../img/icon_user.png) no-repeat;

}
.header_section {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 295px;
}
.welcome {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    font-family: 'Alumni Sans', sans-serif;
    z-index: 5;
}
@media (max-width: 1000px) {
    .welcome {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
.welcome .title {
    font-weight: 500;
    font-size: 64px;
    line-height: 89%;
    letter-spacing: 0.01em;
    max-width: 490px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.welcome .title b {
    font-weight: 500;
    color: #BBDEFF;
}
.welcome .subtitle {
    max-width: 495px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    color: #F8F8F8;
    font-family: 'Roboto', sans-serif;
}
.welcome .btn {
    padding: 12px 45px;
    background: #1E262B;
    border: 2px solid #394850;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;
    width: fit-content;
    transition: .3s;
}
.welcome .btn:hover {
    background: #303B4A;
    border: 2px solid #5C697C;
}
.hero_wrapper {
    position: absolute;
    top: -295px;
    margin-top: 223px;
    right: 9px;
    width: 1134px;
    height: 570px;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
    transition: .3s;
}
@media (max-width: 1400px) {
    .hero_wrapper {
        right: -300px;
    }
}
@media (max-width: 1200px) {
    .hero_wrapper {
        right: -400px;
    }
}
@media (max-width: 1000px) {
    .hero_wrapper {
        right: -600px;
        z-index: 1;
    }
}
.hero_wrapper .hero {
    position: relative;
    width: 1134px;
    height: 752px;
    background: url(../img/hero.png) no-repeat;
    z-index: 5;
}
.hero_wrapper .sparkles {
    position: absolute;
    top: 25px;
    left: 158px;
    width: 800px;
    height: 569px;
    background: url(../img/sparkles.png) no-repeat;
    z-index: 4;
    animation: sparkles 4s ease-in-out infinite alternate both;
}
@keyframes sparkles {
    0% {
        transform: scale(80%);
        opacity: 0.6;
    }
    100% {
        transform: scale(100%);
        opacity: 1;
    }
}
.hero_wrapper .circle {
    position: absolute;
    top: 82px;
    left: 204px;
    width: 641px;
    height: 642px;
    background: url(../img/circle.png) no-repeat;
    z-index: 3;
    animation: circle 50s linear infinite;
}
@keyframes circle {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
.content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    margin-top: -25px;
    z-index: 5;
}
@media (max-width: 1200px) {
    .content {
        flex-wrap: wrap;
    }
}
.el {
    background-color: #EEEEEE;
    border: 1px solid #DFDFDF;
    width: 100%;
}
.online_block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 416px;
}
@media (max-width: 1200px) {
    .online_block {
        max-width: 100%;
    }
}
.block_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #939394;
}
.server {
    position: relative;
    width: 100%;
}
.server .status {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    right: 12px;
    opacity: 0.8;
    border-radius: 50px;
}
.server .status.online {
    background: #8CD780;
}
.server .status.online::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: rgba(111, 212, 95, 0.6);
    animation: online 2s ease-in-out infinite;
}
@keyframes online {
    0% {
        transform: scale(80%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(180%);
        opacity: 0;
    }
}
.server .status.offline {
    background: #D78080;
}
.server_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 29px 0 0 18px;
    margin-bottom: 30px;
}
.server_info {
    display: flex;
    flex-direction: column;
}
.server_wrapper::before {
    content: '';
    display: inline-block;
    width: 33px;
    height: 48px;
    margin-right: 20px;
    background: url(../img/icon_server.png) no-repeat;
}
.server .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    margin-bottom: 3px;
}
.server .name {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #303B4A;
}
.rates {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #4A74AD;
}
.rates::before {
    content: '[ ';
}
.rates::after {
    content: ' ]';
}
.description {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #687281;
}
.server .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -1px;
    width: calc(100% + 2px);
    height: 45px;
    background-color: #303B4A;
    border-top: 3px solid #94AEBD;
}
.server .menu a {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    transition: .3s;
}
.server .menu a:hover {
    color: #b3d1ff;
}
.server .menu a:nth-child(1)::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/icon_menu.png) no-repeat;
    margin: 0 10px;
}
.news_block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 416px;
}
@media (max-width: 1200px) {
    .news_block {
        max-width: 100%;
    }
}
.article {
    display: flex;
    flex-direction: row;
    gap: 30px;
    overflow: hidden;
}
.article img {
    width: 72px;
    height: 100%;
}
.article .text {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.article .title {
    position: relative;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #303B4A;
    margin-bottom: 5px;
    transition: .3s;
}
.article .title:hover {
    color: #3b67a2;
}
.article .subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #687281;
    max-width: 300px;
    max-height: 67px;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .article .subtitle {
        max-width: 100%;
        max-height: 100%;
        padding-right: 25px;
        padding-bottom: 20px;
    }
}
.top_block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 416px;
}
@media (max-width: 1200px) {
    .top_block {
        max-width: 100%;
    }
}
.top_block .options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px 0 25px;
    margin-bottom: 21px;
}
.top_block .server_choose {
    position: relative;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #303B4A;
    cursor: pointer;
}
.top_block .server_choose::after {
    position: relative;
    content: '';
    display: inline-block;
    width: 11px;
    height: 7px;
    top: -2px;
    margin-left: 5px;
    background: url(../img/icon_arrow.png) no-repeat;
}
.top_block .btns {
    display: flex;
    gap: 10px;
}
.top_block .btns span {
    font-family: 'Alumni Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 5px 15px;
    background: #303B4A;
    cursor: pointer;
    transition: .3s;
}
.top_block .btns span:hover {
    background: #607592;
}
.players ol {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 375px;
    overflow-y: scroll;
}
.players ol::-webkit-scrollbar {
    width: 15px;
}
.players ol::-webkit-scrollbar-track {
    background: #DBDBDB;
}
.players ol::-webkit-scrollbar-thumb {
    background: #919BAA;
}
.players ol::-webkit-scrollbar-thumb:hover {
    background: #879ab6;
}
.players li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #E4E4E4;
    padding: 15px 25px;
    letter-spacing: 0.02em;
}
.players li:nth-child(even) {
    background: none;
}
@media (max-width: 456px) {
    .players li {
        white-space: nowrap;
        flex-wrap: nowrap;
        width: fit-content;
    }
}
.players .position {
    font-weight: 400;
    font-size: 22px;
    width: 35px;
    color: #303B4A;
    margin-right: 15px;
}
.players .position::after {
    display: inline-block;
    content: '.';
}
.players li div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.players img {
    width: 25px;
    height: 25px;
}
.players .name {
    font-weight: 300;
    font-size: 20px;
    color: #52555A;
    width: 180px;
    height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.players .score {
    font-weight: 500;
    font-size: 20px;
    text-align: right;
    color: #303B4A;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #303945;
    width: 100%;
    max-width: 1920px;
    margin-top: 70px;
}
@media (min-width: 1950px) {
    .footer {
        max-width: 100%;
    }
}
.footer_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 40px 0;
}
@media (max-width: 997px) {
    .footer_wrapper {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
}
.copyright {
    display: flex;
    flex-direction: column;
}
@media (max-width: 997px) {
    .copyright {
        align-items: center;
        text-align: center;
    }
}
.logo_min {
    width: 191px;
    height: 59px;
    background: url(../img/logo_min.png) no-repeat;
}
.copyright p {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    width: 100%;
    max-width: 460px;
    color: #7D848C;
    margin-bottom: 13px;
}
.copyright a {
    width: 218px;
    height: 40px;
    background: url(../img/design.png) no-repeat;
    opacity: 0.7;
    transition: .3s;
}
.copyright a:hover {
    opacity: 1;
}
.footer_wrapper .menu {
    display: flex;
    flex-direction: row;
    gap: 70px;
}
@media (max-width: 997px) {
    .footer_wrapper .menu {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
}
@media (max-width: 997px) {
    .footer_wrapper .menu_col {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}
.footer_wrapper .title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 29px;
}
.footer_wrapper .title::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 19px;
    background: url(../img/icon_menu_footer.png) no-repeat;
    margin-right: 5px;
}
.footer_wrapper .title::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 83px;
    height: 1px;
    bottom: -15px;
    background: #4C596B;
}
.footer_wrapper .links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    max-width: 200px;
}
@media (max-width: 997px) {
    .footer_wrapper .links {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}
.footer_wrapper .links a {
    width: fit-content;
    color: #7D848C;
    transition: .3s;
}
.footer_wrapper .links a:hover {
    color: #9ea8b3;
}
.footer_min {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #687787;
    background: #212529;
    padding: 16px 0;
}
.footer_min b {
    font-weight: 500;
}
.animate {
    position: absolute;
    top: 0;
    height: 468px;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}
.clouds {
    position: absolute;
    width: 2433px;
    height: 837px;
    bottom: 0;
    background: url(../img/clouds.png) no-repeat;
    animation: clouds 50s linear infinite;
}
@keyframes clouds {
    0% {
        transform: translateX(-100%);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(80%);
        opacity: 0.6;
    }
}
.clouds2 {
    position: absolute;
    width: 2433px;
    height: 837px;
    bottom: 0;
    background: url(../img/clouds.png) no-repeat;
    animation: clouds2 50s linear infinite;
}
@keyframes clouds2 {
    0% {
        transform: translateX(-280%);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.6;
    }
}
.clouds3 {
    position: absolute;
    width: 2433px;
    height: 837px;
    bottom: 0;
    background: url(../img/clouds.png) no-repeat;
    animation: clouds3 50s linear;
    visibility: hidden;
}
@keyframes clouds3 {
    0% {
        visibility: visible;
        transform: translateX(-10%);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(120%);
        opacity: 0.6;
    }
}
.nav_burger {
  position: relative;
  z-index: 55;
  display: none;
  width: 30px;
  height: 20px;
  margin-top: 20px;
}
.nav_burger:hover {
  cursor: pointer;
}
@media (max-width: 1100px) {
    .nav_burger {
      display: block;
    }
    .nav_menu {
        display: none;
    }
    .nav_main .btn {
        display: none;
    }
}
.nav.active_b {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 50;
}
.nav_burger.active_b {
    margin-left: 30px;
}
.nav_menu.active_b {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 36px;
    position: absolute;
    margin-left: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 60%)
}
.nav_main .btn.active_b {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 160%)
}
.nav_burger::before {
  content: "";
  background-color: #1E262B;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav_burger::after {
  content: "";
  background-color: #1E262B;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav_burger.active_b::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.nav_burger.active_b::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
}
.nav_burger span {
  background-color: #1E262B;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 9px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav_burger.active_b span {
  -webkit-transform: scale(0);
          transform: scale(0);
}
body.active_b {
    overflow: hidden;
}
span.pk.active {
    background-color: #607592;
    pointer-events: none;
}
span.lvl.active {
    background-color: #607592;
    pointer-events: none;
}
ol.pk {
    display: none !important;
}
ol.pk.active {
    display: block !important;
}
ol.lvl {
    display: none !important;
}
ol.lvl.active {
    display: block !important;
}
.content.download {
    flex-direction: column;
}
.download_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.download_block .download {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 30px 30px 30px;
    text-align: center;
}
.download_block .download p {
    font-weight: 400;
    text-align: center;
    max-width: 500px;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #687281;
    margin-bottom: 20px;
}
.download_block .download a {
    padding: 10px 45px;
    background: #1E262B;
    border: 2px solid #394850;
    font-weight: 600;
    font-size: 28px;
    font-family: 'Alumni Sans', sans-serif;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;
    width: fit-content;
    transition: .3s;
}
.download_block .download a:hover {
    background: #303B4A;
    border: 2px solid #5C697C;
}
.download .btns {
    max-width: 800px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.languages {
    position: absolute;
    right: 0;
    padding-top: 7px;
    font-size: 20px;
    color: #D9D9D9;
    text-align: center;
}
.languages span {
    cursor: pointer;
}
.languages span::after {
    position: relative;
    display: inline-block;
    content: '';
    background: url('../img/icon_dropdown.png');
    width: 7px;
    height: 5px;
    top: -1px;
    margin-left: 5px;
}
.languages_wrapper {
    display: flex;
    justify-content: center;
    position: relative;
}
.dropdown {
    position: absolute;
    display: none;
    flex-direction: column;
    width: 50px;
    height: 99px;
    top: 25px;
    background-color: #EEEEEE;
    z-index: 100;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.dropdown.active {
    display: flex;
}
.dropdown .dropdown_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    color: #303B4A;
    transition: .2s;
}
.dropdown .dropdown_item:hover {
    background-color: #dbdbdb;
}
.link-minimal {
  color: #00bfff;
  text-decoration: underline;
  font-weight: 400;
}
  .features-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #ffcc00;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .feature-item {
    display: flex;
    background: #2b2b2b;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    transition: transform .2s, box-shadow .2s;
  }

  .feature-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.7);
  }

  .feature-icon {
    font-size: 1.8rem;
    margin-right: 12px;
    line-height: 1;
    flex-shrink: 0;
  }

  .feature-content h3 {
    margin: 0 0 6px;
    font-size: 1.1rem;
    color: #ffcc00;
  }

  .feature-content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #ddd;
  }
  .terms-block {
  background: linear-gradient(to bottom, #1e1e2f, #2a2a3d);
  border: 1px solid #444;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  color: #e0e0e0;
  font-family: 'Segoe UI', sans-serif;
}

.terms-title {
  font-size: 2.2em;
  color: #ffd700;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 0 5px #000;
}

.terms-content {
  line-height: 1.6;
  font-size: 1em;
}

.terms-section {
  margin-bottom: 40px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 4px solid #ffd700;
  border-radius: 8px;
}

.terms-subtitle {
  font-size: 1.5em;
  color: #00ffff;
  margin-bottom: 10px;
  text-shadow: 0 0 3px #000;
}

.terms-section p {
  margin: 0;
  color: #ccc;
}

.terms-section strong {
  color: #fff;
}

.submit-form:hover {
  background-color: #707070;
  box-shadow: 0 0 8px #ffffff;
}
.profile-form {
  background: rgba(165, 165, 165, 0);
  border: 2px solid #00000000;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 0 15px #05050500;
  max-width: 500px;
  margin: auto;
}

.profile-wrapper label {
  display: block;
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: left;
}

.profile-wrapper input.form-control {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  color: #000000;
  font-size: 1em;
  transition: border 0.3s;
}

.profile-wrapper input.form-control:focus {
  border-color: #00000010;
  outline: none;
  box-shadow: 0 0 5px #00000000;
}

.submit-form {
  background-color: #20212c;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.submit-form:hover {
  background-color: #1a1f2e;
  box-shadow: 0 0 10px #7e7e7e;
}

.agree a.link-clean {
  color: #ffffff91;
  text-decoration: none;
  font-weight: bold;
}

.agree a.link-clean:hover {
  text-decoration: underline;
  color: #5b97a7;
}
.minimal-panel {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  max-width: 600px;
  margin: auto;
}

.minimal-title {
  font-size: 1.8em;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.minimal-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  color: #444;
}

.minimal-table th {
  text-align: left;
  padding: 10px;
  background-color: #eee;
  width: 40%;
  border-bottom: 1px solid #ccc;
}

.minimal-table td {
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.minimal-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}

.minimal-btn {
  background-color: #e0e0e0;
  color: #333;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.minimal-btn:hover {
  background-color: #d0d0d0;
}

.minimal-btn-danger {
  background-color: #ffdddd;
  color: #a00;
}

.minimal-btn-danger:hover {
  background-color: #ffcccc;
}


.video_block {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff00;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0);
  max-width: 700px;
  margin: 40px auto;
}

.video_block .block_title {
  font-size: 1.8em;
  color: #ff9900cb;
  margin-bottom: 20px;
  text-shadow: 0 0 5px #00000000;
}

.video_wrapper iframe {
  border-radius: 8px;
  box-shadow: 0 0 10px #00000000;
  max-width: 100%;
}

.game-boost-area {

  padding: 50px 0;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.game-boost-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.game-boost-item {
  background: linear-gradient(145deg, #2c2c3e, #1f1f2f);
  border: 2px solid #3f3f5a;
  border-radius: 12px;
  padding: 20px 25px;
  width: 180px;
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.game-boost-item::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0,255,255,0.1), transparent 70%);
  transform: rotate(45deg);
  transition: opacity 0.4s ease;
  opacity: 0;
}

.game-boost-item:hover::before {
  opacity: 1;
}

.game-boost-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 20px rgba(255, 217, 0, 0.3);
  border-color: #ffbb00;
}

.boost-title {
  font-size: 1rem;
  color: #ffbb00;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.boost-value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffd700;
}


/* Sección general */
.store-section {
  padding: 40px 0;
  background-color: #131313;
}

/* Contenedor */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Bloques individuales */
.store-block {
  margin-bottom: 60px;
  padding: 20px;
  border-radius: 10px;
  background-color: #1a1a1a;
  box-shadow: 0 0 10px rgba(255,255,255,0.05);
}

/* Título de cada tienda */
.section-title {
  font-size: 28px;
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Alumni Sans', sans-serif;
}

/* Lista de tarjetas */
.card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Tarjeta */
.card-package {
  width: 250px;
  background-color: #222;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  position: relative;
  transition: transform 0.3s;
}

.card-package:hover {
  transform: scale(1.03);
  box-shadow: 0 0 10px rgba(255,255,255,0.2);
}

.card-package img {
  max-width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
}

.card-package h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}

.price {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 10px;
}

/* Botón */
.btn-red {
  background-color: #e63946;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.btn-red:hover {
  background-color: #d62828;
}

/* Etiquetas */
.tag-label {
  background-color: #444;
  color: #fff;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 6px;
  display: inline-block;
}

/* Rarezas */
.card-package.legendario {
  border: 2px solid gold;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
  animation: pulse 2s infinite;
}

.card-package.popular {
  border: 2px solid orange;
  box-shadow: 0 0 10px rgba(255, 165, 0, 0.4);
}

.card-package.special {
  border: 2px solid #555;
}

/* Animación legendaria */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}


/* 🛑 Modal de confirmación */
.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  animation: fadeIn 0.3s ease-in-out;
}

.modal-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

.btn-confirm, .btn-cancel {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.btn-confirm {
  background-color: #28a745;
  color: white;
}

.btn-cancel {
  background-color: #dc3545;
  color: white;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
/* Contenedor lateral */
.lateral-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px auto;
  max-width: 1200px;
  padding: 0 20px;
}

/* Bloque principal (izquierda) */
.main-content {
  flex: 2;
  min-width: 300px;
}

/* Bloque lateral (derecha) */
.server-status-block {
  flex: 1;
  min-width: 280px;
}

/* Bloques de contenido */
.content-block {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(255,255,255,0.05);
}

/* Título de bloque */
.block_title {
  font-size: 20px;
  font-weight: bold;
  color: #f0f0f0;
  margin-bottom: 15px;
  font-family: 'Alumni Sans', sans-serif;
}

/* Video */
.video_wrapper iframe {
  width: 100%;
  height: 315px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}



/* Preloader general */
#preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* SVG container */
.eye-loader {
  width: 120px;
  height: 120px;
  animation: rotate 6s linear infinite;
}

/* Animaciones específicas */
.eyelid {
  animation: blink 4s infinite ease-in-out;
}

.iris {
  animation: pulse 2s infinite ease-in-out;
}

/* Animaciones */

@keyframes blink {
  0%, 90%, 100% { opacity: 1; }
  45%, 55% { opacity: 0; }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.6; }
}


/* Estado del servidor */
.server_wrapper h2 {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.serverInfo__name {
  font-weight: bold;
  color: #ccc;
}

.serverInfo__online span {
  color: #00ff99;
  font-weight: bold;
}

.status.online {
  width: 12px;
  height: 12px;
  background-color: #00ff99;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  box-shadow: 0 0 5px #00ff99;
}

/* Discord widget */
iframe[src*="discord.com/widget"] {
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Responsive */
@media screen and (max-width: 768px) {
  .lateral-wrapper {
    flex-direction: column;
  }

  .main-content, .server-status-block {
    width: 100%;
  }

  .video_wrapper iframe {
    height: 240px;
  }
}
.ranking-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 40px auto;
  max-width: 1200px;
}

.ranking-box {
  flex: 1;
  background: #1a1a1a;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.ranking-box h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #555;
  padding-bottom: 6px;
  text-align: center;
}

.ranking-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ranking-box li {
  padding: 8px 12px;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ccc;
}

.ranking-box li.top-1,
.ranking-box li.top-2,
.ranking-box li.top-3 {
  animation: rgbGlow 3s infinite;
  font-weight: bold;
}

@keyframes rgbGlow {
  0% { color: #ff0000; }
  33% { color: #00ff00; }
  66% { color: #0000ff; }
  100% { color: #ff0000; }
}

.metric {
  font-weight: bold;
  color: #eee;
}
.face-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-right: 6px;
  vertical-align: middle;
  object-fit: cover;
}

li.top-1 .face-icon {
  width: 32px;
  height: 32px;
  border: 2px solid gold;
}

li.top-2 .face-icon {
  width: 28px;
  height: 28px;
  border: 2px solid silver;
}

li.top-3 .face-icon {
  width: 26px;
  height: 26px;
  border: 2px solid #cd7f32; /* bronce */
}

.refund-policy-text p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #f1f1f1;
}

.accept_policy_button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #e74c3c;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.accept_policy_button:hover {
  background-color: #202020;
}
#shopContainer {
  transition: opacity 0.5s ease;
}
#shopContainer {
  opacity: 0;
  transition: opacity 0.6s ease;
}

#shopContainer.visible {
  opacity: 1;
}


.class-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.class-box {
  width: 200px;
  background: #1c1c1c;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  text-align: center;
  flex-shrink: 0;
}

.class-title {
  font-size: 18px;
  color: #f0f0f0;
  margin-bottom: 8px;
  font-family: 'Segoe UI', sans-serif;
}

.class-card {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.class-card:hover {
  transform: scale(1.05);
}

.class-img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.class-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0,0,0,0.85);
  color: #fff;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

.class-card.active .class-info {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

