* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

:root {
    color-scheme: dark;
}

html {
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #0A0C10 !important;
    background: radial-gradient(ellipse at bottom, #1B2735 0%, #090A0F 100%) !important;
    -webkit-overflow-scrolling: touch;
    color-scheme: dark;
}

body {
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0A0C10 !important;
    background: radial-gradient(ellipse at bottom, #1B2735 0%, #090A0F 100%) !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
    touch-action: none;
    color-scheme: dark;
}

body::before {
    content: '';
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    height: 100vh;
    background: #0A0C10;
    z-index: -1;
}

body::after {
    content: '';
    position: fixed;
    bottom: -100vh;
    left: 0;
    right: 0;
    height: 100vh;
    background: #0A0C10;
    z-index: -1;
}

/* Loading Screen */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: radial-gradient(ellipse at bottom, #1B2735 0%, #090A0F 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    overflow: hidden;
}

.loading-screen::before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 73px 73px #fff, 89px 10px #fff, 124px 82px #fff, 150px 56px #fff, 189px 91px #fff, 234px 67px #fff, 312px 45px #fff, 378px 78px #fff, 456px 34px #fff, 567px 89px #fff, 645px 67px #fff, 734px 45px #fff, 823px 78px #fff, 912px 56px #fff, 1034px 82px #fff, 12px 156px #fff, 45px 156px #fff, 67px 167px #fff, 112px 145px #fff, 178px 156px #fff, 189px 178px #fff, 234px 167px #fff, 312px 156py #fff, 378px 178px #fff, 456px 145px #fff, 567px 167px #fff, 645px 156py #fff, 734px 178px #fff, 67px 234px #fff, 89px 267px #fff, 145px 234px #fff, 156px 289px #fff, 189px 245px #fff, 234px 256px #fff, 312px 234py #fff, 378px 267px #fff, 456px 289px #fff, 567px 234px #fff, 645px 267py #fff, 734px 289px #fff, 12px 345px #fff, 56px 345px #fff, 89px 367px #fff, 134px 345py #fff, 167px 378px #fff, 189px 356px #fff, 234px 367px #fff, 312px 345py #fff, 378px 378px #fff, 456px 356px #fff, 567px 367px #fff;
    animation: animStarLoad 50s linear infinite;
    z-index: 1;
}

@keyframes animStarLoad {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-2000px);
    }
}

.loading-screen.hidden {
    opacity: 0;
    visibility: hidden;
}

.loading-logo {
    width: 1px;
    height: 1px;
    animation: pixelReveal 0.3s ease-out forwards, zoomInOut 2s ease-in-out 0.3s infinite;
}

@keyframes pixelReveal {
    0% {
        width: 1px;
        height: 1px;
    }
    100% {
        width: 200px;
        height: 200px;
    }
}

@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

#stars {
    width: 1px;
    height: 1px;
    background: transparent;
    animation: animStar 50s linear infinite;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
}

#stars:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
}

#stars2 {
    width: 2px;
    height: 2px;
    background: transparent;
    animation: animStar 100s linear infinite;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
}

#stars2:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: transparent;
}

#stars3 {
    width: 3px;
    height: 3px;
    background: transparent;
    animation: animStar 150s linear infinite;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
}

#stars3:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: transparent;
}

#title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #FFF;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: 10px;
    margin-top: -60px;
    padding-left: 10px;
    z-index: 10;
}

#title span {
    background: -webkit-linear-gradient(white, #38495a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-2000px);
    }
}

/* Navbar - Liquid Glass Effect */
.navbar {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: calc(100% - 40px);
    max-width: 1200px;
}

.navbar-container {
    background: rgba(20, 30, 45, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 18.7px;
    align-items: center;
    gap: 8.8px;
    padding: 13.2px;
    display: flex;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-logo {
    width: 113.9182px;
    height: 33px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: auto;
}

.navbar-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.navbar-search-container {
    flex-shrink: 0;
}

.navbar-search {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12.375px;
    align-items: center;
    gap: 6.1875px;
    width: 330px;
    height: 37.4px;
    padding: 0 9.2818px;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.navbar-search:hover {
    background: rgba(255, 255, 255, 0.7);
}

.search-icon {
    width: 18.5625px;
    height: 18.5625px;
    flex-shrink: 0;
    aspect-ratio: 16.88/16.88;
}

.search-text {
    color: #223138;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16.0875px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}

.navbar-icons {
    display: flex;
    align-items: center;
    gap: 8.8px;
    flex-shrink: 0;
}

.icon-container {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 9.2818px;
    justify-content: center;
    align-items: center;
    gap: 6.1875px;
    width: 37.125px;
    height: 37.4px;
    padding: 0;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
}

.icon-container:hover {
    background: rgba(255, 255, 255, 0.7);
}

.icon-container img {
    width: 18.5625px;
    height: 18.5625px;
    aspect-ratio: 16.88/16.88;
    flex-shrink: 0;
}

.navbar-divider {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.3);
    width: 0.6193px;
    height: 24.75px;
    flex-shrink: 0;
}

.navbar-mile-id {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 9.2818px;
    justify-content: center;
    align-items: center;
    gap: 6.1875px;
    height: 37.4px;
    padding: 0 16.5px;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.navbar-mile-id:hover {
    background: rgba(255, 255, 255, 0.7);
}

.mile-id-icon {
    width: 22.275px;
    height: 22.275px;
    aspect-ratio: 20.25/20.25;
    flex-shrink: 0;
}

.mile-id-text {
    color: #223138;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16.0875px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
}

.navbar-signup-group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0;
    height: 37.4px;
    flex-wrap: nowrap;
}

.signup-button {
    background: #2a4481;
    border-radius: 12.375px;
    justify-content: center;
    align-items: center;
    gap: 5.5px;
    height: 37.4px;
    padding: 9.2818px 12.1px 9.2818px 24.75px;
    display: flex;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16.0875px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    position: relative;
}

.signup-text {
    display: inline-block;
    margin-right: 8.8px;
}

.signup-divider {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.3);
    width: 0.7194px;
    height: 19.8px;
    flex-shrink: 0;
    margin: 0 7.1907px 0 5.5px;
}

.micron-icon {
    width: 12.1px;
    height: 17.6px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.signup-button:hover {
    background: #1f3361;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(42, 68, 129, 0.4);
}

.signup-button:hover .micron-icon {
    transform: scale(1.1);
}

.signup-button:active {
    transform: translateY(0);
}

.signup-button.active .micron-icon {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 11.25px;
    min-width: 180px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1001;
    overflow: hidden;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    padding: 12px 20px;
    color: #223138;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14.625px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

.dropdown-item:hover {
    background: rgba(42, 68, 129, 0.1);
}

.dropdown-item:first-child {
    border-radius: 11.25px 11.25px 0 0;
}

.dropdown-item:last-child {
    border-radius: 0 0 11.25px 11.25px;
}

/* Hide mobile navbars on desktop */
@media (min-width: 1025px) {
    .navbar-mobile-top,
    .navbar-mobile-bottom {
        display: none;
    }
}

/* Responsive adjustments - Tablet */
@media (max-width: 1024px) and (min-width: 769px) {
    .navbar-desktop {
        width: calc(100% - 60px);
        top: 15px;
        max-width: none;
    }

    .navbar-container {
        padding: 11px;
        gap: 8px;
    }

    .navbar-search-container {
        flex-shrink: 1;
        min-width: 0;
    }

    .navbar-search {
        width: 100%;
        min-width: 250px;
        max-width: 320px;
    }

    .navbar-logo {
        width: 100px;
        flex-shrink: 0;
    }

    .navbar-mile-id {
        width: auto;
        padding: 0 14px;
        flex-shrink: 0;
    }

    .mile-id-text {
        display: inline-block;
    }

    .mile-id-icon {
        width: 20px;
        height: 20px;
    }

    .signup-button {
        padding: 8px 16px;
        flex-shrink: 0;
    }

    .signup-text {
        display: inline-block;
    }

    .navbar-signup-group {
        gap: 0;
    }

    .navbar-mobile-top,
    .navbar-mobile-bottom {
        display: none;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    /* Hide desktop navbar on mobile */
    .navbar-desktop {
        display: none;
    }

    /* Mobile Top Navbar */
    .navbar-mobile-top {
        position: fixed;
        top: 15px;
        left: 0;
        right: 0;
        z-index: 1002;
        width: 100%;
        height: 65px;
        background: transparent;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-mobile-top-container {
        width: calc(100% - 50px);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box;
        border-radius: 18.7px;
        background: rgba(20, 30, 45, 0.15);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-mobile-logo {
        width: 100px;
        height: 30px;
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    .navbar-mobile-logo img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    /* Hamburger Menu */
    .hamburger-menu {
        width: 28px;
        height: 28px;
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        padding: 0;
        flex-shrink: 0;
    }

    .hamburger-menu span {
        width: 24px;
        height: 2px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 1px;
        transition: all 0.3s ease;
        display: block;
    }

    .hamburger-menu:hover span {
        background: rgba(255, 255, 255, 1);
    }

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

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

    .hamburger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    /* Hamburger Menu Content */
    .hamburger-menu-content {
        position: fixed;
        top: 95px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: calc((var(--vh, 1vh) * 100) - 95px);
        background: rgba(20, 30, 45, 0.6);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        z-index: 1001;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: max-content;
        align-items: center;
        justify-items: stretch;
        justify-content: center;
        align-content: center;
        column-gap: 20px;
        row-gap: 25px;
        padding: 20px 25px 20px 25px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        box-sizing: border-box;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .hamburger-menu-content > :nth-child(2),
    .hamburger-menu-content > :nth-child(3) {
        max-width: 100%;
    }

    .hamburger-menu-content > :nth-child(4),
    .hamburger-menu-content > :nth-child(5),
    .hamburger-menu-content > :nth-child(6) {
        grid-column: 1 / -1;
    }

    .hamburger-menu-content.active {
        opacity: 1;
        visibility: visible;
    }

    /* Hamburger Search Bar */
    .hamburger-search-bar {
        position: fixed;
        top: 110px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 50px);
        max-width: 330px;
        background: rgba(20, 30, 45, 0.15);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 12px;
        padding: 12px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-sizing: border-box;
        z-index: 1002;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .hamburger-search-bar:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .hamburger-search-icon {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        filter: brightness(0) invert(1);
    }

    .hamburger-search-bar span {
        color: rgba(255, 255, 255, 0.9);
        font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        font-size: 16px;
        font-weight: 500;
    }

    .hamburger-menu-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
        color: rgba(255, 255, 255, 0.9);
        font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        height: 44px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 12px;
        padding: 0 20px;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .hamburger-menu-item:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .hamburger-menu-icon {
        width: 24px;
        height: 24px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

    /* Hamburger Menu Button (Mile ID) */
    .hamburger-menu-button {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
        color: rgba(255, 255, 255, 0.9);
        font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        height: 44px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 12px;
        padding: 0 20px;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .hamburger-menu-button:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .hamburger-button-icon {
        width: 24px;
        height: 24px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

    /* Hamburger Divider */
    .hamburger-divider {
        width: 100%;
        height: 0.6px;
        background: rgba(255, 255, 255, 0.3);
        margin: 5px 0;
    }

    .hamburger-signup-button {
        background: #2a4481;
        border-radius: 14px;
        justify-content: center;
        align-items: center;
        gap: 5px;
        height: 44px;
        padding: 8px 20px;
        display: flex;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #fff;
        font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
        margin-top: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .hamburger-signup-button:hover {
        background: #1f3361;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(42, 68, 129, 0.4);
    }

    .hamburger-signup-button .signup-divider {
        margin: 0 6px 0 4px;
    }

    .hamburger-signup-button .micron-icon {
        width: 10px;
        height: 14px;
    }

    /* Mobile Bottom Navbar */
    .navbar-mobile-bottom {
        position: fixed;
        bottom: 30px;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        opacity: 1;
        visibility: visible;
    }

    .navbar-mobile-bottom-container {
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 18.7px;
        background: rgba(20, 30, 45, 0.15);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        pointer-events: all;
    }

    /* Mobile Bottom Icons (Square) */
    .mobile-bottom-icon {
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        flex-shrink: 0;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .mobile-bottom-icon:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .mobile-bottom-icon-img {
        width: 22px;
        height: 22px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

    /* Mobile Bottom Divider */
    .mobile-bottom-divider {
        width: 0.6193px;
        height: 24.75px;
        background: rgba(255, 255, 255, 0.3);
        flex-shrink: 0;
    }

    /* Mobile Sign Up Button */
    .signup-button-mobile {
        background: #2a4481;
        border-radius: 14px;
        justify-content: center;
        align-items: center;
        gap: 5px;
        height: 44px;
        padding: 8px 14px;
        display: flex;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #fff;
        font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
        position: relative;
        flex-shrink: 0;
    }

    .signup-button-mobile:hover {
        background: #1f3361;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(42, 68, 129, 0.4);
    }

    .signup-button-mobile .signup-divider {
        margin: 0 6px 0 4px;
    }

    .signup-button-mobile .micron-icon {
        width: 10px;
        height: 14px;
    }

}

/* Countdown Container */
.countdown-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background: rgba(20, 30, 45, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 60px 80px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    box-sizing: border-box;
    max-width: 90%;
}

/* Staggered Text Heading */
.staggered-text {
    color: #ffffff;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

.staggered-text .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: revealChar 0.6s ease forwards;
}

@keyframes revealChar {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Subtitle */
.subtitle {
    background: linear-gradient(90deg, 
        #FF0080 0%, 
        #FF6B35 16.66%, 
        #FFED4E 33.33%, 
        #00FF94 50%, 
        #00D9FF 66.66%, 
        #C77DFF 83.33%, 
        #FF0080 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 40px 0;
}

/* Countdown Display */
.countdown-display {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.countdown-unit {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 24px 16px;
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid transparent;
}

.countdown-unit::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 16px;
    padding: 2px;
    background: conic-gradient(from var(--angle),
        #FF0080 0deg,
        #FF6B35 60deg,
        #FFED4E 120deg,
        #00FF94 180deg,
        #00D9FF 240deg,
        #C77DFF 300deg,
        #FF0080 360deg);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
    animation: rotateGradient 3s linear infinite;
}

@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

@keyframes rotateGradient {
    from {
        --angle: 0deg;
    }
    to {
        --angle: 360deg;
    }
}

.countdown-unit:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
}

/* Seconds unit shake animation */
.countdown-unit:nth-child(4) {
    animation: rotateGradient 3s linear infinite, gentleShake 1s ease-in-out infinite;
}

@keyframes gentleShake {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
    }
    25% {
        transform: translateX(-2px) rotate(-1deg);
    }
    50% {
        transform: translateX(0) rotate(0deg);
    }
    75% {
        transform: translateX(2px) rotate(1deg);
    }
}

.countdown-value {
    color: #ffffff;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.countdown-label {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Countdown Title */
.countdown-title {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 24px 0;
    letter-spacing: 0.5px;
}

/* Countdown Date Info */
.countdown-date-info {
    text-align: center;
    margin-bottom: 40px;
}

.countdown-time {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.countdown-date {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.notify-btn,
.waitlist-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.notify-btn {
    background: rgba(255, 255, 255, 0.9);
    color: #223138;
}

.notify-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2);
}

.waitlist-btn {
    background: #2a4481;
    color: #ffffff;
}

.waitlist-btn:hover {
    background: #1f3361;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(42, 68, 129, 0.4);
}

.btn-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Email Form */
.email-form {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.email-form.active {
    max-height: 100px;
    opacity: 1;
    margin-top: 20px;
}

.email-form input[type="email"] {
    flex: 1;
    max-width: 300px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
}

.email-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.email-form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
}

.submit-email-btn {
    padding: 12px 24px;
    border-radius: 10px;
    background: #2a4481;
    color: #ffffff;
    border: none;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.submit-email-btn:hover {
    background: #1f3361;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(42, 68, 129, 0.4);
}

/* Responsive - Tablet */
@media (max-width: 1024px) and (min-width: 769px) {
    .countdown-container {
        padding: 50px 60px;
        max-width: 85%;
    }

    .staggered-text {
        font-size: 40px;
    }

    .subtitle {
        font-size: 16px;
        background: linear-gradient(90deg, 
            #FF0080 0%, 
            #FF6B35 16.66%, 
            #FFED4E 33.33%, 
            #00FF94 50%, 
            #00D9FF 66.66%, 
            #C77DFF 83.33%, 
            #FF0080 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .countdown-display {
        gap: 16px;
    }

    .countdown-value {
        font-size: 40px;
    }

    .countdown-unit {
        padding: 20px 12px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .countdown-container {
        padding: 30px 20px;
        max-width: calc(100% - 40px);
        width: calc(100% - 40px);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border: none;
    }

    .staggered-text {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .subtitle {
        font-size: 12px;
        letter-spacing: 1.5px;
        margin-bottom: 20px;
        background: linear-gradient(90deg, 
            #FF0080 0%, 
            #FF6B35 16.66%, 
            #FFED4E 33.33%, 
            #00FF94 50%, 
            #00D9FF 66.66%, 
            #C77DFF 83.33%, 
            #FF0080 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .countdown-title {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .countdown-display {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        margin-bottom: 24px;
    }

    .countdown-unit {
        padding: 12px 6px;
    }

    .countdown-value {
        font-size: 20px;
    }

    .countdown-label {
        font-size: 10px;
    }

    .countdown-date-info {
        margin-bottom: 24px;
    }

    .countdown-time {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .countdown-date {
        font-size: 12px;
    }

    .cta-buttons {
        flex-direction: row;
        gap: 12px;
        width: 100%;
        justify-content: center;
    }

    .notify-btn,
    .waitlist-btn {
        flex: 1;
        padding: 12px 16px;
        font-size: 14px;
    }

    .btn-icon {
        width: 18px;
        height: 18px;
    }

    .email-form {
        flex-direction: column;
        width: 100%;
    }

    .email-form input[type="email"] {
        max-width: 100%;
        width: 100%;
    }

    .submit-email-btn {
        width: 100%;
    }
}
    