/*!* Адаптивность *!*/
/*@media (max-width: 768px) {*/
/*    .hero-content h1 {*/
/*        font-size: 2.5rem;*/
/*    }*/

/*    .hero-content p {*/
/*        font-size: 1.2rem;*/
/*    }*/

/*    .btn-explore {*/
/*        padding: 0.8rem 1.5rem;*/
/*        font-size: 1rem;*/
/*    }*/
/*}*/

/*!* Адаптивность *!*/
/*@media (max-width: 992px) {*/
/*    .hero h1 {*/
/*        font-size: 2.8rem;*/
/*    }*/

/*    .hero-bg {*/
/*        width: 70%;*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .gamer-header .container {*/
/*        flex-direction: column;*/
/*    }*/

/*    .logo {*/
/*        margin-bottom: 1rem;*/
/*    }*/

/*    .main-nav {*/
/*        margin: 1rem 0;*/
/*    }*/

/*    .hero {*/
/*        text-align: center;*/
/*        padding-top: 2rem;*/
/*    }*/

/*    .hero-content {*/
/*        max-width: 100%;*/
/*    }*/

/*    .hero-bg {*/
/*        width: 100%;*/
/*        height: 50%;*/
/*        top: auto;*/
/*        bottom: 0;*/
/*        clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);*/
/*    }*/

/*    .newsletter-form {*/
/*        flex-direction: column;*/
/*    }*/

/*    .newsletter-form input {*/
/*        border-radius: 4px;*/
/*        margin-bottom: 1rem;*/
/*    }*/

/*    .btn-subscribe {*/
/*        border-radius: 4px;*/
/*    }*/
/*}*/


/*!* Герой секция *!*/
/*.hero {*/
/*    position: relative;*/
/*    height: 80vh;*/
/*    min-height: 600px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    overflow: hidden;*/
/*}*/

/*.hero-content {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*    padding: 2rem;*/
/*    text-align: center;*/
/*    color: white;*/
/*}*/

/*.hero-content h1 {*/
/*    font-size: 3.5rem;*/
/*    margin-bottom: 1.5rem;*/
/*    line-height: 1.2;*/
/*}*/

/*.hero-content h1 span {*/
/*    display: block;*/
/*}*/

/*.hero-content p {*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2.5rem;*/
/*    max-width: 800px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

/*.hero-buttons {*/
/*    display: flex;*/
/*    gap: 1rem;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.hero h1 {*/
/*    font-size: 3.5rem;*/
/*    margin-bottom: 1.5rem;*/
/*    line-height: 1.2;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*.hero p {*/
/*    font-size: 1.2rem;*/
/*    margin-bottom: 2rem;*/
/*    color: var(--dark-text);*/
/*    max-width: 600px;*/
/*}*/

/*.btn-explore {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 0.7rem;*/
/*    padding: 1rem 2rem;*/
/*    background: var(--primary-color);*/
/*    color: white;*/
/*    border-radius: 50px;*/
/*    font-weight: 600;*/
/*    font-size: 1.1rem;*/
/*    transition: all 0.3s ease;*/
/*    border: 2px solid transparent;*/
/*}*/

/*.btn-explore.secondary {*/
/*    background: transparent;*/
/*    border-color: var(--primary-color);*/
/*}*/

/*.btn-explore:hover {*/
/*    transform: translateY(-3px);*/
/*    box-shadow: 0 10px 20px rgba(110, 0, 255, 0.3);*/
/*    background: var(--primary-light);*/
/*}*/

/*.btn-explore.secondary:hover {*/
/*    background: rgba(110, 0, 255, 0.1);*/
/*}*/

/*.hero-bg {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    z-index: 1;*/
/*    opacity: 0.3;*/
/*}*/


/*!* Рассылка *!*/
/*.newsletter {*/
/*    padding: 5rem 0;*/
/*    background: linear-gradient(135deg, var(--primary-dark), var(--darker-bg));*/
/*    text-align: center;*/
/*}*/

/*.newsletter h2 {*/
/*    font-size: 2.5rem;*/
/*    margin-bottom: 1rem;*/
/*}*/

/*.newsletter p {*/
/*    color: var(--dark-text);*/
/*    margin-bottom: 2rem;*/
/*    font-size: 1.1rem;*/
/*}*/

/*.newsletter-form {*/
/*    display: flex;*/
/*    max-width: 500px;*/
/*    margin: 0 auto;*/
/*}*/

/*.newsletter-form input {*/
/*    flex: 1;*/
/*    padding: 1rem;*/
/*    border: none;*/
/*    border-radius: 4px 0 0 4px;*/
/*    font-size: 1rem;*/
/*    background: rgba(255, 255, 255, 0.9);*/
/*}*/

/*.newsletter-form input:focus {*/
/*    outline: none;*/
/*    box-shadow: 0 0 0 2px var(--primary-color);*/
/*}*/

/*.btn-subscribe {*/
/*    padding: 1rem 1.5rem;*/
/*    background: var(--primary-color);*/
/*    color: white;*/
/*    border: none;*/
/*    border-radius: 0 4px 4px 0;*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.btn-subscribe:hover {*/
/*    background: var(--primary-dark);*/
/*    box-shadow: 0 0 15px var(--primary-light);*/
/*}*/

/*.btn-subscribe i {*/
/*    margin-left: 0.5rem;*/
/*}*/

/*!* Популярные игры *!*/

/*!*<!-- Стили слайдера -->*!*/
/*.games-slider-container {*/
/*    !*width: 100%;*!*/
/*    !*padding: 20px 0 40px;*!*/
/*    padding: 0 100px; !* Место для кнопок *!*/
/*    position: relative;*/
/*    max-width: 1400px;*/
/*    margin: 0 auto;*/
/*}*/

/*.games-slider {*/
/*    width: 100%;*/
/*    padding: 30px 0;*/
/*    overflow: hidden;*/
/*}*/

/*.games-slider .swiper {*/
/*    padding: 30px;*/
/*    margin: -30px;*/
/*    width: 280px; !* Фиксированная ширина карточек *!*/
/*    height: auto;*/
/*}*/

/*.games-slider {*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*}*/

/*!* Обертка слайдов *!*/
/*.swiper-wrapper {*/
/*    !*display: flex;*!*/
/*    align-items: stretch;*/
/*    !*padding: 20px 0;*!*/
/*}*/

/*!* Слайд *!*/
/*.swiper-slide {*/
/*    width: 280px !important; !* Фиксированная ширина *!*/
/*    height: auto;*/
/*    padding: 10px 0;*/
/*}*/

/*.games-slider .swiper-slide-active {*/
/*    transform: scale(1.05);*/
/*}*/

/*.games-slider .game-card {*/
/*    margin: 0 10px;*/
/*}*/

/*!* Кнопки навигации *!*/
/*.swiper-button-prev,*/
/*.swiper-button-next {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background: rgba(110, 0, 255, 0.7);*/
/*    border-radius: 50%;*/
/*    color: white;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 10;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.swiper-button-prev { left: 10px; }*/
/*.swiper-button-next { right: 10px; }*/

/*.swiper-button-prev:hover,*/
/*.swiper-button-next:hover {*/
/*    background: var(--primary-color);*/
/*    transform: scale(1.1);*/
/*}*/

/*.swiper-button-prev::after,*/
/*.swiper-button-next::after {*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*}*/

/*.games-slider .swiper-button-next,*/
/*.games-slider .swiper-button-prev {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background: rgba(110, 0, 255, 0.3);*/
/*    border-radius: 50%;*/
/*    !*backdrop-filter: blur(5px);*!*/
/*    color: white;*/
/*    transition: all 0.3s ease;*/
/*    top: 50%;*/
/*    margin-top: -25px;*/
/*    z-index: 10;*/
/*    display: flex !important; !* Принудительно показываем *!*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: absolute;*/
/*}*/

/*.games-slider .swiper-button-next:hover,*/
/*.games-slider .swiper-button-prev:hover {*/
/*    background: var(--primary-color);*/
/*    transform: scale(1.1);*/
/*}*/

/*.games-slider .swiper-button-next::after,*/
/*.games-slider .swiper-button-prev::after {*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*}*/

/*.games-slider .swiper-pagination-bullet {*/
/*    background: var(--dark-text);*/
/*    opacity: 0.5;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.games-slider .swiper-pagination-bullet-active {*/
/*    background: var(--primary-color);*/
/*    opacity: 1;*/
/*    transform: scale(1.2);*/
/*}*/

/*!* Навигационные кнопки *!*/
/*.games-slider-container .swiper-button-next,*/
/*.games-slider-container .swiper-button-prev {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background: rgba(110, 0, 255, 0.3);*/
/*    border-radius: 50%;*/
/*    backdrop-filter: blur(5px);*/
/*    color: white;*/
/*    transition: all 0.3s ease;*/
/*    top: 50%;*/
/*    margin-top: -25px;*/
/*}*/

/*!*.games-slider-container .swiper-button-prev {*!*/
/*!*    left: 0;*!*/
/*!*}*!*/

/*!*.games-slider-container .swiper-button-next {*!*/
/*!*    right: 0;*!*/
/*!*}*!*/

/*.games-slider .swiper-button-prev {*/
/*    left: -60px; !* Вынесено за границу контейнера *!*/
/*}*/

/*.games-slider .swiper-button-next {*/
/*    right: -60px; !* Вынесено за границу контейнера *!*/
/*}*/

/*.games-slider-container .swiper-button-next:hover,*/
/*.games-slider-container .swiper-button-prev:hover {*/
/*    background: var(--primary-color);*/
/*    transform: scale(1.1);*/
/*}*/

/*.games-slider-container .swiper-button-next::after,*/
/*.games-slider-container .swiper-button-prev::after {*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*}*/

/*!* Кнопки навигации *!*/
/*.slider-nav-btn {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 44px;*/
/*    height: 44px;*/
/*    background: var(--primary-color);*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: white;*/
/*    cursor: pointer;*/
/*    z-index: 10;*/
/*    border: none;*/
/*    outline: none;*/
/*    transition: all 0.3s;*/
/*}*/

/*.slider-nav-btn:hover {*/
/*    background: var(--primary-dark);*/
/*    transform: translateY(-50%) scale(1.1);*/
/*}*/

/*.slider-nav-btn.prev {*/
/*    left: 0;*/
/*}*/

/*.slider-nav-btn.next {*/
/*    right: 0;*/
/*}*/

/*!* Пагинация *!*/
/*.swiper-pagination {*/
/*    position: relative;*/
/*    bottom: 0;*/
/*    margin-top: 20px;*/
/*}*/

/*.swiper-pagination-bullet {*/
/*    background: var(--dark-text);*/
/*    opacity: 0.5;*/
/*}*/

/*.swiper-pagination-bullet-active {*/
/*    background: var(--primary-color);*/
/*    opacity: 1;*/
/*}*/

/*!* Пагинация *!*/
/*.games-slider-container .swiper-pagination {*/
/*    position: relative;*/
/*    bottom: 0;*/
/*    margin-top: 20px;*/
/*}*/

/*.games-slider-container .swiper-pagination-bullet {*/
/*    background: var(--dark-text);*/
/*    opacity: 0.5;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.games-slider-container .swiper-pagination-bullet-active {*/
/*    background: var(--primary-color);*/
/*    opacity: 1;*/
/*    transform: scale(1.2);*/
/*}*/
/*!* ОСНОВНЫЕ СТИЛИ КАРТОЧЕК *!*/
/*.featured-games {*/
/*    padding: 5rem 0;*/
/*    background-color: var(--darker-bg);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*.featured-games h2 {*/
/*    font-size: 2.5rem;*/
/*    margin-bottom: 3rem;*/
/*    text-align: center;*/
/*    color: var(--light-text);*/
/*}*/

/*.games-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));*/
/*    gap: 2rem;*/
/*    justify-content: center;*/
/*    width: 100%;*/
/*    max-width: 1200px;*/
/*    padding: 0 20px;*/
/*}*/

/*.game-card {*/
/*    background: var(--card-bg);*/
/*    border-radius: 12px;*/
/*    overflow: hidden;*/
/*    height: 550px; !* Фиксированная высота *!*/
/*    width: 260px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    border: 1px solid rgba(110, 0, 255, 0.2);*/
/*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.game-card:hover {*/
/*    transform: translateY(-8px);*/
/*    box-shadow: 0 15px 30px rgba(110, 0, 255, 0.3);*/
/*    border-color: var(--primary-light);*/
/*}*/

/*.game-card::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 4px;*/
/*    background: linear-gradient(90deg, #7b2cbf, #00e5ff);*/
/*    z-index: 2;*/
/*}*/

/*!* Изображение игры *!*/
/*.game-thumbnail {*/
/*    height: 160px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/
/*    !*transition: transform 0.5s ease;*!*/
/*    flex-shrink: 0; !* Запрещаем изменение высоты *!*/
/*}*/

/*.game-card:hover .game-thumbnail {*/
/*    transform: scale(1.03);*/
/*}*/

/*!* СТИЛИ ТЕГОВ *!*/
/*.game-tag {*/
/*    position: absolute;*/
/*    top: 1rem;*/
/*    right: 1rem;*/
/*    padding: 0.4rem 1rem;*/
/*    border-radius: 20px;*/
/*    font-size: 0.75rem;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 1px;*/
/*    z-index: 2;*/
/*    box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
/*}*/

/*.game-tag.new {*/
/*    background: var(--primary-color);*/
/*    color: white;*/
/*}*/

/*.game-tag.esports {*/
/*    background: var(--accent-color);*/
/*    color: var(--dark-bg);*/
/*}*/

/*.game-tag.bestseller {*/
/*    background: linear-gradient(45deg, #ffd700, #ffaa00);*/
/*    color: var(--dark-bg);*/
/*}*/

/*.game-tag.upcoming {*/
/*    background: linear-gradient(45deg, #9d4edd, #6e00ff);*/
/*    color: white;*/
/*    font-weight: 700;*/
/*    text-shadow: 0 0 5px rgba(0,0,0,0.3);*/
/*}*/

/*.discount-banner {*/
/*    position: absolute;*/
/*    top: 1rem;*/
/*    left: 1rem;*/
/*    background: var(--discount-color);*/
/*    color: white;*/
/*    padding: 0.4rem 1rem;*/
/*    border-radius: 20px;*/
/*    font-size: 0.9rem;*/
/*    font-weight: 700;*/
/*    z-index: 2;*/
/*    box-shadow: 0 2px 5px rgba(0,0,0,0.3);*/
/*}*/

/*!* СТИЛИ ИНФОРМАЦИИ ОБ ИГРЕ *!*/
/*.game-info {*/
/*    padding: 1.5rem;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-grow: 1;*/
/*}*/

/*.game-info h3 {*/
/*    margin-bottom: 0.8rem;*/
/*    font-size: 1.3rem;*/
/*    color: white;*/
/*    font-weight: 600;*/
/*}*/

/*.game-meta {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 0.8rem;*/
/*    margin-bottom: 1rem;*/
/*    font-size: 0.85rem;*/
/*    color: var(--dark-text);*/
/*}*/

/*.game-meta span {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.4rem;*/
/*}*/

/*.game-meta i {*/
/*    font-size: 0.8rem;*/
/*    color: var(--primary-light);*/
/*}*/

/*!* СТИЛИ ЦЕН *!*/
/*.price-section {*/
/*    margin: 1rem 0;*/
/*}*/

/*.price-row {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin-bottom: 0.6rem;*/
/*}*/

/*.currency-label {*/
/*    font-size: 0.85rem;*/
/*    color: var(--dark-text);*/
/*    font-weight: 500;*/
/*}*/

/*.price-value {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.8rem;*/
/*}*/

/*.current-price {*/
/*    font-weight: 700;*/
/*    color: var(--accent-color);*/
/*    font-size: 1.1rem;*/
/*}*/

/*.discount-price {*/
/*    font-size: 0.9rem;*/
/*    color: var(--dark-text);*/
/*    text-decoration: line-through;*/
/*}*/

/*.single-price .price-row {*/
/*    justify-content: flex-start;*/
/*    gap: 1rem;*/
/*}*/

/*!* СТИЛИ КНОПОК *!*/
/*.game-platforms {*/
/*    display: grid;*/
/*    gap: 0.8rem;*/
/*    margin-top: auto;*/
/*    padding-top: 1rem;*/
/*}*/

/*.platform-btn {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 0.6rem;*/
/*    padding: 0.7rem;*/
/*    border-radius: 8px;*/
/*    font-size: 0.9rem;*/
/*    font-weight: 600;*/
/*    text-align: center;*/
/*    transition: all 0.3s ease;*/
/*    text-decoration: none !important;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*}*/

/*.platform-btn:hover {*/
/*    transform: translateY(-3px);*/
/*    box-shadow: 0 5px 15px rgba(0,0,0,0.3);*/
/*}*/

/*.platform-btn i {*/
/*    font-size: 0.95rem;*/
/*}*/

/*!* Конкретные стили кнопок *!*/
/*.platform-btn.steam {*/
/*    background: var(--steam-color);*/
/*    color: white;*/
/*    border: 1px solid #171d25;*/
/*}*/

/*.platform-btn.steam:hover {*/
/*    background: #2a475e;*/
/*    box-shadow: 0 5px 20px rgba(42, 71, 94, 0.5);*/
/*}*/

/*.platform-btn.purple-btn {*/
/*    background: var(--primary-color);*/
/*    color: white;*/
/*    box-shadow: 0 4px 15px rgba(110, 0, 255, 0.4);*/
/*}*/

/*.platform-btn.purple-btn:hover {*/
/*    background: var(--primary-dark);*/
/*    box-shadow: 0 6px 20px rgba(110, 0, 255, 0.6);*/
/*}*/

/*.platform-btn.purple-outline {*/
/*    background: transparent;*/
/*    color: var(--primary-light);*/
/*    border: 2px solid var(--primary-light);*/
/*}*/

/*.platform-btn.purple-outline:hover {*/
/*    background: rgba(110, 0, 255, 0.1);*/
/*    box-shadow: 0 0 15px rgba(110, 0, 255, 0.3);*/
/*}*/

/*.platform-btn.purple-gradient {*/
/*    background: linear-gradient(45deg, var(--primary-color), var(--primary-light));*/
/*    color: white;*/
/*    font-weight: bold;*/
/*    border: none;*/
/*}*/

/*.platform-btn.purple-gradient:hover {*/
/*    background: linear-gradient(45deg, var(--primary-dark), var(--primary-color));*/
/*    box-shadow: 0 5px 20px rgba(110, 0, 255, 0.5);*/
/*}*/

/*!* ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ *!*/
/*.player-count {*/
/*    position: absolute;*/
/*    bottom: 1rem;*/
/*    left: 1rem;*/
/*    background: rgba(0,0,0,0.7);*/
/*    padding: 0.4rem 0.8rem;*/
/*    border-radius: 20px;*/
/*    font-size: 0.8rem;*/
/*    color: white;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.4rem;*/
/*}*/

/*.release-date {*/
/*    position: absolute;*/
/*    bottom: 1rem;*/
/*    left: 1rem;*/
/*    background: rgba(0,0,0,0.7);*/
/*    padding: 0.4rem 0.8rem;*/
/*    border-radius: 20px;*/
/*    font-size: 0.8rem;*/
/*    color: white;*/
/*}*/

/*.game-stats {*/
/*    display: flex;*/
/*    gap: 1.2rem;*/
/*    margin-top: 0.8rem;*/
/*    font-size: 0.85rem;*/
/*    color: var(--dark-text);*/
/*}*/

/*.stat-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.4rem;*/
/*}*/

/*.awards-section {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.6rem;*/
/*    margin-top: 0.8rem;*/
/*    font-size: 0.85rem;*/
/*    color: var(--accent-color);*/
/*}*/

/*.award-icon {*/
/*    color: gold;*/
/*    font-size: 1rem;*/
/*}*/

/*.platform-badges {*/
/*    display: flex;*/
/*    gap: 0.8rem;*/
/*    margin: 1rem 0;*/
/*}*/

/*.platform-badge {*/
/*    padding: 0.4rem 0.8rem;*/
/*    border-radius: 20px;*/
/*    font-size: 0.8rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.4rem;*/
/*    font-weight: 600;*/
/*}*/

/*.platform-badge.ps5 {*/
/*    background: #003791;*/
/*    color: white;*/
/*}*/

/*.platform-badge.xbox {*/
/*    background: #107c10;*/
/*    color: white;*/
/*}*/

/*.game-description {*/
/*    font-size: 0.85rem;*/
/*    color: var(--dark-text);*/
/*    margin-top: 0.5rem;*/
/*    font-style: italic;*/
/*    line-height: 1.4;*/
/*}*/

/*.sale-timer {*/
/*    font-size: 0.8rem;*/
/*    color: var(--accent-color);*/
/*    margin-top: 0.8rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.4rem;*/
/*}*/

/*!* АДАПТИВНОСТЬ *!*/
/*@media (max-width: 768px) {*/
/*    .featured-games {*/
/*        padding: 3rem 0;*/
/*    }*/

/*    .featured-games h2 {*/
/*        font-size: 2rem;*/
/*        margin-bottom: 2rem;*/
/*    }*/

/*    .games-grid {*/
/*        grid-template-columns: 1fr;*/
/*        max-width: 400px;*/
/*    }*/

/*    .price-row {*/
/*        flex-direction: column;*/
/*        align-items: flex-start;*/
/*        gap: 0.3rem;*/
/*        margin-bottom: 0.8rem;*/
/*    }*/

/*    .games-slider-container {*/
/*        padding: 0 50px;*/
/*    }*/

/*    .swiper-slide {*/
/*        width: 260px !important;*/
/*    }*/

/*    .game-card {*/
/*        height: 440px;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .game-thumbnail {*/
/*        height: 250px;*/
/*    }*/

/*    .game-info {*/
/*        padding: 1.2rem;*/
/*    }*/
/*}*/
/* Герой секция */
.hero {
    position: relative;
    height: 80vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    color: white;
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-content h1 span {
    display: block;
}

.hero-content p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-explore {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 1rem 2rem;
    background: var(--primary-color);
    color: white;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-explore.secondary {
    background: transparent;
    border-color: var(--primary-color);
}

.btn-explore:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(110, 0, 255, 0.3);
    background: var(--primary-light);
}

.btn-explore.secondary:hover {
    background: rgba(110, 0, 255, 0.1);
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.3;
}

/* Популярные игры */
.featured-games {
    padding: 5rem 0;
    background-color: var(--darker-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featured-games h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    color: var(--light-text);
}

.games-slider-container {
    padding: 0 100px;
    display: flex;
    gap: 2rem;
    /*overflow-x: auto;*/
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.game-card {
    background: var(--card-bg);
    border-radius: 12px;
    overflow: hidden;
    height: 550px;
    width: 260px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(110, 0, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.game-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(110, 0, 255, 0.3);
    border-color: var(--primary-light);
}

.game-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #7b2cbf, #00e5ff);
    z-index: 2;
}

.game-thumbnail {
    height: 160px;
    background-size: cover;
    background-position: center;
    position: relative;
    flex-shrink: 0;
}

.game-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.game-tag.new {
    background: var(--primary-color);
    color: white;
}

.game-tag.esports {
    background: var(--accent-color);
    color: var(--dark-bg);
}

.game-tag.bestseller {
    background: linear-gradient(45deg, #ffd700, #ffaa00);
    color: var(--dark-bg);
}

.game-tag.upcoming {
    background: linear-gradient(45deg, #9d4edd, #6e00ff);
    color: white;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.discount-banner {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--discount-color);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.game-info {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.game-info h3 {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    color: white;
    font-weight: 600;
}

.game-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    color: var(--dark-text);
}

.game-meta span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.game-meta i {
    font-size: 0.8rem;
    color: var(--primary-light);
}

.price-section {
    margin: 1rem 0;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
}

.currency-label {
    font-size: 0.85rem;
    color: var(--dark-text);
    font-weight: 500;
}

.price-value {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.current-price {
    font-weight: 700;
    color: var(--accent-color);
    font-size: 1.1rem;
}

.discount-price {
    font-size: 0.9rem;
    color: var(--dark-text);
    text-decoration: line-through;
}

/*.single-price .price-row {*/
/*    justify-content: flex-start;*/
/*    gap: 1rem;*/
/*}*/

.game-platforms {
    display: grid;
    gap: 0.8rem;
    margin-top: auto;
    padding-top: 1rem;
}

.platform-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.7rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
}

.platform-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.platform-btn i {
    font-size: 0.95rem;
}

.platform-btn.steam {
    background: var(--steam-color);
    color: white;
    border: 1px solid #171d25;
}

.platform-btn.steam:hover {
    background: #2a475e;
    box-shadow: 0 5px 20px rgba(42, 71, 94, 0.5);
}

.platform-btn.purple-btn {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 4px 15px rgba(110, 0, 255, 0.4);
}

.platform-btn.purple-btn:hover {
    background: var(--primary-dark);
    box-shadow: 0 6px 20px rgba(110, 0, 255, 0.6);
}

.platform-btn.purple-outline {
    background: transparent;
    color: var(--primary-light);
    border: 2px solid var(--primary-light);
}

.platform-btn.purple-outline:hover {
    background: rgba(110, 0, 255, 0.1);
    box-shadow: 0 0 15px rgba(110, 0, 255, 0.3);
}

.platform-btn.purple-gradient {
    background: linear-gradient(45deg, var(--primary-color), var(--primary-light));
    color: white;
    font-weight: bold;
    border: none;
}

.platform-btn.purple-gradient:hover {
    background: linear-gradient(45deg, var(--primary-dark), var(--primary-color));
    box-shadow: 0 5px 20px rgba(110, 0, 255, 0.5);
}

.player-count {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: rgba(0,0,0,0.7);
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    color: white;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.release-date {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: rgba(0,0,0,0.7);
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    color: white;
}

.game-stats {
    display: flex;
    gap: 1.2rem;
    margin-top: 0.8rem;
    font-size: 0.85rem;
    color: var(--dark-text);
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.awards-section {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.8rem;
    font-size: 0.85rem;
    color: var(--accent-color);
}

.award-icon {
    color: gold;
    font-size: 1rem;
}

.platform-badges {
    display: flex;
    gap: 0.8rem;
    margin: 1rem 0;
}

.platform-badge {
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
}

.platform-badge.ps5 {
    background: #003791;
    color: white;
}

.platform-badge.xbox {
    background: #107c10;
    color: white;
}

.game-description {
    font-size: 0.85rem;
    color: var(--dark-text);
    margin-top: 0.5rem;
    font-style: italic;
    line-height: 1.4;
}

/* Рассылка */
.newsletter {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-dark), var(--darker-bg));
    text-align: center;
}

.newsletter h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.newsletter p {
    color: var(--dark-text);
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.newsletter-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    padding: 1rem;
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.9);
}

.newsletter-form input:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--primary-color);
}

.btn-subscribe {
    padding: 1rem 1.5rem;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.btn-subscribe:hover {
    background: var(--primary-dark);
    box-shadow: 0 0 15px var(--primary-light);
}

.btn-subscribe i {
    margin-left: 0.5rem;
}

.small-text {
    font-size: 0.8rem;
    color: var(--dark-text);
}

/* Адаптивность */
@media (max-width: 992px) {
    .hero h1 {
        font-size: 2.8rem;
    }

    .hero-bg {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1.2rem;
    }

    .btn-explore {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    .gamer-header .container {
        flex-direction: column;
    }

    .logo {
        margin-bottom: 1rem;
    }

    .main-nav {
        margin: 1rem 0;
    }

    .hero {
        text-align: center;
        padding-top: 2rem;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-bg {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
        clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input {
        border-radius: 4px;
        margin-bottom: 1rem;
    }

    .btn-subscribe {
        border-radius: 4px;
    }

    .featured-games {
        padding: 3rem 0;
    }

    .featured-games h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .games-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
        margin-bottom: 0.8rem;
    }

    .games-slider-container {
        padding: 0 50px;
    }

    .swiper-slide {
        width: 260px !important;
    }

    .game-card {
        height: 440px;
    }
}

@media (max-width: 480px) {
    .game-thumbnail {
        height: 250px;
    }

    .game-info {
        padding: 1.2rem;
    }
}

/* Свайпер удален, т к слайдер не используется + sale-timer + release-info*/