* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: url('../imgs/background.jpeg') center center fixed;
    background-size: cover;
    font-family: 'Inter', sans-serif;
    color: #dcece8;
    line-height: 1.4;
}


.myWrapper {
    max-width: 1190px;
    width: 90%;
    margin: 23px auto;
    background-color: #0a1214;
    position: relative;
    z-index: 2;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.5);
}


a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.myContainer {
    padding: 0 32px;
}


.myHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: transparent;
    padding: 20px 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(3px);
}

.myLogoArea {
    display: flex;
    align-items: center;
    gap: 12px;
}

.myLogoArea a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.myLogoImg {
    height: 44px;
    width: auto;
    margin-top: -2px;
}

.myBrand {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}


.myNavMenu {
    display: flex;
    align-items: center;
    gap: 36px;
}

.myNavMenu a {
    color: #dcece8;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.myNavMenu a:hover {
    color: #40d9c4;
}

.myGetStartedBtn {
    background-color: #40d9c4;
    padding: 10px 24px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a1214 !important;
    transition: 0.2s;
}

.myGetStartedBtn:hover {
    background-color: #6fe8d8;
    color: #0a1214;
}


.myMenuToggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #40d9c4;
    background: none;
    border: none;
}


.myBanner {
    background: url('../imgs/bg-1.jpeg') left center/cover no-repeat;
    min-height: 620px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 140px 32px 100px 32px;
}

.myBannerContent {
    max-width: 660px;
}

.mySubtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #40d9c4;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 16px;
}

.myTitle {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

.myDescText {
    font-family: 'Inter', sans-serif;
    color: #dcece8;
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 1.5;
}

.myPrimaryBtn {
    display: inline-block;
    background-color: #40d9c4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 34px;
    color: #0a1214;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: 0.2s;
    border: none;
    cursor: pointer;
}

.myPrimaryBtn:hover {
    background-color: #6fe8d8;
}


.mySection {
    padding: 70px 32px;
    border-bottom: 1px solid rgba(64, 217, 196, 0.15);
}

.mySectionLast {
    border-bottom: none;
}


.myRow {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.myCard {
    background-color: #152028;
    flex: 1;
    min-width: 220px;
    padding: 36px 24px;
    text-align: center;
    transition: transform 0.2s;
}

.myCardIcon {
    height: 70px;
    margin-bottom: 14px;
}

.myCardTitle {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}

.myCardText {
    font-size: 15px;
    line-height: 1.45;
    color: #dcece8;
}


.myGameRow {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    align-items: center;
}

.myGameImageCol {
    flex: 1;
}

.myGameImageCol img {
    width: 100%;
    display: block;
    background: #0a1418;
}

.myGameContentCol {
    flex: 1;
}

.myGameTitle {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}

.myStars {
    margin: 12px 0 16px;
    color: #e9c46a;
    font-size: 20px;
    letter-spacing: 4px;
}

.myGameDesc {
    font-size: 16px;
    color: #dcece8;
    margin-bottom: 24px;
    line-height: 1.5;
}

.myGameBtn {
    background-color: #40d9c4;
    display: inline-block;
    padding: 12px 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a1214;
}


.myStatsRow {
    background: #40d9c4;
    padding: 50px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 0 32px 50px 32px;
}

.myStatItem {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 160px;
}

.myStatNumber {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 54px;
    font-weight: 400;
    color: #0a1214;
    line-height: 1;
}

.myStatText {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #0a1214;
    font-size: 16px;
    letter-spacing: 0.5px;
}


.myAboutCenter {
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
}

.myAboutSub {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #40d9c4;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.myAboutTitle {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 52px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 28px;
}

.myAboutText {
    font-size: 17px;
    line-height: 1.65;
    color: #dcece8;
    margin-bottom: 28px;
}


.myFooter {
    background-color: #070f12;
    padding: 48px 32px 36px;
    text-align: center;
}

.myFooterLogoWrap {
    margin-bottom: 28px;
}

.myFooterLogoLink {
    display: inline-block;
    line-height: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.myFooterLogoLink:hover {
    opacity: 0.9;
    transform: scale(1.04);
}

.myFooterLogo {
    height: 48px;
    width: 48px;
    display: block;
}

.myFooterLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 30px;
    margin-bottom: 32px;
}

.myFooterLinks a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    color: #40d9c4;
}

.myFooterLinks a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.myImportantText p {
    margin: 12px 0;
}

.myImportantText {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    background: #152028;
    display: inline-block;
    padding: 12px 28px;
    margin-bottom: 28px;
    color: #dcece8;
}

.myCopyright {
    font-size: 13px;
    color: #7a9e9a;
    letter-spacing: 0.3px;
}

.myContactSection {
    background-color: #152028;
    padding: 120px 40px 60px 40px;
    margin: 0;
}


.myContactHeader {
    text-align: center;
    margin-bottom: 50px;
}

.myContactBreadcrumb {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #40d9c4;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.myContactBreadcrumb a {
    color: #40d9c4;
    text-decoration: none;
}

.myContactBreadcrumb a:hover {
    text-decoration: underline;
    color: #6fe8d8;
}

.myContactBreadcrumb span {
    color: #dcece8;
    margin: 0 6px;
}

.myContactTitle {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 8px;
    letter-spacing: 1px;
}


.myContactFormWrapper {
    max-width: 720px;
    margin: 0 auto;
    background: #0a1214;
    padding: 48px 44px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.myFormGroup {
    margin-bottom: 28px;
}

.myFormLabel {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #40d9c4;
    margin-bottom: 8px;
}

.myFormInput,
.myFormSelect,
.myFormTextarea {
    width: 100%;
    padding: 14px 18px;
    background-color: #152028;
    border: 1px solid #2a4548;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #dcece8;
    transition: all 0.2s;
    outline: none;
}

.myFormInput:focus,
.myFormSelect:focus,
.myFormTextarea:focus {
    border-color: #40d9c4;
    box-shadow: 0 0 0 2px rgba(64, 217, 196, 0.22);
}

.myFormTextarea {
    resize: vertical;
    min-height: 120px;
}


.myCheckboxGroup {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    cursor: pointer;
}

.myCheckboxGroup input {
    width: 20px;
    height: 20px;
    accent-color: #40d9c4;
    cursor: pointer;
}

.myCheckboxGroup label {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #dcece8;
    cursor: pointer;
    user-select: none;
}

.mySubmitBtn {
    background-color: #40d9c4;
    border: none;
    padding: 16px 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #0a1214;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s;
    letter-spacing: 1px;
}

.mySubmitBtn:hover {
    background-color: #6fe8d8;
    transform: translateY(-2px);
}


.myPopupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 18, 20, 0.92);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
}

.myPopupOverlay.active {
    visibility: visible;
    opacity: 1;
}

.myPopupCard {
    background: #152028;
    max-width: 440px;
    width: 88%;
    padding: 42px 32px;
    text-align: center;
    border-left: 4px solid #40d9c4;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.6);
    transform: scale(0.95);
    transition: transform 0.2s ease;
}

.myPopupOverlay.active .myPopupCard {
    transform: scale(1);
}

.myPopupIcon {
    font-size: 58px;
    margin-bottom: 18px;
}

.myPopupTitle {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    color: #40d9c4;
    margin-bottom: 12px;
}

.myPopupMessage {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #dcece8;
    line-height: 1.5;
    margin-bottom: 28px;
}

.myPopupClose {
    background: #40d9c4;
    border: none;
    padding: 10px 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a1214;
    cursor: pointer;
    font-size: 14px;
}

.myPopupClose:hover {
    background: #6fe8d8;
}


@media (max-width: 768px) {
    .myContactSection {
        padding: 120px 20px 50px 20px;
    }

    .myContactFormWrapper {
        padding: 32px 24px;
    }

    .myContactTitle {
        font-size: 44px;
    }
}

.myLegalSection {
    background-color: #152028;
    padding: 120px 40px 60px 40px;
    margin: 0;
}

.myLegalSection a{
    color: #fff;
}

.myLegalHeader {
    text-align: center;
    margin-bottom: 50px;
}

.myLegalBreadcrumb {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #40d9c4;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.myLegalBreadcrumb a {
    color: #40d9c4;
    text-decoration: none;
}

.myLegalBreadcrumb a:hover {
    text-decoration: underline;
}

.myLegalBreadcrumb span {
    color: #dcece8;
    margin: 0 6px;
}

.myLegalTitle {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 8px;
    letter-spacing: 1px;
}

.myLegalUpdate {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #40d9c4;
    margin-top: 15px;
    text-align: center;
}

.myLegalContent {
    max-width: 980px;
    margin: 0 auto;
    background: #0a1214;
    padding: 48px 52px;
}

.myLegalContent h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    color: #40d9c4;
    margin: 28px 0 16px 0;
    letter-spacing: 0.5px;
}

.myLegalContent h2:first-of-type {
    margin-top: 0;
}

.myLegalContent h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 24px 0 12px 0;
}

.myLegalContent p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #dcece8;
    margin-bottom: 18px;
}

.myLegalContent ul,
.myLegalContent ol {
    margin: 12px 0 20px 30px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #dcece8;
    line-height: 1.6;
}

.myLegalContent li {
    margin-bottom: 8px;
}

.myLegalContent strong {
    color: #40d9c4;
    font-weight: 600;
}

.myLegalContact {
    background: #152028;
    padding: 24px 30px;
    margin: 35px 0 20px 0;
    border-left: 3px solid #40d9c4;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #dcece8;
}

.myLegalContact a {
    color: #40d9c4;
    text-decoration: none;
}

.myLegalContact a:hover {
    text-decoration: underline;
}

.myAgeWarning {
    background: rgba(64, 217, 196, 0.12);
    border: 1px solid #40d9c4;
    padding: 18px 24px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #40d9c4;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .myLegalSection {
        padding: 120px 20px 40px 20px;
    }

    .myLegalContent {
        padding: 32px 24px;
    }

    .myLegalTitle {
        font-size: 44px;
    }
}


































@media (max-width: 992px) {
    .myWrapper {
        width: 95%;
        margin: 15px auto;
    }

    .myTitle {
        font-size: 52px;
    }

    .myGameTitle {
        font-size: 34px;
    }

    .myStatNumber {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .myMenuToggle {
        display: block;
    }

    .myNavMenu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 70%;
        height: 100vh;
        background: #0a1214;
        flex-direction: column;
        justify-content: center;
        gap: 32px;
        transition: 0.3s;
        z-index: 100;
        padding: 40px 20px;
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.6);
    }

    .myNavMenu.active {
        left: 0;
    }

    .myNavMenu a {
        font-size: 18px;
    }

    .myHeader {
        background: rgba(10, 18, 20, 0.88);
        backdrop-filter: blur(6px);
    }

    .myBanner {
        padding-top: 160px;
        min-height: 520px;
    }

    .myRow {
        flex-direction: column;
    }

    .myGameRow {
        flex-direction: column!important;
    }

    .myGameRow.reverseOnMobile {
        flex-direction: column;
    }

    .myStatsRow {
        flex-direction: column;
        align-items: flex-start;
    }

    .myStatItem {
        width: 100%;
    }

    .myContainer {
        padding: 0 20px;
    }

    .mySection {
        padding: 50px 20px;
    }
}

@media (max-width: 480px) {
    .myTitle {
        font-size: 40px;
    }

    .myGameTitle {
        font-size: 28px;
    }

    .myAboutTitle {
        font-size: 38px;
    }
    .myStatsRow{
        padding: 30px;
    }
}