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

body {
    font-family: 'Inter', sans-serif;
    background: #121212 url('../imgs/bgs-body.webp') center top / 100% no-repeat;
    color: #f1f1f1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gt-wrapper {
    max-width: 1120px;
    width: 100%;
    padding: 0 30px;
    border-left: 2px solid #525252;
    border-right: 2px solid #525252;
    background: #121212;
    position: relative;
}

.gt-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 15px 10px;
}

.gt-logo a {
    display: flex;
    align-items: center;
}

.gt-logo img {
    height: 26px;
    width: auto;
    display: block;
}

.gt-nav {
    display: flex;
    align-items: center;
    gap: 6px 12px;
    flex-wrap: wrap;
    background: linear-gradient(0deg, #363532, #181717);
    padding: 8px 20px;
    border-radius: 4px;
}

.gt-nav a {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #f1f1f1;
    text-decoration: none;
    padding: 6px 14px;
    transition: 0.2s;
    background: transparent;
    border-radius: 0;
}

.gt-nav a:hover {
    color: #ce6a16;
}

.gt-nav .gt-btn-outline {
    background: linear-gradient(90deg, rgba(207, 84, 19, 1) 0%, rgba(208, 90, 22, 1) 100%);
    color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: none;
    font-family: 'Barlow Condensed', sans-serif;
}

.gt-nav .gt-btn-outline:hover {
    opacity: 0.9;
    color: #fff;
}

.gt-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 4px;
}

.gt-menu-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #f1f1f1;
    border-radius: 4px;
    transition: 0.2s;
}

.gt-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px 60px;
    gap: 30px;
    background: url('../imgs/bgs.webp') center center no-repeat;
    background-size: cover;
}

.gt-hero-content {
    flex: 1 1 380px;
}

.gt-hero-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(2.6rem, 8vw, 4.2rem);
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FCFCFB 0%, #EDEAE5 22%, #D6D2CC 50%, #F2F1EF 78%, #BEB9B2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.25em;
}

.gt-hero-title span {
    background: linear-gradient(180deg, #FFB44B 0%, #F7932A 22%, #E66A18 50%, #C94E0F 78%, #8D3008 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gt-hero-text {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 520px;
    margin: 20px 0 30px;
    opacity: 0.9;
}

.gt-btn {
    display: inline-block;
    background: linear-gradient(90deg, rgba(207, 84, 19, 1) 0%, rgba(208, 90, 22, 1) 100%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    padding: 14px 40px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: 0.2s;
    border: none;
    font-family: 'Barlow Condensed', sans-serif;
}

.gt-btn:hover {
    opacity: 0.9;
}

.gt-benefits {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 40px 0 30px;
    border-top: 1px solid #2f2f2d;
    border-bottom: 1px solid #2f2f2d;
}

.gt-benefit-item {
    background: linear-gradient(0deg, #181717, #363532);
    padding: 18px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 0;
}

.gt-benefit-item img {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    object-fit: contain;
}

.gt-benefit-item .gt-benefit-text {
    display: flex;
    flex-direction: column;
}

.gt-benefit-item h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #f1f1f1;
    line-height: 1.1;
}

.gt-benefit-item p {
    font-size: 0.75rem;
    line-height: 1.3;
    opacity: 0.7;
}

.gt-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(0deg, #181717, #363532);
    padding: 16px 24px;
    border-radius: 0;
    margin: 50px 0 30px;
    flex-wrap: wrap;
    gap: 10px 20px;
    border-top: 1px solid #2f2f2d;
    border-bottom: 1px solid #2f2f2d;
}

.gt-section-head h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1;
    background: linear-gradient(180deg, #FCFCFB 0%, #EDEAE5 22%, #D6D2CC 50%, #F2F1EF 78%, #BEB9B2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gt-section-head a {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #ce6a16;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    line-height: 1;
    border-bottom: none;
    padding-bottom: 0;
}

.gt-section-head a:hover {
    opacity: 0.8;
}

.gt-games-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px 18px;
    margin-bottom: 20px;
}

.gt-game-card {
    background: linear-gradient(0deg, #181717, #363532);
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.2s;
}

.gt-game-card img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
}

.gt-game-info {
    padding: 14px 14px 18px;
    background: linear-gradient(0deg, #181717, #363532);
}

.gt-game-info h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #f1f1f1;
    margin-bottom: 4px;
    line-height: 1.1;
}

.gt-game-info p {
    font-size: 0.75rem;
    opacity: 0.7;
    line-height: 1.4;
    margin-bottom: 8px;
}

.gt-game-features {
    list-style: none;
    font-size: 0.7rem;
    opacity: 0.6;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gt-game-features li::before {
    content: "• ";
    color: #ce6a16;
}

.gt-game-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}

.gt-game-footer .gt-btn-small {
    background: linear-gradient(90deg, rgba(207, 84, 19, 1) 0%, rgba(208, 90, 22, 1) 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-family: 'Barlow Condensed', sans-serif;
}

.gt-game-footer .gt-btn-small:hover {
    opacity: 0.9;
}

.gt-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    font-family: 'Barlow Condensed', sans-serif;
}

.gt-rating span {
    color: #FFB44B;
    font-size: 1.1rem;
}

.gt-select-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 30px 0 40px;
}

.gt-select-item {
    background: linear-gradient(0deg, #181717, #363532);
    border-radius: 0;
    padding: 24px 20px 28px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #2f2f2d;
    border-bottom: 1px solid #2f2f2d;
}

.gt-select-item .gt-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 4.5rem;
    opacity: 0.1;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 4px;
    color: #f1f1f1;
}

.gt-select-item h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 8px;
}

.gt-select-item p {
    font-size: 0.9rem;
    line-height: 1.5;
    opacity: 0.75;
    max-width: 90%;
}

.gt-cta {
    background: url('../imgs/bgs-body.webp') left bottom / cover no-repeat;
    border-radius: 0;
    padding: 70px 30px;
    margin: 40px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-top: 1px solid #2f2f2d;
    border-bottom: 1px solid #2f2f2d;
}

.gt-cta h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    text-transform: uppercase;
    line-height: 1;
    background: linear-gradient(180deg, #FCFCFB 0%, #EDEAE5 22%, #D6D2CC 50%, #F2F1EF 78%, #BEB9B2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    max-width: 700px;
}

.gt-cta p {
    font-size: 1.1rem;
    max-width: 560px;
    margin: 16px 0 28px;
    opacity: 0.8;
}

.gt-footer {
    padding: 50px 0 30px;
    border-top: 1px solid #2f2f2d;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
}

.gt-footer-col {
    flex: 1 1 160px;
}

.gt-footer-col .gt-logo-footer img {
    height: 20px;
    display: block;
    margin-bottom: 12px;
}

.gt-footer-col p {
    font-size: 0.8rem;
    opacity: 0.7;
    line-height: 1.5;
    max-width: 220px;
}

.gt-footer-col h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #f1f1f1;
    margin-bottom: 12px;
    line-height: 1;
}

.gt-footer-col a {
    display: block;
    color: #f1f1f1;
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.7;
    padding: 4px 0;
    font-weight: 400;
}

.gt-footer-col a:hover {
    opacity: 1;
    color: #ce6a16;
}

.gt-footer-divider {
    width: 100%;
    border-top: 1px solid #2f2f2d;
    margin: 10px 0 20px;
}

.gt-footer-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 10px;
}

.gt-footer-bottom .gt-disclaimer {
    font-size: 0.8rem;
    opacity: 0.5;
    line-height: 1.6;
}

.gt-footer-bottom .gt-copy {
    font-size: 0.7rem;
    opacity: 0.3;
}

.gt-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gt-footer-contact a {
    font-size: 0.95rem;
    opacity: 0.8;
    color: #f1f1f1;
    text-decoration: none;
}

.gt-footer-contact a:hover {
    color: #ce6a16;
    opacity: 1;
}

.gt-footer-contact .gt-contact-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #f1f1f1;
    opacity: 1;
    margin-bottom: 2px;
}

.gt-contact-section {
    padding: 60px 0 40px;
    border-top: 1px solid #2f2f2d;
    border-bottom: 1px solid #2f2f2d;
    margin: 20px 0 30px;
}

.gt-contact-inner {
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
}

.gt-contact-header {
    text-align: center;
    margin-bottom: 40px;
}

.gt-contact-subtitle {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ce6a16;
    margin-bottom: 4px;
}

.gt-contact-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    text-transform: uppercase;
    line-height: 1;
    background: linear-gradient(180deg, #FCFCFB 0%, #EDEAE5 22%, #D6D2CC 50%, #F2F1EF 78%, #BEB9B2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 12px;
}

.gt-contact-desc {
    font-size: 1rem;
    opacity: 0.7;
    max-width: 460px;
    margin: 0 auto;
    line-height: 1.6;
}

.gt-contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gt-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.gt-form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gt-form-group label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #f1f1f1;
    opacity: 0.8;
}

.gt-form-group input,
.gt-form-group textarea {
    background: linear-gradient(0deg, #181717, #363532);
    border: 1px solid #2f2f2d;
    border-radius: 4px;
    padding: 12px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #f1f1f1;
    outline: none;
    transition: 0.2s;
    width: 100%;
    resize: vertical;
}

.gt-form-group input:focus,
.gt-form-group textarea:focus {
    border-color: #ce6a16;
    box-shadow: 0 0 0 2px rgba(206, 106, 22, 0.2);
}

.gt-form-group input::placeholder,
.gt-form-group textarea::placeholder {
    color: #888;
    opacity: 0.5;
}

.gt-btn-submit {
    align-self: flex-start;
    padding: 14px 48px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: none;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(207, 84, 19, 1) 0%, rgba(208, 90, 22, 1) 100%);
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
}

.gt-btn-submit:hover {
    opacity: 0.9;
}

.gt-thank-you {
    margin-top: 24px;
    padding: 16px 20px;
    background: rgba(206, 106, 22, 0.15);
    border-left: 4px solid #ce6a16;
    border-radius: 4px;
    color: #f1f1f1;
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .gt-form-row {
        grid-template-columns: 1fr;
    }

    .gt-contact-section {
        padding: 40px 0 30px;
    }

    .gt-btn-submit {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

.gt-legal-section {
    padding: 50px 0 40px;
    border-top: 1px solid #2f2f2d;
    border-bottom: 1px solid #2f2f2d;
    margin: 20px 0 30px;
}

.gt-legal-inner {
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
}

.gt-legal-header {
    margin-bottom: 36px;
    border-bottom: 1px solid #2f2f2d;
    padding-bottom: 20px;
}

.gt-legal-subtitle {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ce6a16;
    margin-bottom: 4px;
}

.gt-legal-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    text-transform: uppercase;
    line-height: 1;
    background: linear-gradient(180deg, #FCFCFB 0%, #EDEAE5 22%, #D6D2CC 50%, #F2F1EF 78%, #BEB9B2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 6px;
}

.gt-legal-meta {
    font-size: 0.8rem;
    opacity: 0.4;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.gt-legal-body {
    color: #f1f1f1;
    font-size: 0.98rem;
    line-height: 1.7;
}

.gt-legal-body p {
    margin-bottom: 1.2em;
    opacity: 0.9;
}

.gt-legal-body h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.1;
    margin: 1.8em 0 0.6em;
    color: #f1f1f1;
    border-left: 3px solid #ce6a16;
    padding-left: 14px;
}

.gt-legal-body ul {
    margin: 0.8em 0 1.2em 1.8em;
    list-style: none;
}

.gt-legal-body ul li {
    position: relative;
    padding-left: 1.4em;
    margin-bottom: 0.4em;
    opacity: 0.85;
    line-height: 1.6;
}

.gt-legal-body ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #ce6a16;
    font-weight: 700;
    font-size: 1.2rem;
}

.gt-legal-body a {
    color: #ce6a16;
    text-decoration: none;
    border-bottom: 1px dotted rgba(206, 106, 22, 0.3);
    transition: 0.2s;
}

.gt-legal-body a:hover {
    border-bottom-color: #ce6a16;
    opacity: 0.8;
}

.gt-legal-contact {
    margin-top: 2.2em;
    padding-top: 1.5em;
    border-top: 1px solid #2f2f2d;
    font-size: 0.95rem;
}

.gt-legal-contact a {
    font-weight: 500;
    border-bottom: none;
}

@media (max-width: 640px) {
    .gt-legal-section {
        padding: 30px 0 20px;
    }

    .gt-legal-body {
        font-size: 0.92rem;
    }

    .gt-legal-body h2 {
        font-size: 1.3rem;
    }

    .gt-legal-body ul {
        margin-left: 0.8em;
    }
}

.gt-faq-section {
    padding: 50px 0 40px;
    border-top: 1px solid #2f2f2d;
    border-bottom: 1px solid #2f2f2d;
    margin: 20px 0 30px;
}

.gt-faq-inner {
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
}

.gt-faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.gt-faq-subtitle {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ce6a16;
    margin-bottom: 4px;
}

.gt-faq-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    text-transform: uppercase;
    line-height: 1;
    background: linear-gradient(180deg, #FCFCFB 0%, #EDEAE5 22%, #D6D2CC 50%, #F2F1EF 78%, #BEB9B2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 8px;
}

.gt-faq-desc {
    font-size: 1rem;
    opacity: 0.7;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.gt-faq-tabs {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 30px;
}

.gt-faq-item {
    background: linear-gradient(0deg, #181717, #363532);
    border: 1px solid #2f2f2d;
    border-radius: 0;
    overflow: hidden;
}

.gt-faq-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    padding: 18px 24px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #f1f1f1;
    cursor: pointer;
    transition: 0.2s;
    text-align: left;
    line-height: 1.2;
}

.gt-faq-btn:hover {
    background: rgba(206, 106, 22, 0.05);
}

.gt-faq-btn .gt-faq-q {
    flex: 1;
    padding-right: 16px;
}

.gt-faq-btn .gt-faq-icon {
    font-size: 1.6rem;
    font-weight: 300;
    color: #ce6a16;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    line-height: 1;
}

.gt-faq-item.gt-faq-active .gt-faq-btn .gt-faq-icon {
    transform: rotate(45deg);
}

.gt-faq-panel {
    display: none;
    padding: 0 24px 22px 24px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #f1f1f1;
    opacity: 0.85;
    border-top: 1px solid #2f2f2d;
}

.gt-faq-item.gt-faq-active .gt-faq-panel {
    display: block;
}

.gt-faq-panel a {
    color: #ce6a16;
    text-decoration: none;
    border-bottom: 1px dotted rgba(206, 106, 22, 0.3);
}

.gt-faq-panel a:hover {
    border-bottom-color: #ce6a16;
}

.gt-faq-panel strong {
    color: #ce6a16;
    font-weight: 600;
}

.gt-faq-footer {
    text-align: center;
    padding-top: 16px;
    border-top: 1px solid #2f2f2d;
    font-size: 0.95rem;
    opacity: 0.7;
}

.gt-faq-footer a {
    color: #ce6a16;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dotted rgba(206, 106, 22, 0.3);
}

.gt-faq-footer a:hover {
    border-bottom-color: #ce6a16;
}

@media (max-width: 640px) {
    .gt-faq-section {
        padding: 30px 0 20px;
    }

    .gt-faq-btn {
        font-size: 1rem;
        padding: 14px 18px;
    }

    .gt-faq-panel {
        padding: 0 18px 18px 18px;
        font-size: 0.9rem;
    }
}



.gt-about-section {
    padding: 50px 0 40px;
    border-top: 1px solid #2f2f2d;
    border-bottom: 1px solid #2f2f2d;
    margin: 20px 0 30px;
}

.gt-about-inner {
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
}

.gt-about-header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #2f2f2d;
    padding-bottom: 24px;
}

.gt-about-subtitle {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ce6a16;
    margin-bottom: 4px;
}

.gt-about-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    text-transform: uppercase;
    line-height: 1;
    background: linear-gradient(180deg, #FCFCFB 0%, #EDEAE5 22%, #D6D2CC 50%, #F2F1EF 78%, #BEB9B2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 6px;
}

.gt-about-meta {
    font-size: 1rem;
    opacity: 0.6;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.gt-about-body {
    color: #f1f1f1;
    font-size: 0.98rem;
    line-height: 1.7;
}

.gt-about-block {
    margin-bottom: 2.4em;
}

.gt-about-block h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.1;
    margin-bottom: 0.6em;
    color: #f1f1f1;
    border-left: 3px solid #ce6a16;
    padding-left: 14px;
}

.gt-about-block p {
    margin-bottom: 1em;
    opacity: 0.9;
}

.gt-about-block ul {
    margin: 0.8em 0 1.2em 1.8em;
    list-style: none;
}

.gt-about-block ul li {
    position: relative;
    padding-left: 1.4em;
    margin-bottom: 0.5em;
    opacity: 0.85;
    line-height: 1.6;
}

.gt-about-block ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #ce6a16;
    font-weight: 700;
    font-size: 1.2rem;
}

.gt-about-block ul li strong {
    color: #ce6a16;
    font-weight: 600;
}

.gt-about-contact {
    margin-top: 2.2em;
    padding-top: 1.8em;
    border-top: 1px solid #2f2f2d;
    text-align: center;
    font-size: 1rem;
}

.gt-about-contact a {
    color: #ce6a16;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dotted rgba(206, 106, 22, 0.3);
    transition: 0.2s;
}

.gt-about-contact a:hover {
    border-bottom-color: #ce6a16;
    opacity: 0.8;
}

@media (max-width: 640px) {
    .gt-about-section {
        padding: 30px 0 20px;
    }

    .gt-about-body {
        font-size: 0.92rem;
    }

    .gt-about-block h2 {
        font-size: 1.3rem;
    }

    .gt-about-block ul {
        margin-left: 0.8em;
    }
}

.gt-rating-section {
    padding: 50px 0 40px;
    border-top: 1px solid #2f2f2d;
    border-bottom: 1px solid #2f2f2d;
    margin: 20px 0 30px;
}

.gt-rating-inner {
    max-width: 860px;
    margin: 0 auto;
    width: 100%;
}

.gt-rating-header {
    text-align: center;
    margin-bottom: 38px;
    border-bottom: 1px solid #2f2f2d;
    padding-bottom: 20px;
}

.gt-rating-subtitle {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ce6a16;
    margin-bottom: 4px;
}

.gt-rating-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    text-transform: uppercase;
    line-height: 1;
    background: linear-gradient(180deg, #FCFCFB 0%, #EDEAE5 22%, #D6D2CC 50%, #F2F1EF 78%, #BEB9B2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 6px;
}

.gt-rating-desc {
    font-size: 1rem;
    opacity: 0.6;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.gt-rating-body {
    color: #f1f1f1;
    font-size: 0.97rem;
    line-height: 1.7;
}

.gt-rating-intro {
    margin-bottom: 2.2em;
}

.gt-rating-intro p {
    opacity: 0.9;
    margin-bottom: 1em;
}

.gt-rating-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 2em 0 2.8em;
}

.gt-rating-item {
    background: linear-gradient(0deg, #181717, #363532);
    padding: 24px 18px 22px;
    border: 1px solid #2f2f2d;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.gt-rating-item .gt-rating-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 4.2rem;
    opacity: 0.06;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: -4px;
    color: #f1f1f1;
    pointer-events: none;
}

.gt-rating-item h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.1;
    margin-bottom: 8px;
    color: #f1f1f1;
}

.gt-rating-item p {
    font-size: 0.85rem;
    opacity: 0.75;
    line-height: 1.5;
}

.gt-rating-outro h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.1;
    margin: 1.8em 0 0.6em;
    border-left: 3px solid #ce6a16;
    padding-left: 14px;
}

.gt-rating-outro p {
    opacity: 0.9;
    margin-bottom: 1em;
}

.gt-rating-footnote {
    margin-top: 2em;
    padding-top: 1.5em;
    border-top: 1px solid #2f2f2d;
    text-align: center;
    font-size: 0.95rem;
}

.gt-rating-footnote a {
    color: #ce6a16;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dotted rgba(206, 106, 22, 0.3);
    transition: 0.2s;
}

.gt-rating-footnote a:hover {
    border-bottom-color: #ce6a16;
    opacity: 0.8;
}

@media (max-width: 850px) {
    .gt-rating-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .gt-rating-section {
        padding: 30px 0 20px;
    }

    .gt-rating-grid {
        grid-template-columns: 1fr;
    }

    .gt-rating-item {
        min-height: auto;
    }

    .gt-rating-body {
        font-size: 0.92rem;
    }

    .gt-rating-outro h2 {
        font-size: 1.2rem;
    }
}






























@media (max-width: 950px) {
    .gt-benefits {
        grid-template-columns: repeat(3, 1fr);
    }

    .gt-games-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gt-select-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 740px) {
    .gt-nav {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        width: 280px;
        height: 100vh;
        background: #121212;
        padding: 80px 30px 40px;
        gap: 16px;
        align-items: flex-start;
        border-left: 2px solid #525252;
        z-index: 999;
        overflow-y: auto;
        background: #181717;
        border-radius: 0;
    }

    .gt-nav.gt-open {
        display: flex;
    }

    .gt-nav a {
        background: transparent;
        padding: 8px 0;
        font-size: 1.3rem;
        border-radius: 0;
    }

    .gt-nav .gt-btn-outline {
        background: linear-gradient(90deg, rgba(207, 84, 19, 1) 0%, rgba(208, 90, 22, 1) 100%);
        padding: 10px 30px;
        margin-top: 10px;
        border-radius: 4px;
    }

    .gt-menu-toggle {
        display: flex;
        z-index: 1001;
    }

    .gt-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .gt-benefits {
        grid-template-columns: 1fr 1fr;
    }

    .gt-games-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gt-select-grid {
        grid-template-columns: 1fr;
    }

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

    .gt-section-head {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 0;
    }
}

@media (max-width: 480px) {
    .gt-benefits {
        grid-template-columns: 1fr;
    }

    .gt-games-grid {
        grid-template-columns: 1fr;
    }

    .gt-cta h2 {
        font-size: 2rem;
    }

    .gt-footer-col {
        flex: auto;
    }

    .gt-hero-text {
        font-size: 1rem;
    }
}