.signup-page {
    min-height: 100vh;
    /* background:
        radial-gradient(circle at top right, rgba(15, 138, 85, 0.18), transparent 26%),
        linear-gradient(180deg, #f4faf7 0%, #eef5f1 100%); */
    background: #fff;
    }


.signup-shell {
    padding: 2rem 0 4rem;
}

.signup-topbar {
    padding: 0.5rem 0 2rem;
}

.signup-brand {
    display: inline-flex;
    align-items: center;
}

.signup-hero-card,
.signup-form-card {
    height: 100%;
    border-radius: 32px;
    box-shadow: 0 24px 70px rgba(11, 45, 29, 0.12);
}

.signup-hero-card {
    /* position: relative; */
    overflow: hidden;
    padding: 2.5rem;
    background: linear-gradient(160deg, #0f1715 0%, #153126 48%, #0f8a55 100%);
    color: #fff;
}

.signup-hero-card::before,
.signup-hero-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.signup-hero-card::before {
    width: 220px;
    height: 220px;
    top: -40px;
    right: -60px;
}

.signup-hero-card::after {
    width: 160px;
    height: 160px;
    left: -50px;
    bottom: 40px;
}

.signup-kicker {
    display: inline-flex;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.signup-hero-card h1 {
    font-size: clamp(2.3rem, 4vw, 3.6rem);
    line-height: 1.06;
    margin-bottom: 1rem;
    font-weight: 800;
}

.signup-hero-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.signup-highlight-list {
    margin-top: 2rem;
    display: grid;
    gap: 1rem;
}

.signup-highlight-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.signup-highlight-item i {
    font-size: 1.3rem;
    color: #98efc3;
}

.signup-highlight-item strong {
    display: block;
    margin-bottom: 0.2rem;
}

.signup-highlight-item span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
}

.signup-note {
    margin-top: 2rem;
    padding: 1.1rem 1.2rem;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.signup-note h6 {
    margin-bottom: 0.6rem;
    font-weight: 700;
}

.signup-form-card {
    background: rgba(255, 255, 255, 0.92);
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
}

.form-head {
    margin-bottom: 1.5rem;
}

.form-head h2 {
    font-weight: 800;
}

.signup-alert {
    border-radius: 18px;
    padding: 0.95rem 1rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    border: 1px solid transparent;
}

.signup-alert.is-success {
    background: rgba(15, 138, 85, 0.1);
    color: #0c6d45;
    border-color: rgba(15, 138, 85, 0.16);
}

.signup-alert.is-error {
    background: rgba(204, 54, 64, 0.08);
    color: #a72834;
    border-color: rgba(204, 54, 64, 0.16);
}

.signup-control {
    min-height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(16, 20, 20, 0.12);
    background: #fff;
    padding: 0.9rem 1rem;
    box-shadow: none;
}

.signup-control:focus {
    border-color: rgba(15, 138, 85, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(15, 138, 85, 0.12);
}

.verification-card {
    padding: 1.35rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(244, 248, 246, 0.96), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(16, 20, 20, 0.08);
}

.mobile-entry-card {
    padding: 1.35rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(244, 248, 246, 0.96), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(16, 20, 20, 0.08);
}

.verification-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.verification-copy {
    color: #6a7774;
    font-size: 0.95rem;
}

.verify-state {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(16, 20, 20, 0.06);
    color: #50615d;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.verify-state.is-verified {
    background: rgba(15, 138, 85, 0.14);
    color: #0d6c44;
}

.verification-meta {
    margin-top: 0.85rem;
    min-height: 1.5rem;
    font-size: 0.92rem;
    color: #63726f;
}

.verification-meta code {
    color: #0c6d45;
    font-weight: 800;
}

.upload-panel {
    padding: 1rem;
    border-radius: 20px;
    background: #f7faf8;
    border: 1px dashed rgba(15, 138, 85, 0.24);
}

.signup-actions {
    padding-top: 0.5rem;
}

.parsley-errors-list {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
    color: #bb2635;
    font-size: 0.88rem;
    font-weight: 600;
}

.is-loading {
    opacity: 0.75;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .signup-shell {
        padding-top: 1.2rem;
    }

    .signup-hero-card,
    .signup-form-card {
        border-radius: 28px;
    }
}

@media (max-width: 575.98px) {
    .signup-form-card,
    .signup-hero-card {
        padding: 1.35rem;
    }

    .signup-topbar {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch !important;
    }

    .verification-head {
        flex-direction: column;
    }

    .verify-state {
        min-width: 0;
    }
}
.red {
    color: #ec182d; font-size: 15px;;
}