:root {
    --bg-color: #050510;
    --text-color: #e0e0e0;
    --accent-primary: #ff4d00;
    --accent-secondary: #8a2be2;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
}

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

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

/* Background Gradients */
body::before {
    content: '';
    position: absolute;
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(138, 43, 226, 0.15) 0%, transparent 70%);
    top: -20%;
    left: -20%;
    z-index: 1;
    filter: blur(50px);
}

body::after {
    content: '';
    position: absolute;
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(255, 77, 0, 0.1) 0%, transparent 70%);
    bottom: -20%;
    right: -20%;
    z-index: 1;
    filter: blur(50px);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: 2;
    pointer-events: none;
}

.container {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.logo-container {
    width: 180px;
    height: 180px;
    margin-bottom: 1rem;
    position: relative;
}

.logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(138, 43, 226, 0.5));
    animation: float 6s ease-in-out infinite;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    background: linear-gradient(90deg, #fff, var(--accent-primary), #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 5s linear infinite;
}

.subtitle {
    font-size: 1.2rem;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2rem;
}

.status-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--glass-bg);
    padding: 0.5rem 1rem;
    border-radius: 99px;
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(10px);
    margin-bottom: 2rem;
}

.indicator {
    width: 8px;
    height: 8px;
    background-color: #00ff88;
    border-radius: 50%;
    box-shadow: 0 0 10px #00ff88;
    animation: pulse 2s infinite;
}

.status-text {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    color: #a0a0a0;
}

.cta-button {
    position: relative;
    padding: 1rem 3rem;
    text-decoration: none;
    color: white;
    font-size: 1rem;
    letter-spacing: 0.2em;
    font-weight: 500;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.3s;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
}

.cta-button:hover {
    box-shadow: 0 0 30px rgba(138, 43, 226, 0.4);
    border-color: var(--accent-secondary);
}

.cta-button span {
    position: relative;
    z-index: 1;
}

.footer {
    position: absolute;
    bottom: -80px;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.1em;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes pulse {
    0% { opacity: 1; box-shadow: 0 0 10px #00ff88; }
    50% { opacity: 0.5; box-shadow: 0 0 0 #00ff88; }
    100% { opacity: 1; box-shadow: 0 0 10px #00ff88; }
}

@keyframes shine {
    to { background-position: 200% center; }
}

/* Glitch Effect for H1 */
.glitch {
    position: relative;
}
.glitch::before, .glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.glitch::before {
    left: 2px;
    text-shadow: -1px 0 #ff00c1;
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim 5s infinite linear alternate-reverse;
}
.glitch::after {
    left: -2px;
    text-shadow: -1px 0 #00fff9;
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim2 5s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
    0% { clip: rect(42px, 9999px, 44px, 0); }
    5% { clip: rect(12px, 9999px, 59px, 0); }
    10% { clip: rect(48px, 9999px, 29px, 0); }
    15.0% { clip: rect(42px, 9999px, 73px, 0); }
    20% { clip: rect(63px, 9999px, 27px, 0); }
    100% { clip: rect(10px, 9999px, 80px, 0); }
}

@keyframes glitch-anim2 {
    0% { clip: rect(12px, 9999px, 84px, 0); }
    5% { clip: rect(32px, 9999px, 39px, 0); }
    10% { clip: rect(48px, 9999px, 12px, 0); }
    15.0% { clip: rect(12px, 9999px, 53px, 0); }
    20% { clip: rect(23px, 9999px, 77px, 0); }
    100% { clip: rect(54px, 9999px, 30px, 0); }
}

@media (max-width: 768px) {
    h1 { font-size: 2.5rem; }
    .logo-container { width: 120px; height: 120px; }
}
