@font-face {
    font-family: 'Zen Dots';
    src: url('../fonts/zendots-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/jetbrainsmono-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Inter', Arial, sans-serif;
    margin: 0;
    background-color: #161618;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

/* img {
    max-width: 100%;
    height: auto;
    display: block;
} */

h1, h2 {
    font-family: 'Zen Dots', Arial, sans-serif;
    font-feature-settings: 'ss01' 1;
    font-weight: bold;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

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

.logo img {
    height: 60px;
    margin-right: 10px;
}

.logo span {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
}

.coming-soon-badge {
    color: #FF004D;
    padding: 10px 40px;
    font-size: 6em;
    font-weight: bold;
    font-family: 'Zen Dots', Arial, sans-serif;
    font-feature-settings: 'ss01' 1;
    text-transform: uppercase;
    border-radius: 12px;
    background: none;
    text-shadow: 0 0 1px #FF004D;
    letter-spacing: 2px;
    white-space: nowrap;
}

.coming-soon-badge-mobile {
    display: none;
}

.language-switcher {
    display: flex;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 4px;
    gap: 4px;
    align-items: center;
}

.language-switcher a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px 8px 12px;
    border-radius: 8px;
    color: #b0b0b0;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.language-switcher a:hover {
    color: #fff;
}

.language-switcher a .lang-flag {
    width: 28px;
    height: 20px;
    border-radius: 3px;
}

.language-switcher a.lang-active {
    background: #393939;
    color: #fff;
}

main {
    flex: 1;
}

.hero {
    padding: 40px 0;
}

.hero .container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.hero-content {
    flex: 1.7;
    max-width: 750px;
}

.hero-image {
    flex: 0.8;
    display: flex;
    justify-content: flex-end;
}

.hero-image img {
    max-width: 540px;
    filter: drop-shadow(0 0 32px #6C3BFF88);
}

.hero h1 {
    font-size: 3.2em;
    text-transform: uppercase;
    margin-bottom: 28px;
    /* text-shadow: 0 0 12px #fff2, 0 0 32px #6C3BFF44; */
    letter-spacing: 0.08em;
}

.hero p {
    color: #A9A8B2;
    font-size: 1.2em;
    line-height: 1.7;
    margin-bottom: 36px;
}

.news-signup {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 32px 0 #00000033;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 28px 32px 26px 32px;
    margin-bottom: 36px;
}

.news-signup-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 0%;
    min-width: 220px;
}

.news-signup h2 {
    text-transform: uppercase;
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 5px;
}

.news-signup p {
    font-size: 1em;
    color: #A9A8B2;
    margin: 0;
}

.news-signup form {
    flex: 1.2 1 0%;
    max-width: 600px;
    margin-top: 0;
    display: flex;
    width: 100%;
    gap: 0;
    justify-content: flex-end;
}

.news-signup input[type="email"] {
    flex: 1 1 0%;
    padding: 22px 0;
    border: none;
    border-radius: 12px 0 0 12px;
    background: #fff;
    color: #000;
    font-size: 1.5em;
    text-align: center;
    outline: none;
    box-shadow: none;
    transition: box-shadow 0.2s;
}

.news-signup input[type="email"]::placeholder {
    color: #8A8A8A;
    opacity: 1;
    font-size: 1em;
    text-align: center;
}

.news-signup button {
    background: #FF1654;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0 12px 12px 0;
    padding: 0 48px;
    font-size: 1.5em;
    font-weight: 400;
    box-shadow: none;
    text-shadow: none;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-signup button:hover {
    background: #ff3370;
    color: #fff;
}

.social-media {
    background: linear-gradient(90deg, #6C3BFF 0%, #A259FF 100%);
    color: #fff;
    box-shadow: 0 4px 32px 0 #6C3BFF55;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 24px 32px 20px 32px;
}

.social-media-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 0%;
    min-width: 220px;
}

.social-media h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}

.social-media p {
    font-size: 1.1em;
    color: #fff;
    margin: 0;
}

.social-media-icons {
    display: flex;
    gap: 18px;
    justify-content: flex-end;
}

.social-icons a img {
    width: 46px;
    height: 46px;
}

main {
    flex: 1;
}

footer {
    margin-top: auto;
}

footer a {
    text-decoration: underline;
}

footer a:hover {
    text-decoration: none;
}

.footer-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    font-size: 1.1em;
    color: #A9A8B2;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer-bottom {
    background-color: #FF004D;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9em;
    overflow: hidden;
    white-space: nowrap;
}

.ticker {
    display: flex;
    overflow: hidden;
    width: 100%;
    background: #FF004D;
}

.ticker-content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
    animation: ticker-scroll 40s linear infinite;
}

.ticker span {
    font-family: 'JetBrains Mono', Arial, sans-serif;
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.ticker img {
    width: 16px;
    height: auto;
    margin: 0;
    vertical-align: middle;
}

@keyframes ticker-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 1699px) {
    .coming-soon-badge {
        font-size: 5em;
    }
}

@media (max-width: 1299px) {
    .coming-soon-badge {
        font-size: 3.5em;
    }

    .hero-image img {
        max-width: 450px;
    }
}

@media (max-width: 1099px) {
    .coming-soon-badge {
        font-size: 2.5em;
    }

    .hero-image img {
        max-width: 400px;
    }
}

@media (max-width: 1024px) {
    .coming-soon-badge {
        font-size: 5em;
        text-align: center;
    }

    .coming-soon-badge-desktop {
        display: none;
    }

    .coming-soon-badge-mobile {
        display: block;
    }

    .hero .container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        margin-bottom: 30px;
        max-width: 100%;
        text-align: left;
    }

    .hero h1 {
        font-size: 3em;
        margin: 0;
    }

    .hero-image {
        margin-top: -90px;
    }

    .hero-image img {
        max-width: 350px;
    }
}

@media (max-width: 900px) {
    .coming-soon-badge {
        font-size: 4em;
    }

    .news-signup {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding: 24px 16px;
    }

    .news-signup form {
        max-width: 100%;
        width: 100%;
    }

    .social-media {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding: 24px 16px;
    }

    .social-media-icons {
        justify-content: flex-start;
    }

    .hero-image {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin-top: -169px;
    }

    .footer-meta {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
        padding: 24px 0;
    }

    .footer-meta span {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    /* header .container {
        flex-direction: column;
        gap: 15px;
    }

    .logo {
        flex-direction: column;
        text-align: center;
    }

    .logo img {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .coming-soon-badge {
        font-size: 1.3em;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    } */

    .coming-soon-badge {
        font-size: 3em;
    }

    .hero h1 {
        font-size: 2em;
    }

    .hero p {
        font-size: 1em;
    }

    .news-signup h2, .social-media h2 {
        font-size: 1.5em;
    }

    .news-signup, .social-media {
        padding: 20px;
    }

    .hero-image img {
        max-width: 220px;
    }
}

@media (max-width: 599px) {
    .language-switcher a {
        padding: 8px 12px;
    }

    .language-switcher .lang-label {
        display: none;
    }

    .coming-soon-badge {
        font-size: 2.5em;
    }

    .hero {
        padding: 20px 0;
    }

    .social-icons {
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .hero-image {
        display: block;
        margin-top: -90px;
    }

    .news-signup form {
        flex-direction: column;
    }

    .news-signup input[type="email"] {
        border-radius: 6px;
        padding: 12px 0;
        margin-bottom: 12px;
        font-size: 1em;
    }

    .news-signup button {
        font-size: 1em;
        border-radius: 6px;
        border: none;
        padding: 12px 0;
    }
}

@media (max-width: 509px) {
    .coming-soon-badge {
        font-size: 2em;
    }
}

@media (max-width: 425px) {
    .logo img {
        margin: 10px 0 0;
        height: 40px;
    }

    .language-switcher a {
        padding: 4px 8px;
    }

    .coming-soon-badge {
        font-size: 1.8em;
    }
}

@media (max-width: 375px) {
    .coming-soon-badge {
        font-size: 1.3em;
    }

    .hero {
        padding: 10px 0;
    }

    .hero h1 {
        font-size: 1.5em;
    }

    .hero p {
        font-size: 0.8em;
        line-height: 1.4em;
    }
}
