/* ============================================================================
   SIGNUP PAGE
   ============================================================================
   Interest signup layout
   ============================================================================ */

.cta-section {
    text-align: center;
    padding: 4rem 2rem;
}

.cta-footer {
    text-align: center;
    margin-top: 2rem;
}

.cta-footer-title {
    font-size: 1.1rem;
    color: #f1f5f9;
    margin-bottom: 0.5rem;
}

.cta-footer-desc {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-bottom: 1.5rem;
}

.cta-footer-subtitle {
    font-size: 1rem;
    color: #f1f5f9;
    margin-bottom: 0.5rem;
}

.cta-footer-note {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}

.goal-card {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.goal-card-title {
    font-size: 1.1rem;
    color: #f1f5f9;
    margin-bottom: 1rem;
    font-weight: 600;
}

.signup-progress {
    margin: 0 auto 1.25rem;
    max-width: 420px;
}

.signup-progress-label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #e2e8f0;
    margin-bottom: 0.65rem;
}

.signup-progress-track {
    display: block;
    height: 0.75rem;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(96, 165, 250, 0.25);
    border-radius: 999px;
    overflow: hidden;
}

.signup-progress-fill {
    display: block;
    height: 0.75rem;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #60a5fa, #34d399);
    transition: width 0.6s ease;
}

.goal-card-desc {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}

.goal-card-timeline {
    font-size: 0.8rem;
    color: #64748b;
}

.signup-verified-note {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-top: 1rem;
    line-height: 1.5;
    text-align: left;
}

.signup-verified-note strong {
    color: #f1f5f9;
}

.signup-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
