.ns-card-e872d32f {
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    max-width: 800px;
    margin: 30px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    font-family: 'Poppins', sans-serif;
}

.ns-title-e872d32f {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: inherit;
}

.ns-desc-e872d32f {
    font-size: 16px;
    margin-bottom: 24px;
    opacity: 0.9;
    line-height: 1.6;
}

.ns-form-e872d32f {
    display: flex;
    gap: 12px;
    max-width: 550px;
    margin: 0 auto;
}

.ns-input-e872d32f {
    flex: 1;
    padding: 14px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
    outline: none;
    background: #ffffff;
    color: #1e293b;
}

.ns-button-e872d32f {
    padding: 14px 28px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    background: #f59e0b;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.3s ease;
}

.ns-button-e872d32f:hover {
    background: #d97706;
}

@media (max-width: 600px) {
    .ns-form-e872d32f {
        flex-direction: column;
    }
}
