@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .header-fixed .header .inner {
        align-items: center;
    }

    .header .inner nav {
        display: none;
    }

    .header .inner .icons {
        display: none;
    }

    .header .hamburger {
        display: block;
        border: 2px solid #fff;
        padding: 5px;
        border-radius: 5px;
    }

    .header nav.open {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: rgba(128, 93, 215, 0.9);
    }

    .header-fixed .header nav a {
        font-size: 20px;
    }

    .header-fixed .header .mobile-logo img {
        height: 50px;
    }

    .header .inner nav a {
        padding: 5px 10px;
        text-align: center;
    }

    .header .logo {
        display: none;
    }

    .header .mobile-logo {
        display: block;
    }

    .header .mobile-logo img {
        height: 70px;
    }

    main {
        padding-top: 70px;
    }

    .banner {
        padding: 50px 0 0;
        text-align: center;
    }

    .banner .inner {
        flex-direction: column;
        gap: 50px;
    }

    .banner .mobile-image {
        display: block;
        border-radius: 15px;
        margin: 0 auto 20px;
    }

    .banner .stores {
        justify-content: center;
    }

    .banner .desktop-image {
        display: none;
    }

    .banner .title {
        font-size: 26px;
        line-height: 40px;
    }

    .banner .description {
        font-size: 14px;
    }

    .games {
        padding-top: 50px;
    }

    .section-title {
        font-size: 30px;
    }

    .games .game-list .game {
        width: 29.6%;
    }

    .games .game-list .game .title {
        font-size: 14px;
    }

    .values {
        padding-top: 50px;
    }

    .values .text {
        font-size: 14px;
        line-height: 22px;
    }

    .numbers {
        padding-top: 50px;
    }

    .numbers .text {
        font-size: 14px;
        line-height: 22px;
    }

    .team {
        padding-top: 50px;
    }

    .team .text {
        margin-top: 10px;
        font-size: 14px;
    }

    .team .team-list .team-box {
        width: calc(50% - 30px);
    }

    .team .team-list .team-box .image img {
        height: 180px;
    }

    .team .team-list .team-box .title {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .team .team-list .team-box .position {
        line-height: 16px;
    }

    .numbers {
        padding-top: 50px;
    }

    .numbers .text {
        margin-top: 10px;
        font-size: 14px;
    }

    .numbers .numbers-list .numbers-box {
        width: calc(53.2% - 30px);
    }

    .numbers .numbers-list .numbers-box .icon img {
        height: 80px;
    }

    .numbers .numbers-list .numbers-box .title {
        font-size: 20px;
        line-height: 24px;
    }

    .numbers .numbers-list .numbers-box .text {
        line-height: 20px;
    }

    .values {
        padding-top: 50px;
    }

    .values .text {
        margin-top: 10px;
        font-size: 14px;
    }

    .values .values-list .values-box {
        width: 100%;
    }

    .values .values-list .values-box .icon img {
        height: 80px;
    }

    .values .values-list .values-box .title {
        font-size: 20px;
        line-height: 24px;
    }

    .values .values-list .values-box .text {
        line-height: 20px;
    }

    .contact-us {
        padding-bottom: 0;
    }

    .contact-us .text {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }

    .contact-us .form form {
        width: 100%;
    }

    .footer .footer-top .inner {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footer .footer-top .inner .logo img {
        height: 100px;
    }

    .footer .footer-top .nav a {
        font-size: 12px;
    }

    .footer .footer-top .copyright-mobile {
        display: block;
    }

    .footer .footer-bottom {
        display: none;
    }

    .long-text {
        font-size: 14px;
    }

    .long-text p {
        line-height: 22px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .container {
        width: 100%;
    }

    .header-fixed .header .mobile-logo img {
        height: 50px;
    }

    .header .mobile-logo img {
        height: 70px;
    }

    nav {
        gap: 10px;
    }

    nav a {
        padding: 5px 10px;
    }

    main {
        padding-top: 100px;
    }

    .header .logo {
        display: none;
    }

    .header .mobile-logo {
        display: block;
    }

    .banner .inner {
        gap: 0;
    }

    .banner .title {
        font-size: 26px;
        line-height: 40px;
    }

    .banner .description {
        font-size: 14px;
    }

    .games {
        padding-top: 50px;
    }

    .section-title {
        font-size: 30px;
    }

    .games .game-list .game {
        width: 23%;
    }

    .games .game-list .game .title {
        font-size: 14px;
    }

    .values {
        padding-top: 50px;
    }

    .values .text {
        margin-top: 10px;
        font-size: 14px;
    }

    .values .values-list .values-box {
        width: 30.6%;
    }

    .values .values-list .values-box .icon img {
        height: 100px;
    }

    .values .values-list .values-box .text {
        line-height: 22px;
    }

    .team {
        padding-top: 50px;
    }

    .team .text {
        margin-top: 10px;
        font-size: 14px;
    }

    .team .team-list .team-box {
        width: calc(33.33333% - 34px);
    }

    .team .team-list .team-box .image img {
        height: 250px;
    }

    .team .team-list .team-box .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .team .team-list .team-box .position {
        line-height: 16px;
    }

    .contact-us {
        padding-top: 50px;
    }

    .contact-us .text {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }

    .footer .footer-top .inner {
        flex-direction: column;
        gap: 20px;
    }

    .footer .footer-top .inner .logo img {
        height: 100px;
    }

    .footer .footer-bottom {
        text-align: center;
    }

    .long-text {
        font-size: 14px;
    }

    .long-text p {
        line-height: 22px;
    }
}