body {
    margin: 0;
    padding: 0;
    background: radial-gradient(circle at top, #0b1c2d, #020b16);
    font-family: Arial, sans-serif;
    color: white;
    overflow-x: hidden;
}

/* Top-Left Logo with Subtle Glow */
.top-right-logo {
    position: absolute;
    top: 30px;
    left: 40px;   /* Moved from right → left */
}

.top-right-logo img {
    width: 200px; /* same size you set earlier */
    filter: drop-shadow(0 0 12px rgba(0, 255, 140, 0.18)); /* subtle glow */
}

/* Text Section */
.hero {
    text-align: center;
    margin-top: 120px;
}

h1 {
    font-size: 52px;
    font-weight: bold;
}

.highlight {
    color: #2bc3ff;
}

h2 {
    font-size: 20px;
    margin-top: -10px;
    color: #9fc7da;
}

.description {
    max-width: 850px;
    margin: 20px auto;
    line-height: 1.6;
    font-size: 18px;
    color: #cfe8f2;
}

.coming-soon {
    margin-top: 40px;
    font-size: 28px;
    color: #2bc3ff;
    letter-spacing: 3px;
}

footer {
    margin-top: 60px;
    font-size: 14px;
    opacity: 0.6;
}

/* Hologram Avatar */
.avatar {
    position: absolute;
    right: 60px;
    bottom: 20px;
    width: 250px;
    opacity: 0.9;
}
