/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 1rem; /* 10px */
}

body {
    font-family: 'Outfit', sans-serif;
    background-image: url("img/bg.jpg");
    background-size: cover;

    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Cookie Popup */
.cookie-popup {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(1rem);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
    animation: slideUp 0.3s ease-out;
}

.cookie-popup.show {
    display: block;
}

.cookie-content p {
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.5rem;
    font-family: 'Outfit', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 10rem;
}

.cookie-btn.accept {
    background: #7ed321;
    color: #fff;
}

.cookie-btn.accept:hover {
    background: #6bb91c;
    transform: translateY(-0.2rem);
}

.cookie-btn.decline {
    background: transparent;
    color: #666;
    border: 0.1rem solid #ddd;
}

.cookie-btn.decline:hover {
    background: #f5f5f5;
    border-color: #bbb;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(1rem);
    z-index: 999;
    padding: 1rem 0;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo {
    width: 3rem;
    height: 3rem;
}

.brand-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #7ed321;
}

.nav-links {
    display: flex;
    gap: 3rem;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #7ed321;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #7ed321;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 0.3rem;
    cursor: pointer;
}

.hamburger span {
    width: 2.5rem;
    height: 0.3rem;
    background: #ffffff;
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 8rem;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('./img/bg.jpg') center/cover;
    opacity: 0.1;
    z-index: 1;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 4rem;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.hero-text {
    flex: 1;
    min-width: 30rem;
}

.hero-title {

    margin-bottom: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #FFF;
    font-family: "Bebas Neue", sans-serif;
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 84px */
    letter-spacing: 2.52px;
}

.hero-description {
    font-size: 1.8rem;
    font-weight: 600;
    color: #7ed321;
    margin-bottom: 1.5rem;
}

.hero-subtitle {

    margin-bottom: 3rem;

    color: #FFF;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

.hero-buttons {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.btn {
    padding: 1.5rem 3rem;
    border: none;
    border-radius: 0.5rem;
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn-primary {
    background: #7ed321;
    color: #030303;
    box-shadow: 0 0 34px 0 rgba(153, 238, 45, 0.30);

    height: 50px;
    padding: 0 48px 0 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-block;


    font-family: 'Arial Black', sans-serif;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 0 solid transparent;
    border-bottom: 100% solid transparent;
    border-left: 30px solid #000; /* фон сторінки */
    height: 100%;
    width: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    background-color: #000; /* або змінити на background-color сторінки */
}

.btn-primary span {
    position: relative;
    z-index: 2;
}

.btn-primary:hover {
    background: #6bb91c;
    transform: translateY(-0.3rem);
    box-shadow: 0 1rem 2rem rgba(126, 211, 33, 0.3);
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 0.2rem solid #ffffff;
}

.btn-secondary:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-0.3rem);
    box-shadow: 0 1rem 2rem rgba(255, 255, 255, 0.2);
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30rem;
}

.game-image {
    /*width: 100%;*/
    /*max-width: 50rem;*/
    height: auto;
    object-fit: contain;
    animation: float 6s ease-in-out infinite;
}

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

@keyframes slideUp {
    from {
        transform: translateY(10rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }

    .nav {
        padding: 0 1.5rem;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(1rem);
        flex-direction: column;
        padding: 2rem;
        gap: 2rem;
    }

    .nav-links.active {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(0.5rem, 0.5rem);
    }

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

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(0.7rem, -0.6rem);
    }

    .hero {
        padding-top: 6rem;
        min-height: auto;
        padding-bottom: 4rem;
    }

    .hero-content {
        flex-direction: column;
        gap: 3rem;
        text-align: center;
    }

    .hero-text {
        min-width: auto;
    }

    .hero-title {
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
    }

    .hero-description {
        font-size: 1.6rem;
    }

    .hero-subtitle {
        font-size: 1.4rem;
        margin-bottom: 2.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .btn {
        padding: 1.2rem 2.5rem;
        font-size: 1.3rem;
        width: 100%;
        max-width: 25rem;
    }

    .hero-image {
        min-width: auto;
        order: -1;
    }

    .game-image {
        /*max-width: 30rem;*/
    }

    .cookie-popup {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        padding: 1.5rem;
    }

    .cookie-content p {
        font-size: 1.3rem;
        margin-bottom: 1.2rem;
    }

    .cookie-buttons {
        flex-direction: column;
    }

    .cookie-btn {
        font-size: 1.2rem;
        padding: 1.2rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .hero-description {
        font-size: 1.4rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    .btn {
        padding: 1rem 2rem;
        font-size: 1.2rem;
    }
}

.start-button {
    position: relative;
    background: #99EE2C;
    color: #2a2a2a;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 12px 40px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
    box-shadow: 0 4px 15px rgba(154, 205, 50, 0.3);
}

.start-button:hover {
    background: linear-gradient(135deg, #B2E043, #8BC34A);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(154, 205, 50, 0.4);
}

.start-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(154, 205, 50, 0.3);
}

a {
    text-decoration: none;
}

/* Альтернативний варіант з CSS border */
.start-button-alt {
    position: relative;
    background: #99EE2C;;
    color: #2a2a2a;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 18px 50px 18px 40px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-left: 50px;
    box-shadow: 0 4px 15px rgba(154, 205, 50, 0.3);
}

.start-button-alt:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 54px 30px;
    border-color: transparent transparent #2a2a2a transparent;
}

.start-button-alt:hover {
    background: #99EE2C;
    transform: translateY(-2px);
    box-shadow: 0 0 34px 0 rgba(153, 238, 45, 0.30);
}

.start-button-alt:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(154, 205, 50, 0.3);
}

.container {
    /*display: flex;*/
    /*align-items: center;*/
    gap: 30px;
    flex-wrap: wrap;
}

.label {
    color: #9ACD32;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

.button-wrapper {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;

    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    gap: 20px;
}

/* About Section */
.about {
    padding: 12rem 0;
    background: #000000;
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("img/bg.jpg");
    z-index: 1;
}

.about > .container {
    position: relative;
    z-index: 2;
    justify-content: center;
}

.about-title {

    text-align: center;

    margin-bottom: 10rem;

    text-transform: uppercase;

    color: #FFF;

    font-family: "Bebas Neue";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 79.2px */
    letter-spacing: 2.16px;
    margin: 0 auto;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 10rem;
    margin-bottom: 12rem;

    flex-wrap: wrap;
}

.about-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /*min-width: 32rem;*/
    max-width: 60%;
}


.controller-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    z-index: 2;
    position: relative;
    filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.2));
}

.about-text {
    flex: 1;
    /*min-width: 32rem;*/
    /*max-width: 56rem;*/
    max-width: 45%;
}

.about-description {

    margin-bottom: 2.4rem;
    font-weight: 400;

    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

.about-description:last-child {
    margin-bottom: 0;
}

.features {
    display: flex;
    gap: 4rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    /*flex: 1;*/
    /*min-width: 22rem;*/
    text-align: center;
    max-width: 28rem;
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    /*margin: 0 auto 2.4rem;*/
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.feature-icon:hover {
    transform: translateY(-0.4rem);
}

.feature-icon img {
    width: 4.2rem;
    height: 4.2rem;
    object-fit: contain;
}

.feature-title {


    margin-bottom: 5px;

    color: #FFF;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
}

.feature-description {


    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

/* Mobile Styles */
@media (max-width: 768px) {
    .about {
        padding: 8rem 0;
    }

    .about-title {
        font-size: 3.6rem;
        margin-bottom: 6rem;
    }

    .about-content {
        display: flex;
        flex-direction: column;
        gap: 5rem;
        margin-bottom: 8rem;
        text-align: center;

    }

    .about-image {
        /*min-width: auto;*/
        order: -1;
    }

    .about-image-bg {
        width: 100%;
        max-width: 38rem;
        height: 28rem;
    }

    .about-text {
        min-width: auto;
        max-width: none;
    }

    .about-description {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }

    .features {
        gap: 3rem;
        flex-direction: column;
        align-items: center;
    }

    .feature-item {
        max-width: 32rem;
    }

    .feature-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 2rem;
    }

    .feature-icon img {
        width: 48px;
        height: 48px;
    }

    .feature-title {

        margin-bottom: 1rem;
    }

    .feature-description {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .about {
        padding: 6rem 0;
    }

    .about-title {
        font-size: 2.8rem;
        margin-bottom: 4rem;
    }

    .about-content {
        gap: 4rem;
        margin-bottom: 6rem;
    }

    .about-image-bg {
        height: 24rem;
    }

    .about-description {
        font-size: 1.4rem;
        margin-bottom: 1.8rem;
    }

    .features {
        gap: 2.4rem;
    }

    .feature-icon {
        width: 48px;
        height: 48px;
    }

    .feature-icon img {
        width: 48px;
        height: 48px;
    }

    .feature-title {

    }

    .feature-description {
        font-size: 1.3rem;
    }
}

/* Featured Games Section */
.games {
    padding: 12rem 0;
    background: #000000;
    position: relative;
    overflow: hidden;
}

.games::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(126, 211, 33, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(126, 211, 33, 0.03) 0%, transparent 50%);
    z-index: 1;
}

.games > .container {
    position: relative;
    z-index: 2;
}

.games-title {
    font-size: 5.6rem;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
    margin-bottom: 8rem;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 1;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    max-width: 120rem;
    margin: 0 auto;
}

.game-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2rem;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 0;
    backdrop-filter: blur(10px);
    border: 0.1rem solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    /*min-height: 18rem;*/
}

.game-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 2rem 4rem rgba(126, 211, 33, 0.1);
    background: rgba(255, 255, 255, 0.08);
}

.game-image {
    /*flex: 0 0 20rem;*/
    /*height: 18rem;*/
    overflow: hidden;
    border-radius: 2rem 0 0 2rem;
}

.game-img {
    width: 150px;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.game-card:hover .game-img {
    transform: scale(1.05);
}

.game-info {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    max-width: 260px;
}

.game-name {


    margin: 0;


    color: #FFF;
    font-family: Outfit, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}

.game-category {


    margin: 0;

    letter-spacing: 0.05em;

    color: #99EE2C;
    font-family: Outfit, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

.game-description {

    /*margin: 0.8rem 0 1.6rem 0;*/
    flex-grow: 1;

    color: #FFF;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

.game-btn {
    background: #7ed321;
    color: #ffffff;
    border: none;
    padding: 1.2rem 2.4rem;
    border-radius: 0.6rem;
    font-family: 'Outfit', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    white-space: nowrap;
}

.game-btn:hover {
    background: #6bb91c;
    transform: translateY(-0.2rem);
    box-shadow: 0 0.8rem 1.6rem rgba(126, 211, 33, 0.3);
}

/* Mobile Styles */
@media (max-width: 968px) {
    .games-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .games {
        padding: 8rem 0;
    }

    .games-title {
        font-size: 3.6rem;
        margin-bottom: 5rem;
    }

    .game-card {
        flex-direction: column;
        min-height: auto;
        text-align: center;
    }

    .game-image {
        flex: none;
        width: 100%;
        /*height: 20rem;*/
        border-radius: 2rem 2rem 0 0;
    }

    .game-info {
        /*padding: 2rem;*/
        text-align: center;
    }

    .game-name {
        /*font-size: 2rem;*/
    }

    .game-description {
        font-size: 1.4rem;
        margin: 0.6rem 0 1.4rem 0;
    }

    .game-btn {
        align-self: center;
        width: 100%;
        max-width: 20rem;
    }
}

@media (max-width: 480px) {
    .games {
        padding: 6rem 0;
    }

    .games-title {
        font-size: 2.8rem;
        margin-bottom: 4rem;
    }

    .games-grid {
        gap: 2.4rem;
    }

    .game-image {
        /*height: 16rem;*/
    }

    .game-info {
        /*padding: 1.6rem;*/
    }

    .game-name {
        /*font-size: 1.8rem;*/
    }

    .game-category {
        font-size: 1.3rem;
    }

    .game-description {
        font-size: 1.3rem;
    }

    .game-btn {
        font-size: 1.2rem;
        padding: 1rem 2rem;
    }
}

/* Disclaimer Section */
.disclaimer {
    /*padding: 10rem 0;*/
    background: #000000;
    position: relative;
    overflow: hidden;
}

.disclaimer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background-image: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.02) 31%, rgba(255, 255, 255, 0.02) 32%, transparent 33%),
    linear-gradient(-45deg, transparent 30%, rgba(255, 255, 255, 0.02) 31%, rgba(255, 255, 255, 0.02) 32%, transparent 33%);
    background-size: 60rem 60rem;
    z-index: 1;
}

.disclaimer > .container {
    position: relative;
    z-index: 2;
}

.disclaimer-content {
    display: flex;
    align-items: center;
    gap: 6rem;
    /*flex-wrap: wrap;*/
    /*max-width: 120rem;*/
    margin: 0 auto;
}

.disclaimer-image {
    /*flex: 0 0 45rem;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 40rem;*/
}

.disclaimer-controller {
    max-width: 30rem;
    /*width: 100%;*/
    height: auto;
    object-fit: contain;
    z-index: 3;
    position: relative;
    filter: drop-shadow(0 2rem 4rem rgba(126, 55, 255, 0.4));
}

.disclaimer-decorations {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.star {
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
    background: #ffffff;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    filter: drop-shadow(0 0.4rem 0.8rem rgba(255, 255, 255, 0.3));
}

.star-1 {
    top: 8rem;
    left: 4rem;
    animation: sparkle 4s ease-in-out infinite;
}

.star-2 {
    top: 12rem;
    right: 6rem;
    animation: sparkle 4s ease-in-out infinite 2s;
    transform: scale(0.8);
}

.plus {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    background: #ff8c42;
    border-radius: 0.3rem;
    transform: rotate(45deg);
}

.plus::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 0.6rem;
    background: #ff8c42;
    border-radius: 0.3rem;
}

.plus::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 100%;
    height: 0.6rem;
    background: #ff8c42;
    border-radius: 0.3rem;
}

.plus-1 {
    bottom: 8rem;
    left: 8rem;
    animation: bounce 3s ease-in-out infinite;
}

.disclaimer-text {
    /*flex: 1;*/
    /*min-width: 35rem;*/
    /*max-width: 64rem;*/
}

.disclaimer-title {

    /*margin-bottom: 3.2rem;*/

    text-transform: uppercase;

    margin-bottom: 20px;
    color: #FFF;
    font-family: "Bebas Neue", sans-serif;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 79.2px */
    letter-spacing: 2.16px;
}

.disclaimer-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.disclaimer-paragraph {


    margin: 0;

    color: #FFF;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

.disclaimer-highlight {


    /*margin: 1.6rem 0 0 0;*/

    color: #99EE2C;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

@keyframes sparkle {
    0%, 100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
    25% {
        opacity: 0.7;
        transform: scale(1.1) rotate(90deg);
    }
    50% {
        opacity: 0.9;
        transform: scale(0.9) rotate(180deg);
    }
    75% {
        opacity: 0.8;
        transform: scale(1.05) rotate(270deg);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: rotate(45deg) translateY(0);
        opacity: 1;
    }
    50% {
        transform: rotate(45deg) translateY(-1.2rem);
        opacity: 0.8;
    }
}

/* Mobile Styles */
@media (max-width: 968px) {
    .disclaimer-content {
        gap: 4rem;
    }

    .disclaimer-image {
        flex: 0 0 35rem;
        height: 32rem;
    }

    .disclaimer-controller {
        width: 32rem;
    }
}

@media (max-width: 768px) {
    .disclaimer {
        /*padding: 8rem 0;*/
    }

    .disclaimer-content {
        flex-direction: column;
        gap: 4rem;
        text-align: center;
    }

    .disclaimer-image {
        flex: none;
        height: 28rem;
        order: -1;
    }

    .disclaimer-controller {
        width: 28rem;
    }

    .disclaimer-text {
        min-width: auto;
        max-width: none;
    }

    .disclaimer-title {
        font-size: 3.6rem;
        margin-bottom: 2.4rem;
    }

    .disclaimer-info {
        gap: 1.8rem;
        text-align: left;
    }

    .disclaimer-paragraph {
        font-size: 1.5rem;
    }

    .disclaimer-highlight {
        font-size: 1.7rem;
        margin-top: 1.2rem;
    }

    .star {
        width: 2.2rem;
        height: 2.2rem;
    }

    .plus {
        width: 1.8rem;
        height: 1.8rem;
    }

    .plus::before,
    .plus::after {
        height: 0.4rem;
    }
}

@media (max-width: 480px) {
    .disclaimer {
        /*padding: 6rem 0;*/
    }

    .disclaimer-content {
        gap: 3rem;
    }

    .disclaimer-image {
        height: 24rem;
    }

    .disclaimer-controller {
        width: 24rem;
    }

    .disclaimer-title {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }

    .disclaimer-info {
        gap: 1.6rem;
    }

    .disclaimer-paragraph {
        font-size: 1.4rem;
    }

    .disclaimer-highlight {
        font-size: 1.6rem;
        margin-top: 1rem;
    }
}

/* Footer Section */
.footer {

    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background-image: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.015) 31%, rgba(255, 255, 255, 0.015) 32%, transparent 33%),
    linear-gradient(-45deg, transparent 30%, rgba(255, 255, 255, 0.015) 31%, rgba(255, 255, 255, 0.015) 32%, transparent 33%);
    background-size: 50rem 50rem;
    z-index: 1;
}

.footer > .container {
    position: relative;
    z-index: 2;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.footer-logo {
    width: 3.6rem;
    height: 3.6rem;
    object-fit: contain;
}

.footer-brand-name {
    font-size: 2rem;
    font-weight: 700;
    color: #f9faf8;
    letter-spacing: -0.01em;
}

.footer-disclaimer {


    color: #FFF;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

.footer-age-info {

    letter-spacing: 0.02em;


    color: #FFF;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

.footer-links {
    display: flex;
    gap: 3.2rem;
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
    margin-top: 15px;
}

.footer-link {
    color: #7ed321;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.footer-link:hover {
    color: #9ee83f;
}

.footer-link::after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    width: 0;
    height: 0.1rem;
    background: #7ed321;
    transition: width 0.3s ease;
}

.footer-link:hover::after {
    width: 100%;
}

.footer-copyright {


    margin: 0;
    letter-spacing: 0.01em;

    color: rgba(255, 255, 255, 0.60);
    /*text-align: center;*/
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */

}

/* Mobile Styles */
@media (max-width: 768px) {
    .footer {
        padding: 3.2rem 0;
    }

    .footer > .container {
        padding: 0 1.6rem;
        text-align: center;
    }

    .footer-brand {
        justify-content: center;
        margin-bottom: 1.8rem;
    }

    .footer-disclaimer {
        font-size: 1.5rem;
        margin-bottom: 1.4rem;
    }

    .footer-age-info {
        font-size: 1.3rem;
        margin-bottom: 2rem;
    }

    .footer-links {
        justify-content: center;
        gap: 2.4rem;
        margin-bottom: 2rem;
    }

    .footer-link {
        font-size: 1.3rem;
    }

    .footer-copyright {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 2.8rem 0;
    }

    .footer > .container {
        padding: 0 1.2rem;
    }

    .footer-brand {
        margin-bottom: 1.6rem;
    }

    .footer-logo {
        width: 3.2rem;
        height: 3.2rem;
    }

    .footer-brand-name {
        font-size: 1.8rem;
    }

    .footer-disclaimer {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }

    .footer-age-info {
        font-size: 1.2rem;
        margin-bottom: 1.8rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 1.6rem;
        align-items: center;
        margin-bottom: 1.8rem;
    }

    .footer-link {
        font-size: 1.2rem;
    }

    .footer-copyright {
        font-size: 1.1rem;
        line-height: 1.5;
    }
}


/* Contact Section */
.contact {
    padding: 10rem 0;
    background: #000000;
    position: relative;
    overflow: hidden;
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background-image: url("img/bg.jpg");

    /*background-size: 60rem 60rem;*/
    z-index: 1;
}

.contact > .container {
    position: relative;
    z-index: 2;
    width: 100%;
    /*max-width: 120rem;*/
    margin: 0 auto;
    padding: 0 2rem;

}

/* Contact Header */
.contact-header {
    text-align: center;
    margin-bottom: 6rem;
}

.contact-title {

    margin-bottom: 2.4rem;

    text-transform: uppercase;


    color: #FFF;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
    letter-spacing: 1.92px;
}

.contact-subtitle {


    color: #FFF;
    text-align: center;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

.contact-subtitle:last-child {
    margin-bottom: 0;
}

/* Contact Content */
.contact-content {
    display: flex;
    gap: 6rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* Left Side - Form */
.contact-left {
    /*flex: 1;*/
    width: 600px;

}

.form-section-title {

    margin-bottom: 2.4rem;


    color: #FFF;
    font-family: "Bebas Neue", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 48.4px */
    letter-spacing: 1.32px;
}

.contact-form {
    margin-bottom: 4rem;
}

.input-group {
    margin-bottom: 2rem;
}

.input-label {
    display: block;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0.6rem;
}

.form-input {
    width: 100%;
    padding: 1.0rem 1.5rem;
    border: none;
    border-radius: 2.5rem;
    background: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    color: #333333;
    outline: none;
    transition: all 0.3s ease;
}

.form-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.4);
    transform: translateY(-0.1rem);
}

.form-textarea {
    width: 100%;
    padding: 1.6rem 2rem;
    border: none;
    border-radius: 2rem;
    background: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    color: #333333;
    outline: none;
    resize: vertical;
    min-height: 10rem;
    transition: all 0.3s ease;
}

.form-textarea:focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.4);
    transform: translateY(-0.1rem);
}

.send-btn {
    background: #7ed321;
    color: #ffffff;
    border: none;
    padding: 1.4rem 3.2rem;
    border-radius: 0.6rem;
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    margin: 2.4rem auto 0;
}

.send-btn:hover {
    background: #6bb91c;
    transform: translateY(-0.2rem);
    box-shadow: 0 0.8rem 1.6rem rgba(126, 211, 33, 0.3);
}

/* Bottom Text */
.bottom-text {
    margin-top: 2rem;
}

.bottom-title {

    margin-bottom: 1.2rem;
    text-transform: uppercase;

    color: #FFF;
    font-family: "Bebas Neue", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 48.4px */
    letter-spacing: 1.32px;
}

.bottom-description {

    font-weight: 400;

    margin-bottom: 0.2rem;

    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

.bottom-description:last-child {
    margin-bottom: 0;
}

/* Right Side - Contact Info */
.contact-right {
    flex: 1;
    /*min-width: 32rem;*/
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 1.6rem;
}

.contact-icon-circle {
    width: 64px;
    height: 64px;
    background: #7ed321;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0 0.8rem 2rem rgba(126, 211, 33, 0.3);
}

.contact-icon-circle svg {
    width: 2.4rem;
    height: 2.4rem;
}

.contact-text {
    flex: 1;
    padding-top: 0.4rem;
}

.contact-title-small {

    margin-bottom: 0.6rem;


    color: #FFF;
    font-family: Outfit, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

.contact-info-text {

    margin-bottom: 0.4rem;


    color: #FFF;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

.contact-subtitle-small {


    color: #FFF;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

/* Success Popup */
.success-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(0.4rem);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.success-popup-overlay.show {
    opacity: 1;
    visibility: visible;
}

.success-popup {
    background: #ffffff;
    border-radius: 1.2rem;
    padding: 3.2rem;
    text-align: center;
    max-width: 44rem;
    width: 90%;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.success-popup-overlay.show .success-popup {
    transform: scale(1);
}

.popup-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 1.2rem;
    line-height: 1.3;
}

.popup-text {
    font-size: 1.6rem;
    color: #666666;
    margin-bottom: 2.4rem;
    line-height: 1.5;
}

.popup-btn {
    background: #7ed321;
    color: #ffffff;
    border: none;
    padding: 1.2rem 2.8rem;
    border-radius: 0.6rem;
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.popup-btn:hover {
    background: #6bb91c;
    transform: translateY(-0.1rem);
}

/* Mobile Styles */
@media (max-width: 968px) {
    .contact-content {
        gap: 4rem;
    }

    .contact-left {
        min-width: auto;
    }

    .contact-right {
        min-width: auto;
    }
}

@media (max-width: 768px) {
    .contact {
        padding: 8rem 0;
    }

    .contact > .container {
        padding: 0 1.6rem;
    }

    .contact-title {
        font-size: 3.6rem;
        margin-bottom: 2rem;
    }

    .contact-subtitle {
        font-size: 1.6rem;
    }

    .contact-header {
        margin-bottom: 4.8rem;
    }

    .contact-content {
        flex-direction: column;
        gap: 3.2rem;
    }

    .form-section-title {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }

    .contact-form {
        margin-bottom: 3.2rem;
    }

    .input-group {
        margin-bottom: 1.8rem;
    }

    .bottom-title {
        font-size: 2rem;
    }

    .bottom-description {
        font-size: 1.5rem;
    }

    .contact-right {
        gap: 2.4rem;
    }

    .contact-title-small {
        font-size: 2rem;
    }

    .contact-info-text {
        font-size: 1.5rem;
    }

    .contact-subtitle-small {
        font-size: 1.3rem;
    }

    .success-popup {
        padding: 2.4rem;
    }

    .popup-title {
        font-size: 2rem;
    }

    .popup-text {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .contact {
        padding: 6rem 0;
    }

    .contact > .container {
        padding: 0 1.2rem;
    }

    .contact-title {
        font-size: 2.8rem;
        margin-bottom: 1.6rem;
    }

    .contact-subtitle {
        font-size: 1.5rem;
    }

    .contact-header {
        margin-bottom: 4rem;
    }

    .form-section-title {
        font-size: 2rem;
        margin-bottom: 1.6rem;
    }

    .contact-form {
        margin-bottom: 2.4rem;
    }

    .input-group {
        margin-bottom: 1.6rem;
    }

    .form-input,
    .form-textarea {
        padding: 1.4rem 1.6rem;
        font-size: 1.3rem;
    }

    .send-btn {
        padding: 1.2rem 2.4rem;
        font-size: 1.3rem;
    }

    .bottom-title {
        font-size: 1.8rem;
    }

    .bottom-description {
        font-size: 1.4rem;
    }

    .contact-right {
        gap: 2rem;
    }

    .contact-icon-circle {
        width: 64px;
        height: 64px;
    }

    .contact-icon-circle svg {
        width: 2rem;
        height: 2rem;
    }

    .contact-title-small {
        font-size: 1.8rem;
    }

    .contact-info-text {
        font-size: 1.4rem;
    }

    .success-popup {
        padding: 2rem;
        max-width: 36rem;
    }

    .popup-title {
        font-size: 1.8rem;
    }

    .popup-text {
        font-size: 1.4rem;
        margin-bottom: 1.6rem;
    }

    .popup-btn {
        padding: 1rem 2rem;
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .start-button {
        position: relative;
        background: #99EE2C;
        color: #2a2a2a;
        font-weight: bold;
        font-size: 14px;

    }

    .contact-subtitle {
        font-size: 15px;
    }

}

.contact-left {
    /*flex: 1;*/
    width: 600px;
    max-width: 100%;
}

.contact-right {
    /* flex: 1; */
    /* min-width: 32rem; */
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    /*width: 40%;*/
}
.contact-content {
    display: flex
;
    gap: 6rem;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1100px;
}