* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(135deg, #18181b 0%, #0a0a0a 100%);
    color: #fff;
    min-height: 100vh;
    margin: 0;
    font-family: 'Inter', Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    max-width: 600px;
    padding: 3rem 2rem 2rem 2rem;
    box-sizing: border-box;
    margin: 0 auto;
}

.content {
    text-align: center;
    z-index: 10;
    max-width: 800px;
    width: 100%;
}

.logo {
    margin-bottom: 3rem;
    position: relative;
}

.company-name {
    font-family: 'Inter', Arial, sans-serif;
    font-size: clamp(2.2rem, 7vw, 3.5rem);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 2.5rem;
    text-align: center;
    text-shadow: 0 2px 16px #000, 0 1px 0 #222;
    line-height: 1.08;
}

.company-logo {
    display: block;
    max-width: 320px;
    width: 80%;
    height: auto;
    margin: 0 auto 2.5rem auto;
}

.logo-accent {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #00ffff, #ff00ff, #ffff00);
    margin: 0 auto;
    border-radius: 2px;
    animation: slideIn 1.2s ease-out 0.3s both, pulse 2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
}

.coming-soon {
    margin-bottom: 4rem;
    animation: fadeInUp 1s ease-out 0.5s both;
}

.coming-soon-text {
    font-family: 'Orbitron', monospace;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #00ffff;
    margin-bottom: 1rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
    animation: flicker 3s infinite;
}

.cryptic-subtitle {
    font-family: 'Orbitron', monospace;
    font-size: clamp(0.8rem, 2vw, 1.1rem);
    color: #00ff00;
    font-weight: 400;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    text-shadow: 0 0 5px rgba(0, 255, 0, 0.8);
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem;
    border: 1px solid rgba(0, 255, 0, 0.3);
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.hex-text {
    color: #ff00ff;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(255, 0, 255, 0.8);
}

.crypto-text {
    font-family: 'Courier New', monospace;
    letter-spacing: 0.1em;
}

.cursor {
    animation: blink 1s infinite;
    color: #ffff00;
    text-shadow: 0 0 5px rgba(255, 255, 0, 0.8);
}

.features {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.7s both;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    padding: 1rem;
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.feature:hover {
    transform: translateY(-5px) scale(1.05);
    border-color: rgba(0, 255, 255, 0.6);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.5));
}

.feature span {
    font-family: 'Orbitron', monospace;
    font-size: 0.8rem;
    color: #00ffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
}

.cta {
    margin-bottom: 3rem;
    animation: fadeInUp 1s ease-out 0.9s both;
}

.notify-btn {
    background: linear-gradient(135deg, #00ffff 0%, #ff00ff 100%);
    border: 2px solid #00ffff;
    padding: 1rem 2.5rem;
    font-family: 'Orbitron', monospace;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    overflow: hidden;
}

.notify-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.notify-btn:hover::before {
    left: 100%;
}

.notify-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.8);
    border-color: #ff00ff;
}

.notify-btn:active {
    transform: translateY(0);
}

.footer {
    width: 100%;
    margin-top: auto;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    box-sizing: border-box;
}

.footer p {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 0.85rem;
    color: #888;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.03em;
    margin: 0;
    line-height: 1.5;
}

/* Background Animation */
.background-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: linear-gradient(135deg, #00ffff, #ff00ff);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
    opacity: 0.8;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
}

.particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 8s;
}

.particle:nth-child(2) {
    top: 60%;
    left: 80%;
    animation-delay: 2s;
    animation-duration: 10s;
}

.particle:nth-child(3) {
    top: 80%;
    left: 20%;
    animation-delay: 4s;
    animation-duration: 7s;
}

.particle:nth-child(4) {
    top: 30%;
    left: 70%;
    animation-delay: 1s;
    animation-duration: 9s;
}

.particle:nth-child(5) {
    top: 70%;
    left: 60%;
    animation-delay: 3s;
    animation-duration: 6s;
}

/* Grid Lines */
.grid-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.1), transparent);
    animation: gridMove 20s linear infinite;
}

.grid-line:nth-child(6) {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    animation-delay: 0s;
}

.grid-line:nth-child(7) {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    animation-delay: 5s;
}

.grid-line:nth-child(8) {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    animation-delay: 10s;
}

.grid-line:nth-child(9) {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    animation-delay: 15s;
}

/* Cyberpunk Overlay */
.cyberpunk-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

.scan-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.5), transparent);
    animation: scan 3s linear infinite;
}

.scan-line:nth-child(1) {
    top: 20%;
    animation-delay: 0s;
}

.scan-line:nth-child(2) {
    top: 60%;
    animation-delay: 1s;
}

.scan-line:nth-child(3) {
    top: 80%;
    animation-delay: 2s;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 80px;
        opacity: 1;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.8;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 1;
    }
}

@keyframes glow {
    from {
        text-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
    }
    to {
        text-shadow: 0 0 30px rgba(0, 255, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.3);
    }
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 255, 255, 1), 0 0 30px rgba(0, 255, 255, 0.5);
    }
}

@keyframes flicker {
    0%, 100% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
    }
    50% {
        opacity: 0.8;
        text-shadow: 0 0 5px rgba(0, 255, 255, 0.4);
    }
    75% {
        opacity: 0.9;
        text-shadow: 0 0 15px rgba(0, 255, 255, 1);
    }
}

@keyframes blink {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0;
    }
}

@keyframes gridMove {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes scan {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 1rem;
    }
    
    .features {
        gap: 2rem;
    }
    
    .feature-icon {
        font-size: 1.5rem;
    }
    
    .feature span {
        font-size: 0.7rem;
    }
    
    .notify-btn {
        padding: 0.875rem 2rem;
        font-size: 0.9rem;
    }
    
    .cryptic-subtitle {
        flex-direction: column;
        gap: 0.25rem;
    }
}

@media (max-width: 480px) {
    .features {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .company-name {
        font-size: 2.5rem;
    }
    
    .coming-soon-text {
        font-size: 1.5rem;
    }
    
    .cryptic-subtitle {
        font-size: 0.8rem;
    }
} 

.cipher-container {
    min-height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    color: #e0e0e0;
    letter-spacing: 0.15em;
    user-select: none;
    text-align: center;
    font-weight: 100;
    margin-bottom: 2.5rem;
    /* Removed background, border-radius, and box-shadow for a clean look */
}

@media (max-width: 600px) {
    .container {
        padding: 1.5rem 0.5rem 1rem 0.5rem;
        max-width: 98vw;
    }
    .company-name {
        font-size: 1.3rem;
        letter-spacing: 0.01em;
    }
    .cipher-container {
        font-size: 0.85rem;
        padding: 0.7rem 0.7rem;
    }
    .footer p {
        font-size: 0.7rem;
    }
} 