/* Eigenwave brand refinements */
:root {
    --eigenwave-primary: #5c6cff;
    --eigenwave-accent: #45f5d2;
    --eigenwave-text: #d5ddff;
    --eigenwave-surface: rgba(20, 32, 64, 0.72);
    --eigenwave-outline: rgba(77, 119, 255, 0.4);
}

.hero .background-content .bg-overlay {
    background: linear-gradient(160deg, rgba(5, 10, 34, 0.9) 0%, rgba(10, 20, 56, 0.82) 45%, rgba(12, 28, 64, 0.78) 100%);
}

.top-right-cta {
    position: absolute;
    top: 36px;
    right: 48px;
    z-index: 10;
}

.top-cta {
    display: inline-block;
    padding: 12px 26px;

    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.8px;

    text-transform: uppercase;
    color: #0b142f;
    background: linear-gradient(125deg, rgba(92, 108, 255, 0.95), rgba(69, 245, 210, 0.95));
    border-radius: 999px;
    box-shadow: 0 14px 26px rgba(18, 28, 72, 0.35);
}

.top-cta:hover,
.top-cta:focus {
    color: #0b142f;
    background: linear-gradient(125deg, rgba(69, 245, 210, 0.95), rgba(92, 108, 255, 0.95));
    box-shadow: 0 16px 32px rgba(18, 28, 72, 0.45);
}

.hero-1 .front-content h1 span {
    color: var(--eigenwave-accent);
}

.hero-1 .front-content img.logo {
    width: 240px;
    max-width: 70%;
}

.hero-1 .front-content .cycle-wrapper {
    width: 100%;
    max-width: none;
}

.hero-1 .front-content .cycle-wrapper h1 {
    line-height: 1.1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.beta-badge {
    display: inline-block;
    margin: 16px auto 0;
    padding: 10px 22px;

    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.4px;

    text-transform: uppercase;
    color: #0b142f;
    background: linear-gradient(125deg, rgba(92, 108, 255, 0.95), rgba(69, 245, 210, 0.95));
    border-radius: 999px;
    box-shadow: 0 16px 28px rgba(24, 34, 78, 0.35);
}

@media (max-width: 991px) {
    .hero-1 .front-content h1 {
        font-size: 56px;
    }

    .top-right-cta {
        top: 24px;
        right: 30px;
    }
}

@media (max-width: 640px) {
    .hero-1 .front-content h1 {
        font-size: 42px;
    }

    .beta-badge {
        font-size: 11px;
        letter-spacing: 1.8px;
        padding: 10px 18px;
    }

    .top-right-cta {
        top: 18px;
        right: 18px;
    }

    .top-cta {
        padding: 10px 18px;
        font-size: 10px;
        letter-spacing: 2px;
    }
}
