* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #140004 url('image/body.jpg') center bottom / cover fixed no-repeat;
    font-family: 'Mukta', sans-serif;
    color: #c9c1c3;
    line-height: 1.5;
}


.gl-wrapper {
    max-width: 1170px;
    width: 98%;
    margin: 45px auto;
    background: #1A1114;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.frame{
    max-width: 100%;
    width: 98%;
    height: 600px;
    border-radius: 12px;
    margin: 0 auto;
    display: block;
}


.gl-container {
    padding: 0 32px;
}


.gl-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 28px 32px;
    border-bottom: 1px solid rgba(255, 77, 77, 0.15);
}

.gl-logo a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.gl-logo img {
    height: 48px;
    width: auto;
}

.gl-brand {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.8rem;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #b31217 0%, #ff4d4d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 400;
}

.gl-nav-list {
    display: flex;
    gap: 32px;
    list-style: none;
    align-items: center;
}

.gl-nav-list li a {
    text-decoration: none;
    color: #c9c1c3;
    font-weight: 500;
    transition: 0.2s;
    font-size: 1rem;
}

.gl-nav-list li a:hover {
    color: #ff4d4d;
}

.gl-btn-outline {
    background: linear-gradient(90deg, #8f1119 0%, #d92d3a 100%);
    padding: 8px 22px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: opacity 0.2s;
    display: inline-block;
}

.gl-btn-outline:hover {
    opacity: 0.9;
}

.gl-menu-toggle {
    display: none;
    background: none;
    border: 1px solid rgba(255, 77, 77, 0.5);
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    color: #ff4d4d;
    font-size: 1.5rem;
    background: #22161A;
}


.gl-banner {
    background: url('image/heroes.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
}

.gl-banner-content {
    max-width: 780px;
}

.gl-subtitle {
    color: #ff4d4d;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.gl-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 4.2rem;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.gl-title span {
    background: linear-gradient(90deg, #b31217 0%, #ff4d4d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.gl-desc {
    font-size: 1.1rem;
    margin-bottom: 32px;
    color: #e0d6d9;
}

.gl-btn-primary {
    background: linear-gradient(90deg, #8f1119 0%, #d92d3a 100%);
    padding: 14px 38px;
    border-radius: 60px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1.5px;
    display: inline-block;
    transition: transform 0.2s;
}

.gl-btn-primary:hover {
    transform: scale(1.02);
    opacity: 0.95;
}


.gl-stats {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 60px 32px;
    background: rgba(34, 22, 26, 0.5);
    border-bottom: 1px solid rgba(255, 77, 77, .08);
}

.gl-stat-item {
    flex: 1;
    text-align: center;
    background: #22161A;
    border: 1px solid rgba(255, 77, 77, .08);
    border-radius: 28px;
    padding: 32px 16px;
    transition: all 0.2s;
}

.gl-stat-number {
    font-family: 'Bebas Neue', cursive;
    font-size: 3.2rem;
    color: #ff4d4d;
    line-height: 1;
}

.gl-stat-label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c9c1c3;
    margin-top: 8px;
}


.gl-section {
    padding: 70px 32px;
    border-bottom: 1px solid rgba(255, 77, 77, .08);
}

.gl-section-title {
    text-align: center;
    margin-bottom: 38px;
}

.gl-games-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.gl-game-card {
    flex: 1;
    min-width: 260px;
    background: #22161A;
    border: 1px solid rgba(255, 77, 77, .08);
    border-radius: 28px;
    overflow: hidden;
    transition: 0.2s;
}

.gl-game-img {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
}

.gl-game-info {
    padding: 24px 20px 30px;
}

.gl-stars {
    margin-bottom: 12px;
    color: #ffb84d;
    font-size: 1rem;
    letter-spacing: 3px;
}

.gl-game-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 10px;
}

.gl-game-text {
    font-size: 0.9rem;
    margin-bottom: 20px;
    color: #b9adb0;
}

.gl-btn-game {
    background: linear-gradient(90deg, #8f1119 0%, #d92d3a 100%);
    padding: 10px 20px;
    border-radius: 40px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
    display: inline-block;
}


.gl-about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    margin-top: 20px;
}

.gl-about-text {
    flex: 1;
}

.gl-about-img {
    flex: 1;
}

.gl-about-img img {
    width: 100%;
    border-radius: 28px;
    border: 1px solid rgba(255, 77, 77, .2);
}

.gl-about-text p {
    margin-bottom: 20px;
    font-size: 1rem;
    color: #d1c5c8;
}


.gl-cta {
    background: linear-gradient(rgba(20, 0, 4, 0.7), rgba(26, 17, 20, 0.9)), url('image/cta.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 80px 32px;
    border-radius: 24px;
    margin: 20px 32px 40px;
}

.gl-cta .gl-subtitle {
    color: #ff4d4d;
}

.gl-cta .gl-title {
    font-size: 3rem;
}


.gl-footer {
    padding: 48px 32px 32px;
    text-align: center;
    border-top: 1px solid rgba(255, 77, 77, .15);
}

.gl-footer-highlight p {
    margin: 6px 0;
}

.gl-footer-highlight a {
    color: #fff;
}

.gl-footer-highlight {
    font-weight: 400;
    background: rgba(255, 77, 77, 0.1);
    display: inline-block;
    padding: 6px 20px;
    border-radius: 10px;
    margin-bottom: 24px;
    font-size: 1rem;
    border: 1px solid rgba(255, 77, 77, 0.3);
}

.gl-footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-bottom: 24px;
}

.gl-footer-links a {
    text-decoration: none;
    color: #c9c1c3;
    transition: 0.2s;
    font-size: 0.9rem;
}

.gl-footer-links a:hover {
    color: #ff4d4d;
}

.gl-copyright {
    font-size: 0.8rem;
    color: #8e7e82;
}



.gl-contact-section {
    background: transparent;
    padding: 20px 0 60px;
}

.gl-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
}


.gl-breadcrumb {
    margin-bottom: 24px;
}

.gl-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.gl-breadcrumb-item {
    font-size: 0.9rem;
    color: #c9c1c3;
}

.gl-breadcrumb-item a {
    color: #ff4d4d;
    text-decoration: none;
    transition: opacity 0.2s;
}

.gl-breadcrumb-item a:hover {
    opacity: 0.8;
}

.gl-breadcrumb-separator {
    margin: 0 4px;
    color: #8e7e82;
}


.gl-contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 20px;
}

.gl-contact-info {
    flex: 1.2;
    min-width: 250px;
}

.gl-contact-form {
    flex: 1.8;
    min-width: 280px;
    background: #22161A;
    border: 1px solid rgba(255, 77, 77, .08);
    border-radius: 28px;
    padding: 36px 32px;
}

.gl-contact-title-main {
    font-family: 'Bebas Neue', cursive;
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.gl-contact-title-main span {
    background: linear-gradient(90deg, #b31217 0%, #ff4d4d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.gl-contact-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #c9c1c3;
    margin-bottom: 24px;
}

.gl-contact-email-block {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 77, 77, .2);
}

.gl-contact-email-label {
    font-weight: 600;
    color: #ff4d4d;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.gl-contact-email {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 8px;
    transition: 0.2s;
}

.gl-contact-email:hover {
    color: #ff4d4d;
}


.gl-form-group {
    margin-bottom: 20px;
}

.gl-form-label {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #d1c5c8;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.gl-form-input,
.gl-form-textarea,
.gl-form-select {
    width: 100%;
    padding: 14px 18px;
    background: #1A1114;
    border: 1px solid rgba(255, 77, 77, .25);
    border-radius: 16px;
    font-family: 'Mukta', sans-serif;
    font-size: 1rem;
    color: #fff;
    transition: all 0.2s;
    outline: none;
}

.gl-form-input:focus,
.gl-form-textarea:focus,
.gl-form-select:focus {
    border-color: #ff4d4d;
    box-shadow: 0 0 0 2px rgba(255, 77, 77, .2);
}

.gl-form-textarea {
    resize: vertical;
    min-height: 110px;
}

.gl-checkbox-group {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0 28px;
}

.gl-checkbox-group input {
    width: 20px;
    height: 20px;
    accent-color: #d92d3a;
    cursor: pointer;
}

.gl-checkbox-group label {
    font-size: 0.9rem;
    color: #c9c1c3;
    cursor: pointer;
}

.gl-checkbox-group a {
    color: #ff4d4d;
    text-decoration: none;
}

.gl-checkbox-group a:hover {
    text-decoration: underline;
}

.gl-btn-submit {
    background: linear-gradient(90deg, #8f1119 0%, #d92d3a 100%);
    border: none;
    padding: 14px 28px;
    border-radius: 60px;
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    transition: transform 0.2s, opacity 0.2s;
}

.gl-btn-submit:hover {
    transform: translateY(-2px);
    opacity: 0.94;
}


.gl-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
}

.gl-popup-overlay.active {
    visibility: visible;
    opacity: 1;
}

.gl-popup-card {
    background: #22161A;
    border: 1px solid rgba(255, 77, 77, .3);
    border-radius: 32px;
    max-width: 420px;
    width: 85%;
    padding: 40px 32px;
    text-align: center;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.5);
}

.gl-popup-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 2rem;
    color: #ff4d4d;
    margin-bottom: 16px;
}

.gl-popup-text {
    font-size: 1rem;
    color: #c9c1c3;
    margin-bottom: 28px;
}

.gl-popup-close {
    background: linear-gradient(90deg, #8f1119 0%, #d92d3a 100%);
    border: none;
    padding: 10px 28px;
    border-radius: 40px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Mukta', sans-serif;
    text-transform: uppercase;
}

@media (max-width: 800px) {
    .gl-contact-grid {
        flex-direction: column;
    }

    .gl-container {
        padding: 0 20px;
    }
}

.gl-legal-section {
    background: transparent;
    padding: 20px 0 70px;
}

.gl-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
}

.gl-breadcrumb {
    margin-bottom: 28px;
}

.gl-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.gl-breadcrumb-item {
    font-size: 0.9rem;
    color: #c9c1c3;
}

.gl-breadcrumb-item a {
    color: #ff4d4d;
    text-decoration: none;
}

.gl-breadcrumb-item a:hover {
    text-decoration: underline;
}

.gl-breadcrumb-separator {
    margin: 0 4px;
    color: #8e7e82;
}

.gl-legal-header {
    margin-bottom: 32px;
    border-left: 4px solid #ff4d4d;
    padding-left: 24px;
}

.gl-legal-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 3.2rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.gl-legal-title span {
    background: linear-gradient(90deg, #b31217 0%, #ff4d4d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.gl-update-date {
    font-size: 0.85rem;
    color: #ff4d4d;
    background: rgba(255, 77, 77, 0.12);
    display: inline-block;
    padding: 4px 14px;
    border-radius: 40px;
    margin-top: 8px;
}

.gl-legal-content {
    background: #22161A;
    border: 1px solid rgba(255, 77, 77, .08);
    border-radius: 28px;
    padding: 42px 40px;
    color: #c9c1c3;
    line-height: 1.6;
}

.gl-legal-content h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    margin: 28px 0 14px 0;
    letter-spacing: 0.5px;
}

.gl-legal-content h3:first-of-type {
    margin-top: 0;
}

.gl-legal-content p {
    margin-bottom: 18px;
    font-size: 1rem;
}

.gl-legal-content strong {
    color: #ff4d4d;
    font-weight: 600;
}

.gl-legal-content ul,
.gl-legal-content ol {
    margin: 16px 0 20px 28px;
}

.gl-legal-content li {
    margin-bottom: 8px;
}

.gl-legal-content a {
    color: #ff7b7b;
    text-decoration: none;
}

.gl-legal-content a:hover {
    text-decoration: underline;
}

.gl-contact-email-simple {
    background: #1A1114;
    padding: 10px 18px;
    border-radius: 48px;
    display: inline-block;
    font-weight: 500;
    color: #ff4d4d;
    margin-top: 6px;
}

hr {
    border: none;
    height: 1px;
    background: rgba(255, 77, 77, .2);
    margin: 24px 0;
}

@media (max-width: 700px) {
    .gl-legal-content {
        padding: 28px 20px;
    }

    .gl-legal-title {
        font-size: 2.4rem;
    }

    .gl-container {
        padding: 0 20px;
    }
}








































@media (max-width: 900px) {

    .gl-container,
    .gl-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gl-title {
        font-size: 2.8rem;
    }

    .gl-stats {
        flex-direction: column;
    }

    .gl-games-grid {
        flex-direction: column;
    }

    .gl-about-content {
        flex-direction: column;
    }

    .gl-nav-list {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 2;
    }

    .gl-menu-toggle {
        display: block;
    }

    .gl-nav-list {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #1A1114;
        padding: 20px;
        gap: 20px;
        margin-top: 20px;
        border-radius: 20px;
        border: 1px solid rgba(255, 77, 77, 0.2);
    }

    .gl-nav-list.active {
        display: flex;
    }

    .gl-nav-list li {
        text-align: center;
    }
}

@media (max-width: 560px) {
    .gl-wrapper {
        width: 95%;
        margin: 20px auto;
    }

    .gl-title {
        font-size: 2.2rem;
    }

    .gl-btn-primary {
        padding: 12px 24px;
    }
    .gl-section{
        padding: 60px 20px;
    }
    .frame{
        height: 467px;
    }
}

img {
    max-width: 100%;
    display: block;
}

a {
    cursor: pointer;
}