h1,
h2 {
    font-weight: 700
}

.logo-text,
.mobile-menu-btn {
    font-size: 1.5rem
}

.logo-link,
nav a {
    text-decoration: none
}

.timeline:before,
nav a:after {
    content: '';
    position: absolute
}

.hero,
.hero-content,
.timeline,
.timeline-content,
.timeline-item,
nav a {
    position: relative
}

:root {
    --primary: #2563eb;
    --secondary: #1e40af;
    --accent: #f59e0b;
    --text: #1f2937;
    --light: #f8fafc
}

.footer-links,
.nav-links,
nav ul {
    list-style: none
}

.btn,
.faq-question,
.hamburger {
    cursor: pointer
}

.btn,
.copyright,
.cta-banner,
.footer-bottom,
.game-card,
.hero,
.hero-content,
.image-container,
.mission-card,
.section-title,
.vision-card,
h2 {
    text-align: center
}

.faq-item,
.game-card,
.testimonial-card {
    contain: layout style paint
}

:root {
    --primary-dark: #1e40af;
    --accent-dark: #d97706;
    --text-light: #6b7280;
    --white: #ffffff;
    --border: #e5e7eb;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --radius: 8px;
    --transition: all 0.3s ease
}

.btn,
.faq-question,
.footer-links a,
.mission-card,
.vision-card,
nav a,
nav a:after {
    transition: var(--transition)
}

h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
    line-height: 1.2
}

h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
    line-height: 1.3
}

h3,
p {
    margin-bottom: 1rem
}

h3 {
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 1.5rem)
}

.logo-text,
strong {
    font-weight: 700
}

p {
    color: var(--text)
}

.logo-text,
.nav-links a:hover,
nav a:hover,
strong {
    color: var(--primary)
}

.header-content,
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0
}

.hero-content,
main,
section {
    padding: 3rem 0
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 10px
}

.logo-link,
nav ul {
    display: flex;
    align-items: center
}

.logo-link {
    gap: 10px
}

.logo {
    width: 40px;
    height: 40px;
    border-radius: 8px
}

.mobile-menu-btn {
    display: none;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: var(--text)
}

.btn,
.hero {
    color: var(--white)
}

nav ul {
    gap: 1.5rem
}

nav a {
    color: var(--text);
    font-weight: 500
}

nav a:after {
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: var(--primary)
}

nav a:hover:after {
    width: 100%
}

.btn {
    background: var(--primary);
    border-radius: var(--radius);
    box-shadow: 0 2px 4px rgba(37, 99, 235, .3)
}

.btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(37, 99, 235, .4)
}

.btn-accent {
    background: var(--accent);
    box-shadow: 0 2px 4px rgba(245, 158, 11, .3)
}

.btn-accent:hover {
    background: var(--accent-dark);
    box-shadow: 0 4px 8px rgba(245, 158, 11, .4)
}

.hero {
    overflow: hidden
}

.hero-content {
    z-index: 20;
    color: #000000
}

.cta-banner h2,
.footer-section h3,
.hero h1 {
    color: var(--white);
    margin-bottom: 1rem
}

.hero p {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.125rem;
    margin: 0 auto 1rem
}

.highlight {
    color: var(--accent);
    font-weight: 600
}

section {
    margin-bottom: 4rem
}

.section-divider {
    border: none;
    height: 1px;
    background: var(--border);
    margin: 3rem 0
}

.contact-card,
.mission-card,
.stat-card,
.team-member,
.timeline-content,
.value-card,
.vision-card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0
}

.contact-card,
.stat-card,
.team-member,
.value-card {
    padding: 1.5rem;
    text-align: center;
    transition: var(--transition)
}

.contact-card:hover,
.game-card:hover,
.mission-card:hover,
.stat-card:hover,
.team-member:hover,
.value-card:hover,
.vision-card:hover {
    transform: translateY(-5px)
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: .5rem
}

.card-icon,
.card-title,
.value-title {
    margin-bottom: 1rem
}

.stat-label {
    color: var(--text-light);
    font-weight: 500
}

.card-title,
.timeline-date,
.value-title {
    color: var(--primary);
    font-weight: 600
}

.mission-vision {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem
}

.contact-info,
.footer-content,
.team,
.values {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.mission-card,
.vision-card {
    padding: 2rem
}

.card-icon {
    font-size: 3rem
}

.card-title {
    font-size: 1.5rem
}

.contact-info,
.values {
    display: grid;
    gap: 1.5rem;
    margin-top: 2rem
}

.contact-icon,
.value-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem
}

.value-title {
    font-size: 1.25rem
}

.timeline {
    max-width: 800px;
    margin: 2rem auto
}

.timeline:before {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--primary);
    transform: translateX(-50%)
}

.timeline-item {
    margin-bottom: 2rem;
    width: 100%
}

.timeline-content {
    padding: 1.5rem;
    width: 45%
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-left: 0;
    margin-right: auto
}

.timeline-item:nth-child(2n) .timeline-content {
    margin-left: auto;
    margin-right: 0
}

.timeline-date {
    margin-bottom: .5rem
}

.team {
    display: grid;
    gap: 2rem;
    margin-top: 2rem
}

.member-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 auto 1rem
}

.faq-item,
.faq-question {
    background: var(--white)
}

.member-name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.member-role {
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 1rem
}

.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius)
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-question:hover,
section:nth-child(2n),
tr:nth-child(2n) {
    background: var(--light)
}

.footer,
footer {
    background: var(--text);
    color: var(--white);
    padding: 3rem 0 1rem
}

.nav-links a,
body {
    color: var(--text)
}

.footer-content {
    display: grid
}

.footer-logo {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-bottom: 1rem
}

.footer-links {
    padding: 0
}

.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid #374151;
    color: #9ca3af
}

.disclaimer {
    font-size: .875rem;
    margin-top: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:768px) {
    .container {
        padding: 0 16px
    }

    .mobile-menu-btn {
        display: block
    }

    nav {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: var(--white);
        box-shadow: var(--shadow);
        transform: translateY(-100%);
        opacity: 0;
        transition: transform .3s, opacity .3s;
        z-index: 999
    }

    nav.active {
        transform: translateY(0);
        opacity: 1
    }

    nav ul {
        flex-direction: column;
        padding: 1rem;
        gap: 1rem;
        align-items: flex-start
    }

    .hero,
    .hero-content {
        padding: 2rem 0
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem
    }

    .contact-info,
    .footer-content,
    .mission-vision,
    .team,
    .values {
        grid-template-columns: 1fr
    }

    .timeline:before {
        left: 20px
    }

    .timeline-content {
        width: calc(100% - 50px);
        margin-left: 50px !important
    }

    .footer-content {
        gap: 1.5rem
    }
}

@media (max-width:480px) {
    .container {
        padding: 0 12px
    }

    .hero {
        padding: 1.5rem 0
    }

    .stats {
        grid-template-columns: 1fr
    }

    .contact-card,
    .mission-card,
    .stat-card,
    .team-member,
    .value-card,
    .vision-card {
        padding: 1.25rem
    }

    .faq-question {
        padding: 1rem
    }

    .faq-answer.active {
        padding: 0 1rem 1rem
    }
}

:root {
    --border: #e5e7eb;
    --white: #fff;
    --shadow: 0 4px 6px rgba(0, 0, 0, .1);
    --radius: 8px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    background-color: var(--white);
}


.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px
}

.header {
    background: var(--white);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000
}

.btn,
th {
    background: var(--primary)
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
    z-index: 1001
}

.btn,
.nav-links a {
    font-size: .9rem;
    text-decoration: none
}

.btn,
.faq-question,
.floating-download,
th {
    font-weight: 600
}

.btn,
.cta-banner,
.footer-links a:hover,
.hero,
th {
    color: var(--white)
}

.nav-links {
    display: flex;
    gap: 1.5rem
}

.nav-links a {
    font-weight: 500;
    transition: color .3s
}

.hamburger {
    display: none;
    flex-direction: column;
    z-index: 1001
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--text);
    margin: 3px 0;
    transition: .3s
}

.btn {
    padding: .75rem 1.5rem;
    border-radius: var(--radius);
    transition: background .3s;
    border: none;
    display: inline-block
}

.btn:hover {
    background: var(--secondary)
}

.hero {
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    padding: 3rem 0
}

.hero-content {
    max-width: 800px;
    margin: 0 auto
}

.hero p {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.hero-image {
    max-width: 300px;
    margin: 2rem auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
    position: relative;
    aspect-ratio: 3/4
}

.section-title {
    margin-bottom: 2rem
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem
}

.game-card {
    background: var(--white);
    padding: 1.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: transform .3s
}

.game-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    background: var(--light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem
}

.faq-item,
.faq-question,
table {
    background: var(--white)
}

.table-container {
    overflow-x: auto;
    margin: 2rem 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px
}

td,
th {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid var(--border)
}

.faq-item {
    margin-bottom: 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden
}

.faq-question {
    padding: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-answer {
    padding: 0 1.25rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s, padding .3s
}

.faq-answer.active {
    padding: 1.25rem;
    max-height: 500px
}

.cta-banner {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    padding: 2.5rem 1.5rem;
    border-radius: var(--radius);
    margin: 2rem 0
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 1.5rem 0
}

.benefits-grid,
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
}

.benefits-grid {
    gap: 1rem;
    margin-top: 2rem
}

.footer-content {
    gap: 2rem;
    margin-bottom: 2rem
}

.footer-links li,
li {
    margin-bottom: .5rem
}

.content-box,
ol,
ul {
    margin-bottom: 1.5rem
}

.footer-links a {
    color: #d1d5db;
    text-decoration: none;
    transition: color .3s;
    font-size: .9rem
}

.copyright {
    padding-top: 2rem;
    border-top: 1px solid #374151;
    color: #9ca3af;
    font-size: .9rem
}

.floating-download {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    background: var(--accent);
    color: var(--white);
    padding: .75rem 1.25rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
    z-index: 999;
    display: none;
    font-size: .9rem;
    transform: translateY(100px);
    transition: transform .3s
}

.content-box,
.responsive-img,
.testimonial-card {
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.floating-download.visible {
    transform: translateY(0)
}

.content-box {
    background: var(--white);
    padding: 1.5rem
}

ol,
ul {
    padding-left: 1.5rem
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

.responsive-img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    object-fit: cover
}

.image-container {
    aspect-ratio: 3/4;
    margin: 1.5rem 0;
    position: relative
}

.breadcrumb {
    padding: 1rem 0;
    font-size: .9rem;
    color: var(--text)
}

.breadcrumb a {
    color: var(--primary);
    text-decoration: none
}

.breadcrumb span {
    margin: 0 .5rem;
    color: var(--border)
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem
}

.testimonial-card {
    background: var(--white);
    padding: 1.5rem;
    border-left: 4px solid var(--accent)
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 1rem
}

.testimonial-author {
    font-weight: 600;
    color: var(--primary)
}

@media (max-width:768px) {

    .benefits-grid,
    .games-grid,
    .testimonials-grid {
        grid-template-columns: 1fr
    }

    .container {
        padding: 0 16px
    }

    .hamburger {
        display: flex
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: .5s;
        box-shadow: -5px 0 15px rgba(0, 0, 0, .1);
        z-index: 1000
    }

    .nav-links.active {
        right: 0
    }

    .nav-links li {
        margin: 1.5rem 0
    }

    .nav-links a {
        font-size: 1.1rem
    }

    .hero,
    section {
        padding: 2rem 0
    }

    .games-grid {
        gap: 1rem
    }

    .content-box,
    .game-card {
        padding: 1.25rem
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 250px
    }

    .floating-download {
        display: block
    }

    td,
    th {
        padding: .75rem .5rem;
        font-size: .9rem
    }
}

@media (max-width:480px) {
    .container {
        padding: 0 12px
    }

    .hero,
    section {
        padding: 1.5rem 0
    }

    .faq-answer.active,
    .game-card {
        padding: 1rem
    }

    .faq-question {
        padding: 1rem;
        font-size: .9rem
    }

    .cta-banner {
        padding: 1.5rem 1rem
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }
}

.container,
.header,
.hero {
    opacity: 0;
    animation: .5s forwards fadeIn
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

.hero-content,
.logo,
.nav-links {
    will-change: transform
}

.btn {
    will-change: background-color
}

.hero-image img {
    content-visibility: auto
}