/* Основные стили */
.wf-force-outline-none[tabindex="-1"]:focus {
    outline: none;
}

/* Стиль для кнопки GET NOW */
.get-now-button {
    display: inline-block;
    background: linear-gradient(to bottom, #c1ff76 0%, #a6ed4b 50%, #94d641 100%);
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 
        0 6px 0 #7ab231, 
        0 8px 10px rgba(0, 0, 0, 0.3),
        inset 0 -3px 10px rgba(0, 0, 0, 0.1),
        inset 0 5px 10px rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease;
    border: 2px solid #94d641;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    margin: 15px 0;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateY(-3px);
    /* Button specific resets */
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    min-width: 200px;
    white-space: nowrap;
}

/* Additional button reset styles */
button.get-now-button {
    width: auto;
    overflow: visible;
    background-color: transparent;
}

.get-now-button-nav {
    display: inline-block;
    background: linear-gradient(to bottom, #c1ff76 0%, #a6ed4b 50%, #94d641 100%);
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 
        0 4px 0 #7ab231, 
        0 6px 8px rgba(0, 0, 0, 0.3),
        inset 0 -2px 5px rgba(0, 0, 0, 0.1),
        inset 0 3px 5px rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease;
    border: 2px solid #94d641;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateY(-2px);
}

.get-now-button:hover, 
.get-now-button-nav:hover {
    background: linear-gradient(to bottom, #d2ff9e 0%, #b8ff5c 50%, #a6ed4b 100%);
    transform: translateY(-4px);
    box-shadow: 
        0 7px 0 #7ab231, 
        0 9px 14px rgba(0, 0, 0, 0.35),
        inset 0 -3px 10px rgba(0, 0, 0, 0.1),
        inset 0 5px 10px rgba(255, 255, 255, 0.6);
}

.get-now-button:active, 
.get-now-button-nav:active {
    transform: translateY(0);
    box-shadow: 
        0 2px 0 #7ab231, 
        0 3px 5px rgba(0, 0, 0, 0.2),
        inset 0 -1px 2px rgba(0, 0, 0, 0.1),
        inset 0 2px 5px rgba(255, 255, 255, 0.4);
    background: linear-gradient(to bottom, #94d641 0%, #a6ed4b 100%);
}

/* Добавляем блик на кнопку для еще большего объема */
.get-now-button:before, 
.get-now-button-nav:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 10%;
    right: 10%;
    height: 35%;
    border-radius: 30px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.1) 100%);
    pointer-events: none;
}

/* Стили для секции платежных методов */
.payment-methods-section {
    padding: 40px 0;
    text-align: center;

}

.payment-heading {
    color: white;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.payment-logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.payment-logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-logo {
    background-color: transparent;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.payment-logo:hover {
    transform: scale(1.1);
}

.payment-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Медиа-запросы для адаптивности */
@media only screen and (max-width: 767px) {
    .payment-logos-container {
        gap: 15px;
    }
    
    .payment-logo {
        width: 60px;
        height: 60px;
    }
    
    .payment-icon {
        width: 30px;
        height: 30px;
    }
    
    .payment-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    /* Исправление горизонтального скролла на мобильных устройствах */
    html,
    body {
        overflow-x: hidden;
        width: 100%;
        position: relative;
        max-width: 100%;
    }

    /* Исправление ширины всех контейнеров */
    .w-container,
    .container-6,
    .center-div,
    .container-footer,
    .navbar-div,
    .div-block-37,
    .div-block-38,
    .text-with-image,
    .w-layout-blockcontainer {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Исправление элементов, которые могут выходить за пределы экрана */
    img,
    video,
    iframe {
        max-width: 100%;
        height: auto;
    }

    /* Исправление флекс контейнеров */
    .text-with-image,
    .footer-content-holder,
    .w-layout-hflex {
        flex-wrap: wrap;
    }

    /* Убираем отрицательные поля и фиксируем padding */
    * {
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    /* Исправление для элементов с абсолютным позиционированием */
    .mobile-popup {
        width: 100%;
        left: 0;
        right: 0;
    }

    /* Дополнительные исправления для специфических элементов */
    .get-game-steps {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-holder {
        width: 100%;
        text-align: center;
    }
}

/* Hero section with image layout */
.hero-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hero-text-content {
    flex: 1;
    padding-right: 20px;
}

.hero-image-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Make phone images 30% smaller on desktop */
.homepage-image {
    max-width: 70%; /* Reduced by 30% */
    height: auto;
}

/* Make hero image even smaller */
.hero-image {
    max-width: 80%; /* Reduced by 50% from original size */
    height: auto;
}

/* Mobile responsive adjustments */
@media screen and (max-width: 767px) {
    .hero-section.hero {
        min-height: auto;
        position: relative;
        overflow: hidden;
        padding: 20px 0;
    }
    
    .center-div.hero.homepage {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .hero-content-wrapper {
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    
    .hero-image-content {
        width: 100%;
        position: relative;
        order: -1; /* Move image to top */
        margin-bottom: 20px;
    }
    
    .hero-text-content {
        padding: 0;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
        text-align: center;
        background-color: transparent;
        border-radius: 0;
    }
    
    .hero-image {
        width: 100%; /* Reset to 100% on mobile */
        max-height: 450px;
        object-fit: contain;
    }
    
    /* Reset homepage images to full size on mobile */
    .homepage-image {
        max-width: 100%;
    }
    
    /* Text styles for mobile */
    .hero-section .h1 {
        color: #000000;
 
    }
    
    .hero-section .h3 {
        color: yellow;

    }
    
    .hero-section span[style*="color: yellow"] {
        color: yellow !important;
    }
    
    /* Mobile button adjustments for Russian text */
    .get-now-button {
        font-size: 16px;
        padding: 12px 20px;
        min-width: 180px;
    }
    
    .h2.mobile {
        line-height: 1.3;
    }
} 

      /* CSS для анимации плавного появления */
      .fade-in-section {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 1s ease-out, transform 1s ease-out;
        will-change: opacity, transform;
    }
    
    .fade-in-section.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* Небольшая задержка для последовательного появления элементов */
    .fade-in-section.delay-1 {
        transition-delay: 0.2s;
    }
    
    .fade-in-section.delay-2 {
        transition-delay: 0.4s;
    }