/* Halaman Daftar — Waiting List */

.daftar-section .daftar-wrapper {
    max-width: 640px;
    margin: 0 auto;
}

.daftar-notice {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.125rem 1.25rem;
    margin-bottom: 1.5rem;
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 16px;
    font-size: 0.9rem;
    color: #92400e;
    line-height: 1.6;
}

.daftar-notice-icon {
    font-size: 1.5rem;
    line-height: 1;
    flex-shrink: 0;
}

.daftar-notice strong {
    display: block;
    color: #78350f;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.daftar-notice p {
    margin: 0;
}

.daftar-card {
    padding: 2rem;
}

.daftar-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--green-dark, #0a4d3c);
    margin: 0 0 0.5rem;
    text-align: center;
}

.daftar-desc {
    text-align: center;
    font-size: 0.95rem;
    color: #64748b;
    margin: 0 0 1.5rem;
    line-height: 1.6;
}

.label-optional {
    font-weight: 400;
    color: #94a3b8;
    font-size: 0.8rem;
}

.daftar-submit {
    width: 100%;
    margin-top: 1.25rem;
    justify-content: center;
}

.waitlist-status {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    font-size: 0.875rem;
    text-align: center;
}

.waitlist-status.is-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

.daftar-success {
    text-align: center;
    padding: 1rem 0;
}

.daftar-success-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, #84cc16, #16a34a);
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.daftar-success h2 {
    font-size: 1.35rem;
    color: var(--green-dark, #0a4d3c);
    margin: 0 0 0.75rem;
}

.daftar-success p {
    color: #64748b;
    line-height: 1.7;
    margin: 0 0 1.5rem;
}

.daftar-page .nav-links a.nav-cta.is-active {
    background: var(--green-mid, #0f766e) !important;
    color: var(--white, #fff) !important;
}

@media (max-width: 768px) {
    .daftar-card {
        padding: 1.25rem;
    }

    .daftar-notice {
        flex-direction: column;
        gap: 0.5rem;
    }
}
