.waitlist-form input::placeholder {
    color: #8b949e;
    opacity: 1;
}

.waitlist-form input {
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #444d56;
    background-color: #161b22;
    color: #ffffff;
    width: 65%;
}

.consent-text {
    margin-top: 14px;
    font-size: 0.8rem;
    color: #c9d1d9;
    text-align: center;
    max-width: 450px;
    line-height: 1.5;
}

.consent-text a {
    color: #58a6ff;
    text-decoration: none;
}

.consent-text a:hover {
    text-decoration: underline;
}

/* Base container cleanup */
footer, .site-footer {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-top: 5rem !important;
    padding: 1.5rem 0 !important;
    border-top: 1px solid #21262d !important;
    clear: both !important;
}

/* Force items into a clean, unified horizontal row */
.footer-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    font-family: inherit !important;
    font-size: 11px !important;
    color: #8b949e !important;
    letter-spacing: 0.3px !important;
}

/* Style each individual element and add dividers dynamically */
.footer-item {
    color: #8b949e !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
}

/* Automatically injects a vertical bar AFTER each item, except the last one */
.footer-item:not(:last-child)::after {
    content: "|" !important;
    color: #30363d !important;
    margin: 0 10px !important;
    user-select: none !important;
}

/* Turn links blue and add hover adjustments */
a.footer-item {
    color: #58a6ff !important;
}

a.footer-item:hover {
    color: #bc8cff !important;
    text-decoration: underline !important;
}

/* Clean mobile wrapping */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column !important;
        gap: 8px !important;
    }

    .footer-item:not(:last-child)::after {
        display: none !important;
    }
}
