/* Transition page styles in Callisto landing format */

.bg-gradient {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -20;
    background:
        radial-gradient(circle at 15% 20%, rgba(169, 73, 243, 0.22), transparent 38%),
        radial-gradient(circle at 85% 75%, rgba(228, 49, 247, 0.16), transparent 40%);
}

html,
body {
    height: 100%;
    overflow: hidden;
}

.move-page {
    height: 100vh;
    display: flex;
}

.move-shell {
    width: 100%;
    display: flex;
    align-items: center;
}

.move-content {
    max-width: 880px;
}

.landing-hero {
    padding: 3rem 0;
    text-align: center;
}

.landing-hero .tagline {
    font-size: clamp(2rem, 4.2vw, 3.5rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.landing-hero .tagline span {
    background: linear-gradient(135deg, #a949f3, #e431f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.landing-hero .subtitle {
    max-width: 760px;
    margin: 0 auto 2rem;
    font-size: clamp(1rem, 2vw, 1.2rem);
    opacity: 0.9;
}

.moved-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
    padding: 0.55rem 0.9rem;
    border: 1px solid var(--glass-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
}

.moved-pill img {
    height: 32px;
    width: auto;
}

.moved-pill i {
    color: var(--primary-color);
}

.hero-cta {
    display: flex;
    gap: 0.9rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
}

.move-points {
    font-size: 0.98rem;
    opacity: 0.9;
    margin: -0.25rem 0 1.2rem;
}

.legacy-links {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.btn-small {
    padding: 0.4rem 0.85rem;
    font-size: 0.86rem;
}

.move-mini {
    margin: 0.45rem 0;
    font-size: 0.95rem;
    opacity: 0.88;
}

.move-mini a {
    color: var(--primary-color);
    text-decoration: none;
}

.move-mini a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .landing-hero {
        padding: 2rem 0;
    }

    .moved-pill img {
        height: 26px;
    }

    .move-points {
        font-size: 0.9rem;
    }
}
