#hero {
    background-color: var(--primary-color);
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@keyframes move-twinkle-stars {
    from { background-position: 0 0; }
    to { background-position: 0 -10000px; }
}

.stars, .stars2, .stars3 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    display: block;
    animation: move-twinkle-stars linear infinite;
}

.stars {
    animation-duration: 400s;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cdefs%3E%3CradialGradient id='star' cx='50%25' cy='50%25' r='50%25'%3E%3Cstop offset='0%25' stop-color='%23FFF'/%3E%3Cstop offset='100%25' stop-color='rgba(255,255,255,0)'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='transparent'/%3E%3Ccircle r='1' cx='5%25' cy='15%25' fill='url(%23star)'/%3E%3Ccircle r='0.5' cx='10%25' cy='55%25' fill='url(%23star)'/%3E%3Ccircle r='1' cx='12%25' cy='30%25' fill='url(%23star)'/%3E%3Ccircle r='1' cx='20%25' cy='5%25' fill='url(%23star)'/%3E%3Ccircle r='1.2' cx='25%25' cy='45%25' fill='url(%23star)'/%3E%3Ccircle r='0.5' cx='30%25' cy='85%25' fill='url(%23star)'/%3E%3Ccircle r='1' cx='40%25' cy='30%25' fill='url(%23star)'/%3E%3Ccircle r='0.8' cx='45%25' cy='75%25' fill='url(%23star)'/%3E%3Ccircle r='1' cx='50%25' cy='20%25' fill='url(%23star)'/%3E%3Ccircle r='1.5' cx='55%25' cy='60%25' fill='url(%23star)'/%3E%3Ccircle r='0.5' cx='60%25' cy='95%25' fill='url(%23star)'/%3E%3Ccircle r='1' cx='70%25' cy='10%25' fill='url(%23star)'/%3E%3Ccircle r='1' cx='75%25' cy='70%25' fill='url(%23star)'/%3E%3Ccircle r='0.8' cx='80%25' cy='40%25' fill='url(%23star)'/%3E%3Ccircle r='1.2' cx='88%25' cy='88%25' fill='url(%23star)'/%3E%3Ccircle r='1' cx='95%25' cy='25%25' fill='url(%23star)'/%3E%3C/svg%3E") repeat;
}

.stars2 {
    animation-duration: 350s;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cdefs%3E%3CradialGradient id='star' cx='50%25' cy='50%25' r='50%25'%3E%3Cstop offset='0%25' stop-color='%23FFF'/%3E%3Cstop offset='100%25' stop-color='rgba(255,255,255,0)'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='transparent'/%3E%3Ccircle r='1.5' cx='3%25' cy='80%25' fill='url(%23star)'/%3E%3Ccircle r='1' cx='15%25' cy='25%25' fill='url(%23star)'/%3E%3Ccircle r='2' cx='18%25' cy='60%25' fill='url(%23star)'/%3E%3Ccircle r='1.5' cx='28%25' cy='15%25' fill='url(%23star)'/%3E%3Ccircle r='1' cx='33%25' cy='90%25' fill='url(%23star)'/%3E%3Ccircle r='2' cx='48%25' cy='50%25' fill='url(%23star)'/%3E%3Ccircle r='1.2' cx='63%25' cy='5%25' fill='url(%23star)'/%3E%3Ccircle r='1.8' cx='68%25' cy='85%25' fill='url(%23star)'/%3E%3Ccircle r='1' cx='83%25' cy='20%25' fill='url(%23star)'/%3E%3Ccircle r='2.5' cx='93%25' cy='55%25' fill='url(%23star)'/%3E%3C/svg%3E") repeat;
}

.stars3 {
    animation-duration: 300s;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cdefs%3E%3CradialGradient id='star' cx='50%25' cy='50%25' r='50%25'%3E%3Cstop offset='0%25' stop-color='%23FFF'/%3E%3Cstop offset='100%25' stop-color='rgba(255,255,255,0)'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='transparent'/%3E%3Ccircle r='2' cx='8%25' cy='5%25' fill='url(%23star)'/%3E%3Ccircle r='2.5' cx='22%25' cy='33%25' fill='url(%23star)'/%3E%3Ccircle r='1.5' cx='37%25' cy='67%25' fill='url(%23star)'/%3E%3Ccircle r='3' cx='42%25' cy='12%25' fill='url(%23star)'/%3E%3Ccircle r='2' cx='58%25' cy='92%25' fill='url(%23star)'/%3E%3Ccircle r='2.2' cx='73%25' cy='43%25' fill='url(%23star)'/%3E%3Ccircle r='3' cx='85%25' cy='8%25' fill='url(%23star)'/%3E%3Ccircle r='1.5' cx='94%25' cy='78%25' fill='url(%23star)'/%3E%3C/svg%3E") repeat;
}

.pills-container {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 5;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(ellipse 50% 60% at 50% 50%, transparent 35%, black 100%);
    mask-image: radial-gradient(ellipse 50% 60% at 50% 50%, transparent 35%, black 100%);
}

.pill {
    position: absolute;
    display: block;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--white-color);
    border-radius: 50px;
    backdrop-filter: blur(5px);
    font-weight: 600;
    font-size: 1rem;
    animation: float 25s linear infinite;
    box-shadow: 0 0 15px rgba(0, 191, 255, 0.1);
}

@keyframes float {
    from { transform: translateX(-150%); }
    to { transform: translateX(150vw); }
}

.pill:nth-child(1) { top: 15%; animation-duration: 30s; }
.pill:nth-child(2) { top: 30%; animation-duration: 22s; animation-delay: -10s; }
.pill:nth-child(3) { top: 50%; animation-duration: 35s; }
.pill:nth-child(4) { top: 65%; animation-duration: 20s; animation-delay: -5s; }
.pill:nth-child(5) { top: 85%; animation-duration: 28s; animation-delay: -15s; }

.hero-center {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-logo {
    max-width: 360px;
    width: 75%;
    margin-bottom: 0.2rem;
}

.hero-text h1 {
    color: var(--white-color);
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}