/* CampSecure Beta Test page */
.beta-page {
    background: linear-gradient(160deg, #0a4d3f 0%, #032905 45%, #021a07 100%);
    color: #fffef7;
    min-height: 100vh;
}

.beta-main {
    padding: 0 0 4rem;
}

.beta-hero {
    text-align: center;
    padding: 2.75rem 0 2.25rem;
}

.beta-hero h1 {
    color: #fffef7;
    font-size: clamp(1.85rem, 4.5vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 1rem;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.beta-hero-lead {
    color: #a3e4d4;
    font-size: clamp(1.05rem, 2.5vw, 1.2rem);
    line-height: 1.65;
    max-width: 40rem;
    margin: 0 auto 1.5rem;
}

.beta-android-notice {
    max-width: 40rem;
    margin: 0 auto;
    padding: 0.9rem 1.1rem;
    background: rgba(249, 115, 22, 0.14);
    border: 1px solid rgba(249, 115, 22, 0.5);
    border-radius: 0.5rem;
    color: #fffef7;
    font-size: 0.92rem;
    line-height: 1.55;
    text-align: left;
}

.beta-android-notice strong {
    color: #fb923c;
}

.beta-prerequisite {
    margin: 0.5rem 0 0;
    font-size: 0.92rem;
    color: #fb923c;
    line-height: 1.45;
}

.beta-ios-waitlist {
    max-width: 40rem;
    margin: 2rem auto 0;
    padding: 1.1rem 1.25rem;
    text-align: center;
    background: rgba(3, 41, 5, 0.55);
    border: 1px solid rgba(163, 228, 212, 0.22);
    border-radius: 0.5rem;
}

.beta-ios-waitlist-title {
    color: #fffef7;
    font-weight: 700;
    margin: 0 0 0.35rem;
    font-size: 1rem;
}

.beta-ios-waitlist p {
    color: #c8e6dc;
    font-size: 0.92rem;
    line-height: 1.55;
}

.beta-progress {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    max-width: 36rem;
    margin: 0 auto 2.5rem;
    padding: 0;
    list-style: none;
}

.beta-progress li {
    flex: 1;
    text-align: center;
    position: relative;
}

.beta-progress li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1rem;
    left: calc(50% + 1.1rem);
    right: calc(-50% + 1.1rem);
    height: 2px;
    background: rgba(163, 228, 212, 0.35);
    z-index: 0;
}

.beta-progress-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(3, 41, 5, 0.8);
    border: 2px solid rgba(163, 228, 212, 0.5);
    color: #a3e4d4;
    font-weight: 700;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
    margin-bottom: 0.35rem;
}

.beta-progress-label {
    display: block;
    font-size: 0.7rem;
    line-height: 1.2;
    color: #a3e4d4;
}

@media (max-width: 575.98px) {
    .beta-progress-label {
        font-size: 0.62rem;
    }
}

.beta-steps {
    max-width: 40rem;
    margin: 0 auto;
}

.beta-step {
    background: rgba(3, 41, 5, 0.55);
    border: 1px solid rgba(163, 228, 212, 0.2);
    border-radius: 0.75rem;
    padding: 1.25rem 1.35rem;
    margin-bottom: 1rem;
}

.beta-step-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.beta-step-num {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: #f97316;
    color: #032905;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.beta-step h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fffef7;
    margin: 0 0 0.35rem;
}

.beta-step p {
    color: #c8e6dc;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.55;
}

.beta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.95rem 1.25rem;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 0.5rem;
    border: none;
    background: #f97316;
    color: #032905;
    text-decoration: none;
    transition: transform 0.2s, background 0.2s;
    margin-top: 0.85rem;
}

.beta-btn:hover {
    background: #fb923c;
    color: #032905;
    transform: translateY(-2px);
}

.beta-btn:focus-visible {
    outline: 2px solid #fffef7;
    outline-offset: 2px;
}

.beta-tester-mock {
    margin-top: 0.85rem;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid rgba(163, 228, 212, 0.25);
    max-width: 20rem;
}

.beta-tester-mock-inner {
    background: #fff;
    color: #1a1a1a;
    padding: 1rem 1.15rem;
    text-align: center;
}

.beta-tester-mock-badge {
    display: inline-block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #5f6368;
    margin-bottom: 0.5rem;
}

.beta-tester-mock-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a73e8;
    margin: 0 0 0.25rem;
}

.beta-tester-mock-sub {
    font-size: 0.85rem;
    color: #5f6368;
    margin: 0;
}

.beta-note {
    max-width: 40rem;
    margin: 2rem auto 0;
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    background: rgba(249, 115, 22, 0.12);
    border-left: 4px solid #f97316;
    font-size: 0.92rem;
    color: #d4f0e8;
    line-height: 1.55;
}

.beta-note a {
    color: #f97316;
    font-weight: 600;
}

/* Homepage beta top bar (siehe critical-home.css) */
