@font-face {
    font-family: 'BAUHS93';
    src: url('../fonts/BAUHS93.woff') format('woff'),
        url('../fonts/BAUHS93.ttf') format('truetype');
}

@font-face {
    font-family: 'SolomonSansNormal';
    src: url('../fonts/Solomon Sans Normal.otf') format('opentype');
}

body {
    background: #111E6F url('../images/stars-big.png') repeat-y center 0;
    color: white;
    font-family: 'SolomonSansNormal', Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('../images/stars-main.png') repeat top center;
    z-index: -3;
}

.twinkling {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('../images/twinkling.png') repeat top center;
    z-index: -2;
    animation: move-twink-back 200s linear infinite;
}

@keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

.navbar {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav li a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'SolomonSansNormal';
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: color 0.3s;
}

.nav li a:hover {
    color: #acc1ff;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    list-style: none;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    min-width: 180px;
    margin-top: 5px;
    z-index: 1000;
}

.dropdown-menu li a {
    color: #111E6F !important;
    display: block;
    padding: 10px 20px;
    text-shadow: none;
    text-transform: none;
}

.dropdown-menu li a:hover {
    background: rgba(172, 193, 255, 0.2);
    color: #000 !important;
}

.dropdown:hover .dropdown-menu,
.dropdown.active .dropdown-menu {
    display: block;
}

.video-section {
    background: linear-gradient(180deg, rgba(17, 30, 111, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(17, 30, 111, 0) 100%);
    padding: 100px 0;
}

.features-content h2 {
    font-family: 'BAUHS93', sans-serif;
    font-size: 56px;
    margin-bottom: 50px;
    text-shadow: 0 0 20px rgba(172, 193, 255, 0.4);
    background: linear-gradient(to bottom, #ffffff, #acc1ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    transition: transform 0.3s, background 0.3s;
    display: flex;
    align-items: center;
}

.feature-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.1);
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.band {
    background: url('../images/home/bg_band.png') no-repeat center 0;
    background-size: contain;
    position: absolute;
    height: 100em;
    width: 100%;
    z-index: -1;
}

.boxedSection {
    margin-bottom: 50px;
    position: relative;
}

.background-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.glow {
    background: url('../images/home/bg_glow.png') no-repeat center 0;
    background-size: contain;
    position: fixed;
    width: 1000px;
    height: 1000px;
    top: -500px;
    left: -500px;
    opacity: 0.6;
}

.asteroid {
    background: url('../images/home/bg_asteroid.png') no-repeat center 0;
    width: 80px;
    height: 90px;
    background-size: contain;
    position: absolute;
}

#asteroid1 {
    top: 110px;
    left: 10%;
}

#asteroid2 {
    right: 5%;
    top: 400px;
    width: 130px;
    height: 130px;
    filter: brightness(0.7);
}

.hero-section {
    padding-top: 20px;
    text-align: center;
    min-height: 850px;
    position: relative;
    overflow: hidden;
}

.globe {
    width: 900px;
    height: 900px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.glob-en {
    background-image: url('../images/home/glob-image-900-en.png');
}

.glob-fr {
    background-image: url('../images/home/glob-image-900-fr.png');
}

.glob-es {
    background-image: url('../images/home/glob-image-900-es.png');
}

.glob-id {
    background-image: url('../images/home/glob-image-900-id.png');
}

.glob-ko {
    background-image: url('../images/home/glob-image-900-kr.png');
}

.glob-ja {
    background-image: url('../images/home/glob-image-900-ja.png');
}

.lyrikoglobe-animation {
    animation: lyrikoglobeFrames ease-in-out 10s infinite;
    transform-origin: 50% 50%;
}

@keyframes lyrikoglobeFrames {

    0%,
    100% {
        transform: translate(0px, 6px) scale(1.00);
    }

    50% {
        transform: translate(0px, 6px) scale(1.03);
    }
}

.app-store-btns {
    position: absolute;
    bottom: 320px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    z-index: 50;
}

.app-btn {
    width: 200px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.3s;
}

.app-btn:hover {
    opacity: 0.7;
}

.apple-store {
    background-image: url('../images/home/app-store.png');
}

.google-play {
    background-image: url('../images/home/android.png');
}

.video-section {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 50px 0;
    text-align: center;
}

.video-container iframe {
    max-width: 100%;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.features-section {
    padding: 80px 0;
}

.features-grid {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.phone-frame {
    max-width: 400px;
}

.phone-frame img {
    width: 100%;
}

.features-content {
    max-width: 500px;
}

.features-content h2 {
    font-family: 'BAUHS93', sans-serif;
    font-size: 48px;
    margin-bottom: 40px;
    text-align: center;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 18px;
}

.feature-icon {
    width: 80px;
    margin-right: 20px;
    flex-shrink: 0;
}

.feature-icon img {
    width: 100%;
}

.mascot-container {
    text-align: center;
    margin-top: 40px;
}

.mascot-container img {
    width: 40%;
}

.partners-section {
    padding: 40px 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.partners-logos img {
    max-height: 80px;
    filter: brightness(1.2);
}

footer {
    padding: 40px 0;
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.social-icon {
    color: white;
    font-size: 24px;
    transition: opacity 0.3s;
}

.social-icon:hover {
    opacity: 0.7;
}

.footer-nav {
    margin-bottom: 20px;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 12px;
    opacity: 0.7;
}

/* Privacy Page Specific Styles */
.privacy-content {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 8px;
    line-height: 1.6;
}

.privacy-header {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

.privacy-section-title {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 15px;
    color: #acc1ff;
}

.privacy-text {
    margin-bottom: 15px;
}

/* Responsiveness */
@media (max-width: 900px) {
    .globe {
        width: 100%;
        height: auto;
        padding-bottom: 100%;
    }

    .app-store-btns {
        top: -100px;
        flex-direction: column;
        align-items: center;
    }

    .features-grid {
        flex-direction: column;
    }

    .features-content h2 {
        font-size: 36px;
    }
}