/*
Theme Name: alm
Text Domain: alm
*/

body {
    margin: 0;
    padding: 0;
  
    font-size:15px;
	line-height:1.6;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
   color: #ffffffa6;
	background:#191919;
}

*{ 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
 }
*:before, *:after { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}
section img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
	
	line-height:1.3;
	color: #fff;
	font-weight:700;
}
h1 {font-size:25px;}
h2 {font-size:23px;}
h3 {font-size:21px;}
h4 {font-size:19px;}
h5 {font-size:17px;}
h6 {font-size:15px;}
p {
    margin: 0 0 15px;
    padding: 0;
}
a {
    color: #7b75f7;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
ul, ol {
    margin: 0 0 15px 15px;
    padding: 0;
}
blockquote {line-height:1.4;margin:0 0 15px;font-style:italic;color:#fff;font-size:18px;border-left:4px solid #2dc53a;padding-left:15px;}
table {border-collapse: collapse;width:100%;margin:0 0 15px;border:1px solid rgba(255,255,255,0.1);}


table td, table th {border:1px solid rgba(255,255,255,0.1);padding:10px 15px;}
@media screen and (max-width: 767px) {
    .btab {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(255,255,255,0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .btab table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
	 .mirrors-section .btab {
        width: 100%;
        overflow: auto!important;
        border:0;
        
        box-sizing: border-box;
        margin: 0;
    }
}
.go-ref {
  cursor: pointer;
}
.clear::after {
  display: block;
  clear: both;
  content: "";
}
.center {
    text-align: center;
    margin-bottom: 40px;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}
.middle-align {
   background: #242424;
    padding: 15px;
}
.wp-caption {
    margin-bottom:15px;
  
    font-size: 14px;
    max-width: 100%;
}
.wp-caption-text {
 padding:6px 0 0;font-style:italic;text-align:center;opacity:0.8;
}
.sticky {
    margin: 0;
    padding: 0;
}
.screen-reader-text,
.bypostauthor,
.gallery-caption {
    margin: 0;
    padding: 0;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 45px;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 0;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.main-container ol {
    list-style-position: outside;
}
.main-container ol li {
    margin: 5px 0;
}
.toggle {
    display: none;
}


a.paw-effect{ overflow:hidden; position:relative; }
a.paw-effect span{ position:absolute; transition:transform 0.4s ease-in-out; opacity:0.25; }
a.paw-effect span.paw1{ left:5%; top:5px; transition-delay:0.1s; }
a.paw-effect span.paw2{ left:15%; top:30px; transition-delay:0.15s; }
a.paw-effect span.paw3{ left:40%; top:5px; transition-delay:0.25s; }
a.paw-effect span.paw4{ left:52%; top:30px;transition-delay:0.35s; }
a.paw-effect span.paw5{ right:25px; top:5px; transition-delay:0.45s; }
a.paw-effect span.paw6{ right:5px; top:30px;transition-delay:0.55s; }
a.paw-effect:hover span{ transform:translate(8px,5px); color:#000000; }

.main-container {
    margin: 15px 0;
    padding: 0;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/* = Top Header css
-------------------------------------------------------------- */
.top-bar{
	background-color: #f15958;
	position: relative;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 10px 0;
}
.top-bar a{
	color: #ffffff;
}
.top-bar-left{
	margin-right: auto;
}
.top-bar-left .top-bar-col{
	padding: 0 10px 0 0;
	margin-right: 10px;
	position: relative;
}
.top-bar-left .top-bar-col i{
	margin-right: 5px;
}
.top-bar-left .top-bar-col:after {
    content: '';
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 50%;
    border-right: 1px solid;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-bar-left .top-bar-col:last-child::after{
	content: none;
}
.top-bar-right{
	margin-left: auto;
}
.top-bar-right .social-icons a{
	display: inline-block;
	width: 30px;
}

/* = Header css
-------------------------------------------------------------- */
.logo img {

max-width:120px;
}


#header {
    width: 100%;
    position: relative;
	background: #202020;
	padding:15px 0 8px;
}

.left-header-box{
	width:20%;float:left;
}
.right-header-box{
	padding-top:7px;
	width:40%;float:left;
}
.header-button{
	width:40%;float:left;
	text-align:right;
	padding-top:7px;
}

button.dropdown-toggle{
	display:none;
}


.sitenav { 
	position:relative; 
	z-index:9999; 
}

.sitenav ul {
	margin:0; 
	padding:0; 

	
	
}
.sitenav ul li{ 
	display:inline-block; 
	position:relative; 
	line-height:normal;
	margin-right:30px;
}
.sitenav ul li:last-child {margin-right:0;}
.sitenav ul li a {
	
	display:block; 
	font-weight:700;
	color:#d8d8d8; 
	position:relative; 
	
}

.sitenav ul li a:hover {color:#fff;}



/* = section first css
-------------------------------------------------------------- */
.intro-section {
background:url(/wp-content/uploads/2025/04/welcomepack.jpg) no-repeat center center;height:390px;background-size:cover;
margin:0 0 30px;font-weight:700;color:#fff;
position:relative;padding:60px 0 0;
}
.intro-link {position:absolute;left:0;top:0;width:100%;height:100%;}
.intro-desc {font-weight:400;text-transform:uppercase;}
.intro-bonus {font-size:30px;}
.intro-desc span, .intro-bonus span {color:#ffc400;}
.intro-promo {display:inline-block;position:relative;z-index:9;}
.intro-promo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #7b75f7;
}
.intro-section a.secondary-button {display:block;max-width:200px;padding:10px;margin:30px 0;}
.intro-section a.main-button {display:none;max-width:200px;padding:10px;margin:15px auto;}
.intro-promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/alm/images/copy.svg);
    mask: url(/wp-content/themes/alm/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #7b75f7;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}

@media (max-width:767px) {
.intro-section {height:auto;padding:30px 0;background-position:left center;text-align:center;}
.intro-bonus {font-size:24px;}
.home .header-button {display:none;}
.intro-section a.secondary-button {margin:15px auto;}
.intro-section a.main-button {display:block;}
}

/* = section second css
-------------------------------------------------------------- */

.col_box {margin-right:-15px;margin-left:-15px;}

.third_col {
    width: 33.333333%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}
.fourth_col {
    width: 25%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}
.half_col {
    width: 50%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}



a.main-button {
    font-weight: 700;
	
	color: #000;
	background: #ffc400;
	padding: 10px 30px;
	border-radius:5px;
	text-align:center;
}

a.secondary-button {text-align:center;font-weight: 700;
	
	color: #ffffff;
	background: #c700cb;
	padding: 10px 30px;border-radius:5px;}

.header-button a.main-button {margin-right:5px;}
/* --------- Pages ------- */

.content-area, .container {
    width: 100%;
    margin: 0 auto;
    padding-left:15px;
	padding-right:15px;
	position:relative;
}
@media (min-width:576px) {
.content-area, .container {max-width:540px;}
}
@media (min-width:768px) {
.content-area, .container {max-width:740px;}
}
@media (min-width:992px) {
.content-area, .container {max-width:960px;}
}
@media (min-width:1200px) {
.content-area, .container {max-width:1160px;}
}
.site-main {
    width: 70%;
    margin: 0;
    padding-right:30px;
    float: left;
}
#sitefull {
    width: auto !important;
}
#nosidebar {
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
}
#sidebar {
    width: 30%;
    margin: 0;
    padding: 15px;
	
    float: left;
	background:#151515;
}


.error_msg {
    padding: 10px;
    background: #ffd3ce;
    color: #e00;
    border: 1px #e00 solid;
    margin: 15px 0;
}
.success_msg {
    padding: 10px;
    background: #dcffc5;
    color: #070;
    border: 1px #070 solid;
    margin: 15px 0;
}
.spacer20 {
    height: 20px;
    clear: both;
}

form.search-form {
    margin-bottom: 15px;
}
input.search-field,
.post-password-form input[type=password] {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
	
	width:100%;
}
input.search-field:hover, input.search-field:focus, input.search-field:active {border: 1px solid rgba(0,0,0,0.1);}
input.search-submit,
.post-password-form input[type=submit] {
   display:none;
}

#sidebar .widget-title {color: #fff;font-weight:700;font-size:20px;margin-bottom:15px;}
#sidebar ul {list-style:none;margin:0 0 30px;}
#sidebar ul li {
border-bottom:1px solid rgba(255,255,255,0.06);
padding-bottom:10px;
margin-bottom:10px;

}
#sidebar ul li a {display:block;line-height:1.3;font-weight:700;}

p.form-submit {margin:0;}
ol.comment-list {
    list-style: none;
	margin:0;
	padding:0;
}
ol.comment-list ol {margin:0;list-style: none;padding-left:30px;}
.comment-author img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.7;}
.comments-title, .comment-reply-title {font-size:20px;margin-bottom:15px;font-weight:700;color: #fff;}
.comment-content {padding-bottom:20px;}
a.comment-reply-link {font-weight:700;}
.commentmetadata {font-size:14px;}
#comments label {
    display: block;
	font-size:14px;opacity:0.7;
	margin-bottom:7px;
}
input:hover, input:focus, input:active, textarea:focus, textarea:hover, textarea:active {border:none;outline:0;box-shadow:none;}
#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform textarea,
#commentform input#eazycfc_captcha {
    max-width: 400px;
	width:100%;
    border: none;
    padding: 10px;
}
#commentform textarea {max-width: 100%;}
#commentform input#submit {
  background:#1070e3;
    border: none;
    padding: 10px 20px;
    color: #fff;
	text-transform:none;
	font-weight:700;
   cursor: pointer;
   border-radius:5px;
   font-family:inherit;
}
#commentform input#submit:hover {
   background:#1070e3;  
}
.form-allowed-tags {
    display: none;
}
ul.errormsg {
    background: #ffe4e4;
}
ul.errormsg li {
    padding: 5px;
}


select{
	padding:10px;
	width:100%;
}
footer.entry-meta {
    clear: left;
}
p.form-submit input[type="submit"]{
	color:#ffffff !important;
}
input[type="submit"].search-submit{
	background-color:#000000;
	color:#ffffff;
	padding:11px 20px;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#sitemain[tabindex="-1"]:focus {
  outline: 0;
}

.footer-widget-wrapper {background:#191919;margin:0 10px 10px;padding:40px 0 30px;}
.footer-widget-wrapper .widget-title {font-weight:700;text-transform:uppercase;font-size:14px;color:#fff;margin-bottom:15px;}
.footer-widget-wrapper ul {list-style:none;margin:0;}
.footer-widget-wrapper ul li {margin-bottom:4px;}
.footer-widget-wrapper .widget {margin-bottom:30px;}
.footer-widget-wrapper ul li:last-child {margin-bottom:0;}
.footer-widget-wrapper ul li a {color:#d1d1d1;}
.footer-widget-wrapper ul li a:hover {color:#fff;text-decoration:underline;}
.footer-images-wrapper img {filter: grayscale(1) contrast(.5);vertical-align:middle;margin:10px 15px;max-width:100px;display:inline-block;}
.footer-images-wrapper img:hover {filter: none;}
.footer-images-wrapper {background:#151515;margin:0 10px 10px;text-align:center;padding:30px 0;}
.copyright {font-size:13px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;text-align:center;color:rgba(255,255,255,0.6);}
.copyright ul {margin:0 0 15px;}
.copyright ul li {display:inline-block;margin:5px 10px;}
.footer-button {text-align:center;padding:10px 0 40px;}
.footer-button a.main-button {margin-right:10px;}
.home h2, .home h1, .stitle {font-size:23px;color: #fff;margin:0 0 15px;font-weight:700;}
.home h3 {font-size:17px;}
.post_content {background: #202020;margin-bottom:30px;}
.post_content img {width:100%;}

a.post_link {display:block;font-weight:700;line-height:1.3;padding:8px 15px 12px;}
.slot_content {position:relative;margin-bottom:30px;text-align:center;background-color: rgba(0,0,0,.8);}
.slot_content img {display:block;width:100%;}
.slot_content:hover img {opacity:0.25;}
.slot_content span {color:rgba(255,255,255,0.8);font-size:14px;}
.slot_button {position:absolute;left:0;top:16%;width:100%;display:none;}
.slot_content:hover .slot_button {display:block;}
.slot_button a.secondary-button {margin:10px auto;display:block;max-width:180px;padding:8px;}
a.demo_link {text-transform:uppercase;color:#fff;font-weight:700;font-size:14px;}
a.demo_link:hover {text-decoration:underline;}
.title-container {background: #202020;padding:15px;margin-bottom:1px;}
.title-container h1 {font-size:20px;margin:0;}
.post_thumb img {width:100%;}
.post_thumb {width:43%;float:left;margin-right:20px;margin-bottom:10px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
.entry-content a {font-weight:700;}
.sbtn a {display:block;margin-bottom:15px;}
.breadcrumbs {font-size:13px;}
.blog-post-repeat .entry-title {font-weight:700;font-size:17px;line-height:1.3;display:block;margin-bottom:10px;}
.blog-post-repeat {padding-bottom:15px;}
.nav-links span {background:#e26700;border-radius:4px;color:#fff;font-weight:700;padding:7px 14px;}
.nav-links span.dots {border-radius:4px;background:#353535;}
.nav-links a {border-radius:4px;background:#353535;color:#fff;font-weight:700;padding:7px 14px;}
.nav-links a:hover {background:#e26700;}
.nav-links {padding:5px 0 10px;}
.taxonomy-description {padding:20px 0 5px;}
.nothing {font-weight:700;margin-bottom:15px;color: #fff;font-size:23px;}
.not-found {text-align:center;padding:100px 0;}
.category_slots ul {margin:5px 0 0;list-style:none;}
.category_slots ul li {display:inline-block;margin-right:10px;margin-bottom:25px;}
.category_slots ul li:last-child {margin-right:0;}
.category_slots ul li a {font-weight:700;border-radius:5px;padding:7px 15px;color:#fff;background:#1070e3;}

.entry-content iframe {width:100%;height:450px;border:none;padding:0;}
.slot_btn {text-align:center;padding:20px 0;}
.about-section {padding:0 0 30px;}


.front-button {text-align:center;padding:10px 0 20px;}
.front-button a {background:#3d474d;color:#fff;font-weight:700;padding:7px 20px;border-radius: 5px;}
@media screen and (max-width: 1199px) {
a.slot_link {margin:5px auto;}
.slot_button {top:5%;}
}
@media screen and (max-width: 991px) {
    * {
        box-sizing: border-box;
    }
.footer-images-wrapper img {margin:10px 10px;max-height:35px;}
.slots .fourth_col, .slots-section .fourth_col, .posts-section .fourth_col {
    width: 50%;
}
a.slot_link {margin:10px auto;}
.slot_button {top:23%;}
    .toggle {
        display: block;
		position:absolute;
		right:15px;
		top:0;
    }
    .toggle a {
        
        color: #ffffff;
       
        padding: 0;
        
        font-size: 20px;
    }
    .toggle a:hover {
        color: #ffffff !important;
    }
    .toggle a.active {
        color: #ffffff;
    }

    .sitenav {
        display: none;
        float:none;
    }
    .sitenav ul {
        background: rgba(255,255,255,0.03);
        
        width: 100%;
        float: none;
        margin: 10px 0;
    }
    .sitenav ul li {
        border-bottom:1px solid rgba(255,255,255,0.07);
        display: block;
        float: none;
		margin-right:0;
        text-align: left;
    }
.sitenav ul li:last-child {border:none;}
    .sitenav ul li a {
        padding: 10px 15px;
        display: block;
        
        text-align:left;
		
    }


.left-header-box{
	width:100%;text-align:center;
}
.right-header-box{
	
	width:100%;text-align:center;
}
.header-button {
	width:100%;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
.site-main {
    width: 100%;
    padding-right:0;

}

#sidebar {
    width: 100%;
	margin-top:20px;
}
#custom_html-3 {display:none;}
.footer-widget-wrapper .fourth_col {width: 50%;}
}
@media (max-width:767px) {
.post_thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.slot_button {top:10%;}
.blog-post-repeat {
    padding-bottom: 30px;
}

}
@media (max-width:520px) {
.slots .fourth_col, .slots-section .fourth_col, .posts-section .fourth_col {
    width: 100%;
}

.slot_button {top:30%;}
.footer-images-wrapper img {margin:7px;max-height:30px;}
}
@media (max-width:500px) {

.footer-widget-wrapper .fourth_col {width: 100%;}
}
@media (max-width:440px) {

.slot_button {top:25%;}

}
@media (max-width:360px) {
.slot_button {top:20%;}
a.slot_link {margin:5px auto;}
.header-button a.main-button, .footer-button a.main-button {margin-right:0;margin-bottom:15px;display:block;}
.header-button a.secondary-button, .footer-button a.secondary-button {display:block;}
}

@media (max-width:360px) {
.slot_button {top:15%;}
}
.mirrors-section {
  background: linear-gradient(90deg,#8600cbb3,#2f2fdeb3);
  border-radius:12px;
  padding:30px 30px 20px;
  
  margin: 30px 0 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.mirrors-subtitle {color:#fff;}
table.mirrors-table {
  width: 100%;text-align:left;
  border-collapse: separate;
  border-spacing: 0 1rem;border:none;
  margin:0;
}
table.mirrors-table td, table.mirrors-table th {
  border:none;
}
.mirror-row {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius:8px;
  transition:all 0.3s ease;
}
.mirror-cell {
  padding:1.5rem;
  vertical-align: middle;
}
.mirror-icon {
  width: 40px;
  height: 40px;
  transition:transform 0.3s ease;
}
.mirror-name {
  font-weight: 700;
  color: #fff;
 
}
.mirror-feature {
  color: #eee;
  line-height: 1.5;
  position: relative;
  padding-left: 1.25rem;
}
.primary .mirror-feature::before {
  color: #00c853;
}
.mirror-feature::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  line-height: 1;
}
.secondary .mirror-feature::before {
  color: #c700cb;
}
.accent .mirror-feature::before {
  color: #ffc400;
}
.mirror-btn {
  background:linear-gradient(135deg, #0067ff 0%, #0052cc 100%);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding:0.75rem 1.5rem;
  border-radius:6px;
  border:none;
  cursor: pointer;
  transition:all 0.3s ease;
  width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration:none;
}
.primary .mirror-btn {
  background:linear-gradient(135deg, #00C853 0%, #009245 100%);
}
.secondary .mirror-btn {
  background:#c700cb;
}
.accent .mirror-btn {
  background:#ffc400;color:#000;
}
.turnir {color:#000;border-radius:10px;overflow:hidden;margin:30px 0 30px;position:relative;padding:20px;}
.turnir b {font-size:20px;font-weight:700;display:block;margin:5px 0 15px;}
.turnir p {font-weight:700;margin:50px 0 30px;}
.box1 {background:url(/wp-content/uploads/2025/05/section-1.webp) no-repeat right center; background-size:cover;}
.box2 {background:url(/wp-content/uploads/2025/05/2_tourn_sec.webp) no-repeat right center; background-size:cover;}
.trn-btn {font-weight:700;z-index:9;display:block;border-radius: 10px 0;background:#ffc400;color:#000;padding:10px;width:200px;text-align:center;position:absolute;left:0;top:0;}
.trn-wrap {
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);

    max-width: 500px;
   
    padding:25px 25px 30px;
    background-color: #ffffff40;
    box-shadow: 3px 4px 16px #00000012;
    border-radius:10px;
    border:2px solid rgba(255,255,255,.5);
    overflow:hidden;
}
span.go1 {font-weight: 700;
  background:#ffc400;
  color: #000;
  border-radius:10px;
  padding:10px 25px;
  text-align: center;
}
span.go2 {font-weight: 700;
  border:2px solid #ffc400;
  color: #000;
  border-radius:10px;
  padding:8px 25px;
  text-align: center;
}
.trn-time {

 max-width:88%;
  padding:10px;
  background: #171824;
  border-radius:10px;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
}
.ttime, .prize {display: flex;
  align-items: center;
  justify-content: left;}
.ttime svg {fill:#ffc400;}
.prize svg {fill:#2f2fde;}
.trn-time span {color:#fff;}
.trn-time span.bold {font-weight:700;display:block;}
.tbox {padding-left:10px;}
.ttime {border-right:2px solid #fff;padding-right:30px;}
.prize {padding-left:15px;}


    .timer__item {
      position: relative;display:inline-block;
    }

    .timer__item::after {
      content: attr(data-title);
      
      font-size: 0.875rem;
   
    }
.bonusy {margin:30px 0 30px;}
.wlc-bonuses-list {gap:20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;}

.wlc-bonus-item { position:relative;display: flex;
 justify-content: space-between;
  align-items: flex-start;
 color:#fff;width:100%;height:auto;background: #171824;
  border-radius:10px;
  overflow:hidden;}
.wlc-bonus-item img {max-width:430px;width:100%;display:block;}
.wlc-bonus-item b {display:block;font-weight:900;font-size:20px;}
.wlc-bonus-item span {display:block;margin:15px 0 0;}
.wlc-bonus-item:hover {box-shadow: 0px 0px 0px 3px #2f2fde;}
.wlc-bonus-1 {padding:50px 30px 30px;width:50%;}
.wlc-bonus-2 {width:50%;}
.wlc-bonus-item a.t1 {position:absolute;left:30px;bottom:30px;}
.wlc-bonus-item a.t1 {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
a.t1 {
  font-weight: 700;
  background: #ffc400;
  color: #000;
  border-radius: 10px;
  padding: 10px 25px;
  text-align: center;
}
@media (max-width:991px) {
.wlc-bonuses-list {
  gap:20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}
 .mirror-row {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: auto auto auto auto;
    gap:0.5rem;font-size: 14px;
    padding:10px;
    margin-bottom: 1.5rem;
  }
   .mirror-cell {
    display: block;
    padding:0.5rem;
  }
   .mirror-cell:nth-child(1) {
    grid-row:1 / span 4;
    align-self: center;
  }
   .mirrors-section .otable {
    width: 100%;
    overflow:auto !important;
    border:none;
    box-sizing: border-box;
    margin:0;
  }
}
@media (max-width:575px) {
.wlc-bonus-item b {font-size:18px;}
.wlc-bonus-1 {padding:30px 15px 15px;}
.wlc-bonus-item a.t1 {left:15px;bottom:0;}
.trn-time {max-width:100%;}
}
@media (max-width:460px) {
.wlc-bonus-2 {width:100%;}
.wlc-bonus-1 {padding:15px 15px 15px;display:none;}

.wlc-bonus-item a.t1 {left:6%;bottom:15px;padding:15px;display:block;width:100%;max-width:87%;}
span.go1, span.go2 {display:block;margin:10px 0 0;}

.turnir {padding:15px;}
.trn-time {display:block;}
.ttime {
  border-bottom:1px solid #fff;
  border-right:0;padding-bottom:10px;margin-bottom:10px;
  padding-right: 0;
}
.prize {
  padding-left: 0;
}
}
@media (max-width:360px) {
.trn-wrap {padding:25px 15px 15px;}
}

:root {
    --mirror-primary: #00C853;
    --mirror-secondary: #0067FF;
    --mirror-accent: #FF6B00;
    --mirror-text: #eeeeee;
    --mirror-title: #ffffff;
    --mirror-bg: linear-gradient(135deg, #20242d 0%, #232D4D 100%);

    --vip-platinum: #00D1C1;
    --vip-silver: #C0C0C0;
    --vip-bronze: #CD7F32;
    --vip-gold: #FFD700;
    --vip-text: #FFFFFF;
    --vip-secondary: #AAAAAA;
    --vip-accent: #0047B3;
    --vip-blue: #0047B3;
    --vip-bg: #20242D;
    --vip-border: #2D3440;
    --vip-card-bg: linear-gradient(145deg, #252B36 0%, #1A1E26 100%);
    --vip-glow: 0 0 15px rgba(0, 71, 179, 0.5);

}

.social-text, .vip-header, .vip-title {
    text-align: center
}

.mirror-btn, .social-icon, .support-button {
    text-decoration: none
}

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

@keyframes shine {
    0% {
        background-position: -200% 0
    }
    100% {
        background-position: 200% 0
    }
}

.section-wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 500px;
    gap: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: #20242d
}

.banner-container {
    flex: 1;
    animation: .8s ease-in-out forwards fadeIn;
    position: relative;
    backdrop-filter: blur(2px);
    border: 1px solid rgba(0, 103, 255, .1);
    border-radius: 12px;
    padding: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0
}

.banner-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgba(0, 103, 255, .1), rgba(0, 103, 255, 0)) border-box;
    mask-composite: exclude;
    pointer-events: none
}

.logo-container {
    margin-bottom: 1.25rem;
    height: 60px;
    display: flex;
    align-items: center
}

.register-btn, .slogan-text {
    color: #fff;
    margin-bottom: 2rem;
    font-family: Roboto, sans-serif;
    position: relative
}

.logo-img {
    height: 100%;
    width: auto;
    object-fit: contain
}

.slogan-text {
    font-size: 1.25rem;
    font-weight: 500
}

.slogan-text::after, .slogan-text::before {
    content: '✦';
    color: #0067ff;
    font-size: .8em;
    margin: 0 10px;
    opacity: .7
}

.register-btn {
    background: linear-gradient(135deg, #0067ff 0, #0052cc 100%);
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(0, 103, 255, .3);
    transition: .3s;
    overflow: hidden;
    border: none;
    z-index: 1;
    border-radius: .5rem;
    padding: .75rem 2.5rem;
    cursor: pointer
}

.register-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-100%);
    transition: transform .6s;
    z-index: -1
}

.divider {
    border-top: 1px solid rgba(0, 103, 255, .3);
    position: relative;
    padding-top: 2rem
}

.divider::after, .divider::before {
    content: '';
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0067ff;
    opacity: .5
}

.divider::before {
    left: 30%
}

.divider::after {
    right: 30%
}

.social-text {
    color: #aaa;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    position: relative;
    margin-bottom: 1.5rem
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem
}

.social-icon {
    width: 40px;
    height: 40px;
    transition: .3s;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.game-image, .promo-bg {
    background-size: cover;
    background-position: center
}

.characters-container {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.characters-img {
    max-height: 100%;
    width: auto;
    object-fit: contain
}

.register-btn:hover {
    background: linear-gradient(135deg, #0052cc 0, #0047b3 100%);
    box-shadow: 0 6px 16px rgba(0, 103, 255, .4);
    animation: 1.5s infinite pulse
}

.register-btn:hover::before {
    transform: translateX(100%)
}

.cta-button:active, .register-btn:active {
    transform: scale(.98)
}

.social-icon:hover {
    transform: scale(1.1) translateY(-3px);
    background: rgba(0, 103, 255, .2);
    color: #0067ff;
    box-shadow: 0 0 10px rgba(0, 103, 255, .3)
}

.promo-bg, .promo-overlay {
    height: 100%;
    position: absolute
}

.section {
    /*background-color: #fff;*/
    /*border-radius: .75rem;*/
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);*/
    /*padding: 1.5rem;*/
    margin-bottom: 30px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
   color:#fff;
}

.accent, .tab-item:hover:not(.active) {
    color: #0067ff
}

.promo-scroller {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1.5rem;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch
}

.promo-scroller::-webkit-scrollbar {
    height: 6px
}

.promo-scroller::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

.promo-scroller::-webkit-scrollbar-thumb {
    background: #0067ff;
    border-radius: 10px
}

.promo-scroller-item {
    flex: 0 0 calc(50% - 0.75rem);
    scroll-snap-align: start;
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    min-height: 300px
}

.promo-bg {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.promo-overlay {
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2
}

.promo-content {
    position: relative;
    z-index: 3;
    padding: 1.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff
}

.vip-container {
margin-bottom:30px;
}

.vip-header {
    margin-bottom: 24px
}



.vip-title .accent {
    color: var(--primary-color)
}

.vip-description {
    max-width: 800px;
    margin: 0 auto 32px;
    font-size: 16px;
    color: var(--text-medium);
    line-height: 1.5
}

.vip-cta {
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.benefit-icon, .benefit-title {
    margin-bottom: 16px;
    color: #20242d
}

.cta-button {
    width: 100%;
    max-width: 300px;
    background-color: #c700cb;
    color: #fff;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: .2s
}

.cta-button:hover {
    background-color: #c700cb;
    transform: scale(1.02)
}

.vip-benefits {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 24px
}

.benefit-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: .3s;
    opacity: 0;
    transform: translateY(20px)
}

.game-card, .game-image-container {
    position: relative;
    border-radius: .5rem
}

.benefit-card.visible {
    opacity: 1;
    transform: translateY(0)
}

.benefit-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12)
}

.benefit-icon {
    width: 32px;
    height: 32px;
    transition: transform .3s
}

.benefit-card:hover .benefit-icon {
    transform: rotate(-2deg)
}

.benefit-title {
    font-size: 18px;
    font-weight: 700
}

.benefit-description {
    font-size: 14px;
    color: #20242d;
    line-height: 1.5
}

.divider {
    height: 1px;
    background-color: var(--divider-color);
    margin: 24px 0
}

.promo-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5)
}

.promo-link, .tab-item {
    font-weight: 500;
    font-size: .875rem
}

.promo-description, .promo-subtitle {
    color: rgba(255, 255, 255, .9);
    margin-bottom: 1rem
}

.promo-description, .promo-link, .promo-subtitle {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.promo-subtitle {
    font-size: 1rem
}

.promo-description {
    font-size: .875rem
}

.promo-link {
    color: #f97316
}

.promo-link:hover {
    color: #ea580c
}

.nav-tabs {
    margin-bottom: 20px;
}

.tabs-container {
    display: flex;
    gap: 2rem;
    border-bottom: 1px solid rgb(229 231 235 / 15%);
}

.tab-item {
    padding-bottom: .75rem;
    color: #6b7280
}

.tab-item.active {
    color: #0067ff;
    border-bottom: 2px solid #0067ff
}

.games-grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 1rem
}

@media (min-width: 640px) {
    .games-grid {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (min-width: 768px) {
    .games-grid {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (min-width: 1024px) {
    .games-grid {
        grid-template-columns:repeat(5, 1fr)
    }
}

.game-card {
    overflow: hidden
}

.game-image-container {
    padding-top: 100%;
    overflow: hidden
}

.game-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: transform .3s
}

.game-overlay, .vip-tooltip .tooltip-text {
    opacity: 0;
    transition: opacity .3s;
    position: absolute
}

.game-overlay {
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center
}

.game-card:hover .game-overlay {
    opacity: 1
}

.game-card:hover .game-image {
    transform: scale(1.05)
}

.new-badge {
    position: absolute;
    top: .5rem;
    right: .5rem;
    background-color: #c700cb;
    color: #fff;
    font-size: .75rem;
    padding: .25rem .5rem;
    border-radius: 9999px;
    z-index: 2
}

.mirror-feature, .support-card, .support-title, .vip-benefit, .vip-level, .vip-level-header, .vip-title, .vip-tooltip {
    position: relative
}

.game-info {
    padding: .5rem
}

.game-title {
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.game-players {
    margin-bottom: 0;
    color: #6b7280;
    font-size: .75rem
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .375rem;
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem 1rem;
    transition: background-color .2s
}

.btn-secondary {
    border: 1px solid #d1d5db;
    background-color: #fff;
    color: #0067ff
}

.btn-secondary:hover {
    background-color: #f9fafb
}

.btn-primary {
   color: #000;
  background: #ffc400;font-weight:700;
}

.btn-primary:hover {
    background-color: #ffc400
}

.btn-sm {
    padding: .25rem .75rem;
    font-size: .75rem
}

.btn-rounded {
    color: #000000;
    border-radius: 9999px
}

.flex-icon {
    display: flex;
    align-items: flex-start
}

.icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .75rem;
    color: #ea580c
}

.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: auto
}

.bonus-tier {
    display: flex;
    align-items: center;
    margin-bottom: .75rem
}

.bonus-amount {
    font-weight: 700;
    color: #f97316;
    margin-right: .5rem;
    font-size: 1.1rem
}

.bonus-condition {
    color: rgba(255, 255, 255, .9);
    font-size: .875rem
}

.hot-badge {
    background-color: #ef4444;
    color: #fff;
    font-size: .75rem;
    padding: .25rem .5rem;
    border-radius: .25rem;
    margin-left: .5rem
}

.prize-pool {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f97316;
    margin: .5rem 0
}

.scroll-indicator {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: 1rem
}

.scroll-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d1d5db;
    transition: .3s
}

.scroll-dot.active {
    background-color: #0047b3;
    width: 16px;
    border-radius: 4px
}



@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        height: auto;
        align-items: center
    }

    .banner-container {
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px;
        padding: 1.5rem
    }

    .characters-container {
        height: 300px
    }

    .logo-container {
        height: 50px
    }

    .slogan-text {
        font-size: 1.125rem
    }

    .register-btn {
        font-size: .875rem;
        padding: .625rem 1.875rem
    }

    .vip-title {
        font-size: 24px
    }

    .vip-benefits {
        grid-template-columns:repeat(2, 1fr)
    }

    .divider {
        display: none
    }

    .promo-scroller-item {
        flex: 0 0 85%
    }

    .nav-tabs {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .tabs-container {
        gap: 1rem
    }

 


}

.vip-section {
    margin-bottom: 30px;
    /*max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    width: 100%*/
}

.vip-title {
    font-weight: 700;
    font-size: 30px;color:#fff;
    margin-bottom: 3rem;
   
}

.support-title::after, .vip-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--vip-accent) 0, var(--vip-platinum) 100%);
    margin: 1.5rem auto 0;
    border-radius: 2px
}

.vip-levels-container {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2rem;
    scrollbar-width: thin;
    scrollbar-color: var(--vip-accent) var(--vip-silver)
}

.vip-levels-container::-webkit-scrollbar {
    height: 8px
}

.vip-levels-container::-webkit-scrollbar-track {
    background: var(--vip-bg);
    border-radius: 10px
}

.vip-levels-container::-webkit-scrollbar-thumb {
    background-color: var(--vip-accent);
    border-radius: 10px
}

.vip-levels {
    display: inline-flex;
    gap: 1.5rem;
    min-width: max-content;
    padding-right: 1.5rem
}

.vip-level {
    background: var(--vip-card-bg);
    border: 1px solid var(--vip-border);
    border-radius: 16px;
    padding: 2rem;
    transition: .3s;
    overflow: hidden;
    width: 320px;
    flex-shrink: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.support-card::before, .vip-level::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--vip-accent) 0, var(--vip-platinum) 100%)
}

.vip-level::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, 0) 100%);
    pointer-events: none
}

.vip-level:hover {
    transform: translateY(-8px);
    box-shadow: var(--vip-glow)
}

.vip-level-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--vip-border)
}

.vip-level-name {
    font-weight: 500;
    font-size: 1.25rem;
    color: var(--vip-text);
    display: flex;
    align-items: center;
    white-space: nowrap
}

.vip-level-name.platinum {
    color: var(--vip-platinum);
    text-shadow: 0 0 8px rgba(0, 209, 193, .3)
}

.vip-level-name.gold {
    color: var(--vip-gold);
    text-shadow: 0 0 8px rgba(255, 215, 0, .3)
}

.vip-level-name.silver {
    color: var(--vip-silver);
    text-shadow: 0 0 8px rgba(192, 192, 192, .3)
}

.vip-level-name.bronze {
    color: var(--vip-bronze);
    text-shadow: 0 0 8px rgba(205, 127, 50, .3)
}

.vip-level-badge {
    margin-right: .75rem;
    font-size: 1.25rem
}

.vip-level-requirement {
    text-align: right
}

.vip-level-requirement-text {
    font-size: .875rem;
    color: var(--vip-secondary);
    margin-bottom: .25rem;
    white-space: nowrap
}

.vip-level-requirement-value {
    font-weight: 500;
    font-size: 1.3rem;
    color: var(--mirror-accent);
    white-space: nowrap
}

.vip-benefits1 {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 240px
}

.vip-benefit {
    display: flex;
    align-items: center;
    margin-bottom: .875rem;
    font-size: 1rem;
    padding-left: 2rem;
    line-height: 1.4;
    white-space: nowrap;
    Color: #fff
}

.vip-benefit::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230047B3'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .5rem
}

.vip-benefit.inactive {
    color: var(--vip-secondary)
}

.vip-benefit.inactive::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666E7D'%3E%3Cpath d='M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E")
}

.vip-tooltip {
    display: inline-block;
    border-bottom: 1px dotted var(--vip-blue);
    cursor: help
}

.support-card-header, .support-contact-item {
    display: flex;
    align-items: center
}

.faq-question, .support-button {
    cursor: pointer;
    font-weight: 600
}

.vip-tooltip .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: #2d3440;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: .75rem;
    z-index: 10;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    font-size: .875rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    line-height: 1.4
}

.vip-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1
}

.vip-level-progress {
    height: 6px;
    background: #2d3440;
    border-radius: 3px;
    margin-top: 1.5rem;
    overflow: hidden
}

.vip-level-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--vip-accent) 0, var(--vip-platinum) 100%);
    border-radius: 3px;
    position: relative
}

.vip-level-progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, 0) 100%)
}

.support-section {
    margin-bottom: 30px;
    /*max-width: 1200px;
    margin: 0 auto;
    width: 100%*/
}

.support-title {
    font-weight: 700;
    font-size: 2.5rem;
    /*color: var(--vip-accent);*/
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: .5px
}

.support-card-content, .support-card-header {
    margin-bottom: 1.5rem
}

.support-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center
}

.support-card {
    background: var(--vip-card-bg);
    border: 1px solid var(--vip-border);
    border-radius: 16px;
    padding: 2rem;
    width: 100%;
    max-width: 550px;
    transition: .3s;
    overflow: hidden
}

.support-card-icon {
    font-size: 2rem;
    margin-right: 1rem;
    color: var(--vip-accent)
}

.support-card-title {
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--vip-text)
}

.support-card-description {
    color: var(--vip-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6
}

.support-contact-item {
    margin-bottom: 1rem
}

.support-contact-icon {
    font-size: 1.25rem;
    margin-right: .75rem;
    color: var(--vip-accent);
    width: 24px;
    text-align: center
}

.support-contact-text {
    color: var(--vip-text)
}

.support-contact-time {
    font-size: .875rem;
    color: var(--vip-secondary);
    margin-top: .25rem
}

.support-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 1.5rem;
    background: linear-gradient(90deg, var(--vip-accent) 0, var(--vip-platinum) 100%);
    color: #fff;
    border-radius: 8px;
    transition: .3s;
    border: none;
    margin-top: .5rem
}

.support-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 71, 179, .3)
}

.support-button i {
    margin-right: .5rem
}

.faq-item {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--vip-border);
    padding-bottom: 1.5rem
}

.faq-question {
    font-size: 1.1rem;
    color: var(--vip-text);
    margin-bottom: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-question::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: .9rem;
    transition: transform .3s
}

.faq-item.active .faq-question::after {
    transform: rotate(180deg)
}

.faq-answer {
    color: var(--vip-secondary);
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s
}

.faq-item.active .faq-answer {
    max-height: 200px
}

@media (max-width: 768px) {
    .support-title, .vip-title {
        font-size: 2rem
    }

    .vip-level {
        width: 280px;
        padding: 1.5rem
    }

    .vip-benefits {
        min-height: 220px
    }

    .support-card {
        padding: 1.5rem
    }

    .support-card-title {
        font-size: 1.25rem
    }
}

@media (max-width: 480px) {
    .logo-container {
        height: 40px
    }

    .slogan-text {
        font-size: 1rem
    }

    .social-icon {
        width: 36px;
        height: 36px;
        padding: 6px
    }

    .divider::after, .divider::before {
        width: 8px;
        height: 8px
    }

    .characters-container {
        height: 250px
    }

    .vip-benefits {
        grid-template-columns:1fr
    }

    .cta-button {
        max-width: 100%
    }

    .mirror-icon {
        width: 32px;
        height: 32px
    }

    .mirror-name {
        font-size: 16px
    }

    .mirror-feature {
        font-size: 14px
    }

    .support-title, .vip-title {
        font-size: 1.75rem
    }

    .vip-level {
        width: 260px;
        padding: 1.25rem
    }

    .vip-benefit {
        font-size: .875rem;
        padding-left: 1.75rem
    }

    .support-card {
        padding: 1.25rem
    }

    .support-card-icon {
        font-size: 1.5rem
    }
}