/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Cookie Consent */
.cookie-consent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.cookie-consent.hidden {
    opacity: 0;
    visibility: hidden;
}

.cookie-content {
    background: #E8E8E8;
    padding: 60px 40px;
    border-radius: 0;
    max-width: 600px;
    text-align: center;
    margin: 20px;
}

.cookie-content h2 {
    font-family: 'Anton', sans-serif;
    font-size: 48px;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.cookie-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.cookie-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.cookie-btn {
    padding: 15px 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
}

.cookie-accept {
    background: #4A9EFF;
    color: white;
}

.cookie-accept:hover {
    background: #3A8EEF;
    transform: translateY(-2px);
}

.cookie-learn {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}

.cookie-learn:hover {
    background: #000;
    color: white;
    transform: translateY(-2px);
}

/* Header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
   
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar {
    padding: 15px 0;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 90%; /* 21.6px */
letter-spacing: 1.92px;
text-transform: capitalize;
text-decoration: none;
}

.logo {
    width: 28px;
   
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #4A9EFF;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.bar {
    width: 25px;
    height: 3px;
    background: #000;
    transition: 0.3s;
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Hero Section */
.hero {
    min-height: 100vh;
    background: #ABCFFF;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-bcg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 543px;
    object-fit: cover;
    object-position: center;
}

.hero-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 250px 20px 50px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 3;
}

.hero-content {
    z-index: 2;
}

.hero-title {
    
    line-height: 0.9;
    margin-bottom: 30px;
}

.title-main {
    font-size: 120px;
    color: #000;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Anton', sans-serif;
}

.title-secondary {
    color: #FFFFFB;
font-family: Montserrat;
font-size: 117px;
font-style: normal;
font-weight: 400;
line-height: 90%;
letter-spacing: -8.19px;
text-transform: uppercase;
}

.hero-description {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    font-weight: 400;
}




.hero-badge {

  
    width: 100%;

max-width: 250px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-badge img {
    width: 100%;
}

.badge-star {
    width: 40px;
    height: 40px;
    background: #000;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* About Section */
.about {
    padding: 100px 0;
    background: #F5F5F5;
}

.about-header {
    margin-bottom: 80px;
    width: 100%;
    display: flex;
    align-items: center;
}

.section-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.about-title {
    font-family: 'Anton', sans-serif;
    font-size: clamp(64px, 10vw, 120px);
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    z-index: 3;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 100px;
}

.about-text {
    display: flex;
    gap: 40px;
}

.text-column h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-column p {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.about-images {
    display: flex;
    gap: 20px;
    margin-left: -60px;
}

.about-image {
   
    overflow: hidden;
    aspect-ratio: 40/32;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Stats Section */
.stats {
    margin-top: 80px;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.stats-intro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    margin-bottom: 60px;
}

.audience-info h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.audience-info p {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.tagline p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1.6;
    font-style: italic;
}

.stats-grid {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
   flex-wrap: wrap;
    background: #F3FDD8;
}

.stat-item {
    text-align: left;
    flex: 0 1 45%;
}

.stat-number {
    font-family: 'Anton', sans-serif;
    font-size: 48px;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Partnership Section */
.partnership {
    padding: 100px 0;


}

.partnership-title {
    font-family: 'Anton', sans-serif;
    font-size: clamp(48px, 8vw, 96px);
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    line-height: 0.9;
}

.partnership-title span {
  font-family: 'Montserrat', sans-serif;
}

.partnership-description {
    font-size: 16px;
    color: #000;
    max-width: 600px;
    margin-bottom: 60px;
    line-height: 1.6;
}

.partnership-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.plan-card {
    background: #ABCFFF;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.plan-card.indie {
   
}

.plan-card.pro {
   
}

.plan-card.premium {
   
}

.plan-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.plan-price {
    font-family: 'Anton', sans-serif;
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
}

.plan-features p {
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* Footer */
.footer {
   background: #ABCFFF;
    padding: 60px 0 40px;
    color: #000;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.footer-info p,
.footer-contact p {
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-social {
    display: flex;
    gap: 20px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.social-link img {
    width: 100%;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    margin-bottom: 40px;
}

.footer-links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-links a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

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

.footer-copyright p {
    font-size: 12px;
    color: #000;
}

.footer-logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.logo-footer {
   
}

.logo-text-footer {
    font-family: 'Anton', sans-serif;
    font-size: 48px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 20px;
}

.game-item {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    flex: 0 1 46%;
}

.game-item img {
    width: 100%;
    display: block;
}

.div1 {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
}

.div2 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 4;
}

.div3 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 6;
}

.div4 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 4;
}

.div5 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 4;
}

.div6 {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
    grid-column-start: 5;
    grid-row-start: 3;
}

.page-image {
    max-width: 518px;
    width: 100%;
}

.page-image img {
    width: 100%;
}

/* Mobile Responsive */
@media (max-width: 1023px) {
    .hero-container {
        display: flex;
     flex-direction: column-reverse;
     align-items: flex-start;
        gap: 40px;
    }

    .hero-badge {
        align-self: flex-end;
        max-width: 167px;
    }
    
    .hero-visual {
        height: 400px;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .stats-intro {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 40px 0;
        gap: 20px;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-menu li {
        margin: 10px 0;
    }
    
    .hero {
        min-height: auto;
        padding: 260px 0 60px;
    }
    
    .hero-container {
        padding: 40px 20px;
    }

    .title-main {
        font-size: 92px;
    }

    .title-secondary {
        font-size: 84px;
    }
    
    .about {
     
    }

    .about-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-text {
        flex-direction: column;
    }
    
  .about-images {
    margin-left: 0;
    margin-top: -60px;
  }

    .about-content {
        gap: 40px;
    }
    
    .partnership {
        padding: 60px 0;
    }
    
    .partnership-plans {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .stats {
        flex-direction: column;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .cookie-content {
        padding: 40px 20px;
        margin: 20px;
    }
    
    .cookie-content h2 {
        font-size: 32px;
    }
    
    .cookie-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 550px) {
    .container {
        padding: 0 15px;
    }
    
    .nav-container {
        padding: 0 15px;
    }
    
    .hero-visual {
        height: 300px;
    }

    .title-main {
        font-size: 16vw;
    }

    .title-secondary {
        font-size: 56px;
    }
    
    .character-main {
        max-width: 250px;
    }
    
    .element-1, .element-2, .element-3, .element-4 {
        width: 40px;
    }
    
    .hero-badge {
       
    }
    
    .badge-star {
        width: 20px;
        height: 20px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .plan-card {
        padding: 30px 20px;
    }
    
    .logo-text-footer {
        font-size: 32px;
    }

    .games-grid {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

              .page {
                padding: 140px 0 80px;
              }
              
              .page__inner {
                padding-top: 40px;
                width: 100%;
                margin: 0 auto;
                display: flex;
                  flex-direction: column;
                  row-gap: 18px;
                  line-height: 1.4;
              }

              .page__inner p {
                padding-bottom: 10px;
                padding-top: 8px;
              }

              .page__inner strong {
                font-weight: 600;
              }

              .page__inner ul {
                padding-left: 20px;
                list-style-type: disc;
              }

              
                

                