* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #000;
    color: #fff;
    font-family: "Orbitron", Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
}

.site-header {
    height: 98px;
    background: #030303;
    display: flex;
    align-items: center;
    padding: 0 63px;
}

.brand img {
    width: 101px;
    height: auto;
    display: block;
}

.hero {
    min-height: 760px;
    background:
        linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .16)),
        url("asset1.jpg") center center / cover no-repeat;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 66px 24px 180px;
}

.hero-copy {
    width: min(850px, 100%);
}

h1,
h2,
h3,
p {
    margin: 0;
}

h2 {
    font-weight: 800;
}

.hero h1 {
    color: #fff;
    font-family: "Orbitron", Arial, Helvetica, sans-serif;
    font-size: clamp(48px, 6vw, 96px);
    line-height: .93;
    font-weight: 400;
    text-shadow: 0 0 18px rgba(255, 255, 255, .78), 0 0 36px rgba(120, 92, 255, .9);
}

.hero p {
    width: min(760px, 100%);
    margin: 30px auto 22px;
    color: #fff;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 600;
    text-shadow: 0 0 12px rgba(0, 0, 0, .95), 0 0 22px rgba(72, 123, 255, .75);
}

.hero-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #7f45ff;
    text-decoration: none;
    padding: 16px 46px;
    border: 1px solid rgba(255, 255, 255, .95);
    box-shadow: 0 0 24px rgba(127, 69, 255, .95), 0 0 60px rgba(52, 124, 246, .5);
    font-family: "Orbitron", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.wrap {
    width: min(1240px, calc(100% - 128px));
    margin: 0 auto;
}

.problems {
    background: #1a1a1a;
    padding: 235px 0 146px;
}

.galaxy h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.problem-intro {
    color: #fff;
    font-family: "Orbitron", Arial, Helvetica, sans-serif;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 400;
    margin-bottom: 58px;
    text-shadow: 0 0 18px rgba(120, 92, 255, .55);
}

.problem-card {
    min-height: 248px;
    background: #000;
    padding: 40px 36px;
    overflow: hidden;
}

.problem-card h3 {
    color: #fff;
    font-family: "Orbitron", Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: .96;
    font-weight: 400;
}

.problem-card p {
    margin-top: 20px;
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
}

.protocol {
    background: #1a1a1a;
    padding: 48px 0 110px;
}

.protocol h2,
.why h2 {
    color: #fff;
    font-family: "Orbitron", Arial, Helvetica, sans-serif;
    font-size: 46px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 58px;
    text-shadow: 0 0 18px rgba(120, 92, 255, .55);
}

.protocol h2::after,
.why h2::after {
    content: "";
    display: block;
    width: 86px;
    height: 1px;
    background: rgba(255, 255, 255, .76);
    margin-top: 21px;
}

.steps {
    border-top: 1px solid rgba(255, 255, 255, .55);
}

.step {
    min-height: 184px;
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid rgba(28, 107, 255, .42);
}

.step span {
    color: #2e8cff;
    font-size: 16px;
    font-weight: 700;
}

.step h3 {
    color: #fff;
    font-family: "Orbitron", Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 800;
}

.step p {
    display: block;
    width: min(760px, 100%);
    margin-top: 15px;
    color: #fff;
    font: 600 15px/1.55 "Orbitron", Arial, Helvetica, sans-serif;
}

.features {
    background: #000;
    padding: 62px 0 120px;
}

.features h2 {
    color: #fff;
    font-family: "Orbitron", Arial, Helvetica, sans-serif;
    font-size: 46px;
    line-height: 1;
    font-weight: 800;
}

.features h2::after {
    content: "";
    display: block;
    width: 86px;
    height: 1px;
    background: rgba(255, 255, 255, .76);
    margin-top: 21px;
}

.feature-grid {
    margin-top: 58px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 22px;
}

.feature-card {
    min-height: 235px;
    border: 1px solid rgba(255, 255, 255, .74);
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 35px 42px;
}

.feature-card svg {
    width: 34px;
    height: 34px;
    color: #6ea0ff;
    stroke-width: 1.9;
    margin-bottom: 38px;
    filter: drop-shadow(0 0 12px rgba(52, 124, 246, .72));
}

.feature-card:nth-child(7) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
}

.feature-card h3 {
    color: #fff;
    font-family: "Orbitron", Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
}

.feature-card p {
    margin-top: 15px;
    color: #fff;
    font: 600 13px/1.45 "Orbitron", Arial, Helvetica, sans-serif;
}

.why {
    min-height: 646px;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.why-copy > p:first-of-type {
    position: static;
    width: min(880px, 100%);
    height: auto;
    overflow: visible;
    clip: auto;
    margin: 0 auto 46px;
    color: #fff;
    font-size: 26px;
    line-height: 1.45;
    font-weight: 700;
    text-shadow: 0 0 16px rgba(120, 92, 255, .48);
}

.waitlist-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 270px;
    background: #7f45ff;
    color: #fff;
    text-decoration: none;
    padding: 18px 30px;
    border: 1px solid rgba(255, 255, 255, .95);
    box-shadow: 0 0 24px rgba(127, 69, 255, .95), 0 0 60px rgba(52, 124, 246, .5);
    font-family: "Orbitron", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.small {
    margin-top: 19px;
    color: #fff;
    font: 600 12px/1 "Orbitron", Arial, Helvetica, sans-serif;
}

.signup {
    min-height: 688px;
    background:
        radial-gradient(circle at 50% 22%, rgba(74, 128, 255, .18), transparent 34%),
        linear-gradient(115deg, #151924 0%, #1e1d2a 58%, #151824 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 110px 24px;
}

.form-shell {
    width: min(760px, 100%);
    padding: 44px;
    border: 1px solid rgba(112, 160, 255, .42);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(8, 11, 20, .74), rgba(25, 24, 42, .66));
    box-shadow: 0 0 50px rgba(52, 124, 246, .2), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}

.signup h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1.08;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 0 18px rgba(120, 92, 255, .65);
}

.signup > .form-shell > p {
    position: static;
    width: min(560px, 100%);
    height: auto;
    overflow: visible;
    clip: auto;
    margin: 14px auto 36px;
    color: rgba(255, 255, 255, .82);
    font: 600 15px/1.6 "Orbitron", Arial, Helvetica, sans-serif;
    text-align: center;
}

form {
    display: grid;
    gap: 22px;
}

.form-message {
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 10px;
    color: #fff;
    padding: 15px 18px;
    font: 600 13px/1.35 "Orbitron", Arial, Helvetica, sans-serif;
    text-align: center;
    box-shadow: 0 0 18px rgba(52, 124, 246, .45);
}

.form-message.success {
    background: rgba(52, 124, 246, .28);
}

.form-message.error {
    background: rgba(127, 69, 255, .28);
}

.name-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

label {
    display: grid;
    gap: 10px;
    color: #fff;
    font: 700 13px/1 "Orbitron", Arial, Helvetica, sans-serif;
}

.label-text {
    display: inline-block;
    color: rgba(255, 255, 255, .92);
}

.label-text span {
    margin-left: 4px;
}

input {
    width: 100%;
    height: 52px;
    background: rgba(4, 8, 18, .66);
    border: 1px solid rgba(78, 132, 255, .62);
    border-radius: 10px;
    color: #fff;
    padding: 0 16px;
    outline: none;
    font: 600 15px/1 "Orbitron", Arial, Helvetica, sans-serif;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

input:focus {
    background: rgba(6, 11, 24, .9);
    border-color: rgba(255, 255, 255, .95);
    box-shadow: 0 0 0 3px rgba(52, 124, 246, .22), 0 0 26px rgba(52, 124, 246, .46);
}

button {
    height: 58px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #347cf6 0%, #7f45ff 100%);
    color: #fff;
    font: 700 16px/1 "Orbitron", Arial, Helvetica, sans-serif;
    border: 1px solid rgba(255, 255, 255, .95);
    box-shadow: 0 0 24px rgba(52, 124, 246, .9), 0 0 58px rgba(127, 69, 255, .5);
    cursor: pointer;
    transition: filter .18s ease, transform .18s ease, box-shadow .18s ease;
}

.hero-link:hover,
.waitlist-btn:hover,
button:hover {
    filter: brightness(1.16);
    transform: translateY(-1px);
}

.galaxy {
    min-height: 637px;
    background:
        linear-gradient(rgba(26, 18, 93, .7), rgba(26, 18, 93, .72)),
        url("asset-bg2.jpg") center center / cover no-repeat;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 80px 24px;
}

.galaxy-copy {
    width: min(600px, 100%);
}

.galaxy-copy h2 {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    color: #fff;
    font-family: "Orbitron", Arial, Helvetica, sans-serif;
    font-size: 45px;
    line-height: 1;
}

.galaxy-copy p {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.admin-main {
    min-height: 760px;
    background:
        radial-gradient(circle at 50% 8%, rgba(74, 128, 255, .18), transparent 34%),
        linear-gradient(115deg, #11141d 0%, #1d1b2b 58%, #11141d 100%);
}

.admin-login {
    min-height: 760px;
    display: grid;
    place-items: center;
    padding: 80px 24px;
}

.admin-card {
    width: min(480px, 100%);
    padding: 42px;
    border: 1px solid rgba(112, 160, 255, .42);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(8, 11, 20, .78), rgba(25, 24, 42, .68));
    box-shadow: 0 0 50px rgba(52, 124, 246, .2), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.admin-card h1,
.admin-report h1 {
    color: #fff;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    text-shadow: 0 0 18px rgba(120, 92, 255, .65);
}

.admin-card > p,
.admin-report-head p {
    margin-top: 14px;
    color: rgba(255, 255, 255, .82);
    font: 600 15px/1.6 "Orbitron", Arial, Helvetica, sans-serif;
}

.admin-card form {
    margin-top: 30px;
}

.admin-report {
    padding: 90px 0 120px;
}

.admin-report-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 42px;
}

.admin-eyebrow {
    margin: 0 0 12px;
    color: #6ea0ff;
    font-size: 13px;
    text-transform: uppercase;
}

.admin-logout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #7f45ff;
    text-decoration: none;
    padding: 14px 24px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 9px;
    box-shadow: 0 0 20px rgba(127, 69, 255, .65);
    font-size: 13px;
    font-weight: 800;
}

.admin-empty {
    border: 1px solid rgba(112, 160, 255, .42);
    border-radius: 14px;
    background: rgba(8, 11, 20, .68);
    padding: 30px;
    color: #fff;
    text-align: center;
}

.admin-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(112, 160, 255, .42);
    border-radius: 14px;
    background: rgba(8, 11, 20, .72);
    box-shadow: 0 0 38px rgba(52, 124, 246, .16);
}

.admin-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    color: #fff;
}

.admin-table th,
.admin-table td {
    padding: 18px 16px;
    border-bottom: 1px solid rgba(112, 160, 255, .2);
    text-align: left;
    vertical-align: top;
}

.admin-table th {
    color: #9fbdff;
    font-size: 12px;
    text-transform: uppercase;
}

.admin-table td {
    font: 600 13px/1.45 Arial, Helvetica, sans-serif;
}

.admin-table a {
    color: #fff;
}

.admin-table tr:last-child td {
    border-bottom: 0;
}

footer {
    min-height: 260px;
    background: #000;
    padding: 78px 0 40px;
    text-align: center;
}

.line {
    height: 1px;
    background: #4b2397;
    margin-bottom: 52px;
}

footer p {
    color: #fff;
    font: 600 12px/1.4 "Orbitron", Arial, Helvetica, sans-serif;
}

@media (max-width: 800px) {
    .site-header {
        height: 74px;
        padding: 0 24px;
    }

    .brand img {
        width: 78px;
    }

    .hero {
        min-height: 380px;
        padding: 45px 24px 86px;
    }

    .hero h1 {
        font-size: 34px;
    }

    .hero p {
        font-size: 14px;
    }

    .wrap {
        width: calc(100% - 46px);
    }

    .problems {
        padding: 88px 0 82px;
    }

    .problem-intro,
    .protocol h2,
    .why h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .problem-grid,
    .feature-grid,
    .name-row {
        grid-template-columns: 1fr;
    }

    .problem-card {
        min-height: 150px;
        padding: 23px 24px;
    }

    .problem-card p {
        display: block;
        font-size: 10px;
    }

    .protocol {
        padding: 0 0 70px;
    }

    .step {
        grid-template-columns: 38px 1fr;
        min-height: 145px;
    }

    .step h3 {
        font-size: 18px;
    }

    .step p {
        font-size: 10px;
        margin-top: 8px;
    }

    .features {
        padding: 28px 0 42px;
    }

    .features h2 {
        font-size: 25px;
    }

    .feature-card,
    .feature-card:nth-child(7) {
        width: 100%;
        min-height: 85px;
        padding: 20px 22px;
    }

    .feature-card h3 {
        font-size: 14px;
    }

    .feature-card p {
        font-size: 8px;
    }

    .feature-card svg {
        width: 24px;
        height: 24px;
        margin-bottom: 18px;
    }

    .why-copy > p:first-of-type {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .why,
    .signup,
    .galaxy {
        min-height: 340px;
    }

    .signup {
        padding: 56px 18px;
    }

    .form-shell {
        padding: 28px 20px;
        border-radius: 14px;
    }

    .signup h2 {
        font-size: 24px;
    }

    .signup > .form-shell > p {
        font-size: 13px;
        margin-bottom: 26px;
    }

    input,
    button {
        height: 50px;
    }

    .admin-card {
        padding: 28px 20px;
    }

    .admin-card h1,
    .admin-report h1 {
        font-size: 28px;
    }

    .admin-report {
        padding: 56px 0 80px;
    }

    .admin-report-head {
        display: grid;
    }
}
