:root {
    --bg: #00000A;
    --white: #ffffff;
    --cyan: #7df9ff;
    --violet: #9d6cff;
    --pink: #ff4fd8;
}

* {
    box-sizing: border-box;
}

html {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--white);
}

body {
    min-height: 100vh;
    margin: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(125, 249, 255, 0.12), transparent 28%),
        radial-gradient(circle at 80% 75%, rgba(157, 108, 255, 0.15), transparent 32%),
        linear-gradient(135deg, #00000A 0%, #020018 45%, #080016 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
}

body::before {
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.95) 0 1px, transparent 1.7px),
        radial-gradient(circle, rgba(125,249,255,0.75) 0 1px, transparent 1.8px),
        radial-gradient(circle, rgba(255,79,216,0.65) 0 1px, transparent 1.8px);
    background-size: 90px 90px, 150px 150px, 230px 230px;
    background-position: 0 0, 35px 45px, 100px 70px;
    opacity: 0.42;
    animation: starDrift 70s linear infinite;
}

body::after {
    background: radial-gradient(circle at center, transparent 0 32%, rgba(0,0,10,0.72) 100%);
}

.space-bg {
    position: fixed;
    inset: -20%;
    background:
        conic-gradient(from 120deg at 50% 50%, transparent, rgba(125,249,255,0.12), transparent, rgba(157,108,255,0.16), transparent);
    filter: blur(42px);
    opacity: 0.7;
    animation: nebulaSpin 26s linear infinite;
    pointer-events: none;
}

.orb {
    position: fixed;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    filter: blur(12px);
    opacity: 0.45;
    pointer-events: none;
}

.orb-one {
    top: 12%;
    left: 10%;
    background: radial-gradient(circle, rgba(125,249,255,0.34), transparent 62%);
    animation: floatOne 8s ease-in-out infinite;
}

.orb-two {
    right: 12%;
    bottom: 8%;
    background: radial-gradient(circle, rgba(255,79,216,0.28), transparent 65%);
    animation: floatTwo 10s ease-in-out infinite;
}

.hero {
    position: relative;
    z-index: 2;
    padding: 42px 52px;
    border: 1px solid rgba(125, 249, 255, 0.22);
    border-radius: 28px;
    background: rgba(3, 3, 24, 0.38);
    box-shadow:
        0 0 26px rgba(125, 249, 255, 0.16),
        0 0 80px rgba(157, 108, 255, 0.18),
        inset 0 0 30px rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(12px);
    transform-style: preserve-3d;
    animation: heroPulse 4s ease-in-out infinite;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--cyan);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    text-shadow: 0 0 18px rgba(125, 249, 255, 0.9);
}

h1 {
    margin: 0;
    font-size: clamp(2.2rem, 6vw, 5rem);
    line-height: 1;
    letter-spacing: -0.05em;
    text-shadow:
        0 0 8px rgba(255,255,255,0.85),
        0 0 20px rgba(125,249,255,0.65),
        0 0 48px rgba(157,108,255,0.75);
}

h2 {
    margin: 14px 0 0;
    color: rgba(255,255,255,0.82);
    font-size: clamp(1.1rem, 2.6vw, 2rem);
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-shadow: 0 0 18px rgba(255,79,216,0.62);
}

.cursor-star {
    position: fixed;
    z-index: 4;
    width: var(--size);
    height: var(--size);
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, white 0 18%, var(--cyan) 30%, transparent 72%);
    border-radius: 50%;
    box-shadow:
        0 0 10px rgba(125,249,255,0.95),
        0 0 24px rgba(255,79,216,0.55);
    animation: cursorSpark 900ms ease-out forwards;
}

@keyframes cursorSpark {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--drift-x)), calc(-50% + var(--drift-y))) scale(0.2) rotate(180deg);
    }
}

@keyframes starDrift {
    from { background-position: 0 0, 35px 45px, 100px 70px; }
    to { background-position: 900px 450px, 1235px 745px, 1600px 970px; }
}

@keyframes nebulaSpin {
    from { transform: rotate(0deg) scale(1); }
    to { transform: rotate(360deg) scale(1.08); }
}

@keyframes heroPulse {
    0%, 100% {
        box-shadow:
            0 0 26px rgba(125, 249, 255, 0.16),
            0 0 80px rgba(157, 108, 255, 0.18),
            inset 0 0 30px rgba(255, 255, 255, 0.035);
    }
    50% {
        box-shadow:
            0 0 36px rgba(125, 249, 255, 0.26),
            0 0 110px rgba(157, 108, 255, 0.28),
            inset 0 0 34px rgba(255, 255, 255, 0.05);
    }
}

@keyframes floatOne {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(34px, -22px); }
}

@keyframes floatTwo {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-28px, 30px); }
}
