/* 游客首页 */
.nav-item .nav-en {
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #9aa4bf;
    margin-top: 2px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.05);
    padding: 2px 6px;
    border-radius: 20px;
}
.nav-item:hover .nav-en {
    color: #c4b5fd;
    background: rgba(139, 92, 246, 0.2);
}
.hero--guest {
    margin: 0 -32px 28px;
    padding: 52px 32px 60px;
    text-align: center;
    background: url('../images/ground.webp') center / cover no-repeat;
}
.hero--guest .hero-badge {
    position: relative;
    z-index: 1;
    background: rgba(15, 20, 40, 0.45);
}
.hero--guest .hero-guest-title {
    position: relative;
    z-index: 1;
    font-size: clamp(1.75rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.35;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: inherit;
}
.hero--guest .hero-guest-line {
    display: block;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}
.hero--guest .hero-guest-line--accent {
    margin-top: 0.35em;
    color: #f5f0ff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}
.hero--guest .hero-sub {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 20px auto 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.hero--guest .hero-reg {
    font-size: 0.55em;
    vertical-align: super;
    line-height: 0;
}
.hero--guest .hero-sub-line {
    display: block;
    text-align: center;
    line-height: 1.55;
}
.hero--guest .btn-awaken {
    position: relative;
    z-index: 1;
}

.guest-step {
    text-align: center;
    margin: 0 0 48px;
    scroll-margin-top: 100px;
}
.hero-badge--step {
    margin-bottom: 20px;
}
.guest-qitce-card {
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
    background: rgba(12, 16, 30, 0.75);
    border: 1px solid rgba(139, 92, 246, 0.35);
    border-radius: 1.5rem;
    padding: 1.5rem 1.75rem;
}
.guest-qitce-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(139, 92, 246, 0.35);
}
.guest-qitce-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(79, 70, 229, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c4b5fd;
    font-size: 1.1rem;
}
.guest-qitce-head h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #e9d5ff;
}
.guest-qitce-desc {
    font-size: 0.9rem;
    color: #b9c2e6;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}
.guest-dim-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.guest-dim-row {
    display: grid;
    grid-template-columns: 5.5rem 1fr 2rem;
    align-items: center;
    gap: 10px;
}
.guest-dim-label {
    font-size: 0.85rem;
    color: #ccd6f6;
    white-space: nowrap;
}
.guest-dim-label i {
    color: #a78bfa;
    margin-right: 4px;
    width: 1em;
}
.guest-dim-bar-wrap {
    height: 8px;
    background: #1f253f;
    border-radius: 20px;
    overflow: visible;
    position: relative;
}
.guest-dim-bar {
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(90deg, #6366f1, #a78bfa);
    position: relative;
}
.guest-dim-bar::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c4b5fd;
    box-shadow: 0 0 8px rgba(167, 139, 250, 0.8);
}
.guest-dim-val {
    text-align: right;
    font-weight: 700;
    color: #e2e8ff;
    font-size: 0.9rem;
}
.guest-cta-text {
    margin: 28px 0 16px;
    font-size: 1rem;
    color: #b9c2e6;
}
.btn-awaken--guest {
    margin-top: 0;
    padding: 14px 42px;
    font-size: 1.05rem;
}

@media (max-width: 880px) {
    .hero--guest {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 760px) {
    .hero--guest .hero-guest-title {
        font-size: 1.73rem;
        line-height: 1.5;
    }
    .hero--guest .hero-guest-line {
        white-space: nowrap;
    }
}
@media (max-width: 560px) {
    .guest-dim-row {
        grid-template-columns: 4.5rem 1fr 1.75rem;
        gap: 8px;
    }
    .guest-qitce-card {
        padding: 1.2rem;
    }
}
