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

:root {
    --bg: #070914;
    --bg-2: #0d1020;
    --text: #f7f8ff;
    --muted: #a6acc2;
    --line: rgba(255,255,255,.11);
    --accent: #8b5cf6;
    --accent-2: #22d3ee;
    --card: rgba(19, 23, 42, .62);
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    color: var(--text);
    background:
        radial-gradient(circle at 18% 20%, rgba(139,92,246,.14), transparent 30%),
        radial-gradient(circle at 82% 75%, rgba(34,211,238,.10), transparent 28%),
        var(--bg);
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

.background,
.grid {
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.grid {
    opacity: .22;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    animation: float 8s ease-in-out infinite;
}

.orb-1 {
    width: 380px;
    height: 380px;
    left: -170px;
    top: 8%;
    background: radial-gradient(circle, rgba(139,92,246,.25), transparent 68%);
}

.orb-2 {
    width: 420px;
    height: 420px;
    right: -180px;
    bottom: -80px;
    background: radial-gradient(circle, rgba(34,211,238,.18), transparent 68%);
    animation-delay: -3s;
}

.site-header,
.hero,
.site-footer {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
    position: relative;
    z-index: 2;
}

.site-header {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text);
    text-decoration: none;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
}

.brand-mark {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: 0 10px 35px rgba(139,92,246,.25);
}

.status {
    color: #c9cde0;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.035);
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.status i {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 12px #34d399;
    margin-right: 7px;
}

.hero {
    min-height: calc(100vh - 160px);
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 70px;
    padding: 65px 0 75px;
}

.content {
    animation: reveal .8s ease both;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #c4b5fd;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.eyebrow span {
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

h1 {
    max-width: 700px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(46px, 6vw, 78px);
    line-height: .99;
    letter-spacing: -.055em;
}

h1 strong {
    background: linear-gradient(100deg, #a78bfa 10%, #67e8f9 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.intro {
    max-width: 610px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
    margin: 27px 0 34px;
}

.countdown {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 34px;
}

.time-box {
    min-width: 76px;
}

.time-box strong {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 38px;
    line-height: 1;
}

.time-box span {
    display: block;
    margin-top: 8px;
    color: #7f879f;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.separator {
    color: #626980;
    font-size: 25px;
    margin-top: -17px;
}

.notify-form {
    display: flex;
    max-width: 520px;
    gap: 10px;
}

.input-wrap {
    flex: 1;
    position: relative;
}

.mail-icon {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #7d849b;
}

input {
    width: 100%;
    height: 56px;
    border: 1px solid var(--line);
    outline: none;
    border-radius: 14px;
    padding: 0 18px 0 45px;
    background: rgba(255,255,255,.045);
    color: var(--text);
    font: inherit;
    backdrop-filter: blur(14px);
}

input::placeholder {
    color: #6f768d;
}

input:focus {
    border-color: rgba(139,92,246,.7);
    box-shadow: 0 0 0 4px rgba(139,92,246,.09);
}

button {
    border: 0;
    height: 56px;
    padding: 0 22px;
    border-radius: 14px;
    color: white;
    background: linear-gradient(135deg, #7c3aed, #0891b2);
    font: 700 14px "Inter", sans-serif;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 12px 35px rgba(124,58,237,.2);
}

button span {
    margin-left: 8px;
    font-size: 18px;
}

button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(124,58,237,.3);
}

.form-message {
    min-height: 21px;
    margin: 11px 0 0 5px;
    font-size: 12px;
    color: #6ee7b7;
}

.visual {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
    animation: reveal .8s .15s ease both;
}

.glass-card {
    width: min(450px, 100%);
    padding: 27px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(31,35,62,.72), rgba(10,13,27,.64));
    box-shadow: 0 35px 100px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.07);
    backdrop-filter: blur(22px);
    transform: rotate(2deg);
}

.card-top {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #8991a8;
    font-size: 10px;
    letter-spacing: .13em;
    font-weight: 700;
}

.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 12px #34d399;
}

.percent {
    margin-left: auto;
    color: #c4b5fd;
}

.progress {
    height: 8px;
    background: rgba(255,255,255,.07);
    border-radius: 99px;
    margin: 17px 0 30px;
    overflow: hidden;
}

.progress span {
    display: block;
    width: 82%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    animation: progress 1.4s ease both;
}

.status-list {
    display: grid;
    gap: 17px;
}

.status-list > div {
    display: grid;
    grid-template-columns: 20px 1fr auto;
    gap: 10px;
    align-items: center;
    color: #c9cede;
    font-size: 13px;
}

.status-list b {
    color: #777f98;
    font-size: 10px;
    font-weight: 500;
}

.check {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #07140f;
    background: #6ee7b7;
    font-size: 11px;
    font-weight: 800;
}

.pulse,
.pending {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border-radius: 50%;
    background: #fbbf24;
    box-shadow: 0 0 0 5px rgba(251,191,36,.08);
}

.pending {
    background: #667085;
    box-shadow: none;
}

.mini-chart {
    height: 75px;
    display: flex;
    align-items: end;
    gap: 7px;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid var(--line);
}

.mini-chart span {
    flex: 1;
    border-radius: 5px 5px 2px 2px;
    background: linear-gradient(to top, rgba(139,92,246,.25), rgba(103,232,249,.85));
    animation: bars .8s ease both;
}

.floating-badge {
    position: absolute;
    padding: 11px 15px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(16,19,36,.78);
    backdrop-filter: blur(14px);
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
    font-size: 11px;
    color: #cdd2e4;
}

.badge-one {
    top: 40px;
    left: 5px;
    transform: rotate(-5deg);
}

.badge-two {
    right: 0;
    bottom: 42px;
    transform: rotate(5deg);
}

.site-footer {
    min-height: 68px;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666e84;
    font-size: 11px;
}

.socials {
    display: flex;
    gap: 8px;
}

.socials a {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #9299ad;
    text-decoration: none;
    border: 1px solid var(--line);
    border-radius: 9px;
    transition: .2s ease;
    font-size: 9px;
    font-weight: 700;
}

.socials a:hover {
    color: white;
    border-color: rgba(139,92,246,.5);
    transform: translateY(-2px);
}

@keyframes reveal {
    from { opacity: 0; transform: translateY(25px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0%, 100% { transform: translate3d(0,0,0); }
    50% { transform: translate3d(20px,-15px,0); }
}

@keyframes progress {
    from { width: 0; }
    to { width: 82%; }
}

@keyframes bars {
    from { transform: scaleY(0); transform-origin: bottom; }
    to { transform: scaleY(1); }
}

@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-top: 45px;
    }

    .visual {
        min-height: 390px;
    }

    h1 {
        font-size: clamp(45px, 9vw, 68px);
    }
}

@media (max-width: 600px) {
    .site-header,
    .hero,
    .site-footer {
        width: min(100% - 30px, 1180px);
    }

    .site-header {
        height: 76px;
    }

    .brand-name {
        font-size: 13px;
    }

    .brand-mark {
        width: 36px;
        height: 36px;
    }

    .status {
        padding: 7px 10px;
        font-size: 9px;
    }

    .hero {
        min-height: auto;
        padding: 45px 0 60px;
    }

    .intro {
        font-size: 14px;
        line-height: 1.7;
    }

    .countdown {
        gap: 7px;
    }

    .time-box {
        min-width: 58px;
    }

    .time-box strong {
        font-size: 28px;
    }

    .separator {
        font-size: 18px;
    }

    .notify-form {
        flex-direction: column;
    }

    button {
        width: 100%;
    }

    .glass-card {
        padding: 21px;
        transform: rotate(0);
    }

    .floating-badge {
        display: none;
    }

    .site-footer {
        padding: 18px 0;
        gap: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}
